<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Main : Popular Threads - All Communities</title>
    <link>http://developer.sonyericsson.com/community/index.jspa?view=discussions</link>
    <description>Popular Discussion Threads in Main</description>
    <language>en</language>
    <pubDate>Sat, 21 Nov 2009 19:01:09 GMT</pubDate>
    <generator>Clearspace 2.5.7 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-21T19:01:09Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Xperia X10's screen</title>
      <link>http://developer.sonyericsson.com/community/thread/50008</link>
      <description>&lt;!-- [DocumentBodyStart:89aa0e42-d9bc-4e8a-8604-74ccc08e1349] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I'd like to ask you how many colors does X10's screen support. The official X10 specification's page says 16,536 colors, but it can't be true. What is the real number of colors?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:89aa0e42-d9bc-4e8a-8604-74ccc08e1349] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2095">x10</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2095">screen</category>
      <pubDate>Wed, 04 Nov 2009 12:43:44 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50008</guid>
      <dc:date>2009-11-04T12:43:44Z</dc:date>
      <clearspace:dateToText>13 hours, 26 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>35</clearspace:messageCount>
      <clearspace:replyCount>34</clearspace:replyCount>
    </item>
    <item>
      <title>[K800i] Player.getDuration() maxed out ?</title>
      <link>http://developer.sonyericsson.com/community/thread/50106</link>
      <description>&lt;!-- [DocumentBodyStart:4b49ab93-4632-4a17-a8db-7fee72aec29e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have been feeding a Player a MP3 chunk :&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;em&gt;ByteArrayInputStream is = new ByteArrayInputStream(passedData);&lt;br/&gt;Player newPlayer = Manager.createPlayer(is, "audio/mpeg");&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Which is working pretty good, the problem is that when I try to use getDuration() method of the Player class on one of those objects, for example :&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;em&gt;long clipLength = playingPlayer.getDuration()/1000;   //in milliseconds&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I will get a maximum value of 4 seconds...&lt;/p&gt;&lt;p&gt;If I use a 1 second chunk of MP3 data, it will correctly return 1 second...&lt;/p&gt;&lt;p&gt;Same for 2, 3 and 4 seconds... After that it will always return 4 seconds...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is this some kind of known bug ?&lt;/p&gt;&lt;p&gt;Is there a workaround ?&lt;/p&gt;&lt;p&gt;Am I doing something stupid ?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have tested it on several nokia's (N95, N97, 5800XM) and also on SE's own emulators and it works fine there &lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/sad.gif" width="16px"/&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4b49ab93-4632-4a17-a8db-7fee72aec29e] --&gt;</description>
      <pubDate>Tue, 17 Nov 2009 16:19:49 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50106</guid>
      <dc:date>2009-11-17T16:19:49Z</dc:date>
      <clearspace:dateToText>1 day, 17 hours ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>How to: Use SE SDK with Java ME SDK 3.0 or Netbeans</title>
      <link>http://developer.sonyericsson.com/community/thread/50026</link>
      <description>&lt;!-- [DocumentBodyStart:8404aca7-5304-48e8-b2fd-1dd796b0ff18] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I have now (see last thread) established connection between my phone and the Proxy and Device explorer.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But (I am pretty new to this environment. I am C-programmer), now I am going to integrate the phone connection into my IDE.&lt;/p&gt;&lt;p&gt;I am using Java ME platform SDK V3.0 or maybe Netbeans, whatever is best/easiest.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is the steps to make my IDE talk to the phone?&lt;/p&gt;&lt;p&gt;Yes I AM a newbie... until now I have only programmed, and using the emulator or simply copied the JAR to my phone. This is OK, but I want to connect the IDE to my phone to have full control and debug facilities.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p&gt;Kaare&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8404aca7-5304-48e8-b2fd-1dd796b0ff18] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">sdk</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">java</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">me</category>
      <pubDate>Fri, 06 Nov 2009 09:41:59 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50026</guid>
      <dc:date>2009-11-06T09:41:59Z</dc:date>
      <clearspace:dateToText>3 days, 23 hours ago</clearspace:dateToText>
      <clearspace:messageCount>18</clearspace:messageCount>
      <clearspace:replyCount>17</clearspace:replyCount>
    </item>
    <item>
      <title>Problem with standby theme in Satio</title>
      <link>http://developer.sonyericsson.com/community/thread/49939</link>
      <description>&lt;!-- [DocumentBodyStart:89224a2d-ab62-47da-ae3d-272ca65257f7] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello&lt;/p&gt;&lt;p&gt;I have a Satio for 2 days, I tried the standby theme ''basic'' and it worked well the first two times but now everytime I set a standby theme to something else than ''Sony Ericsson'' the virtual pads(on home screen) are empty and the phone would not get access to any menu if I press one of them!&lt;/p&gt;&lt;p&gt;I am obliged to restart the phone so can turn back to ''Sony Ericsson''&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:89224a2d-ab62-47da-ae3d-272ca65257f7] --&gt;</description>
      <pubDate>Sat, 31 Oct 2009 12:13:48 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49939</guid>
      <dc:date>2009-10-31T12:13:48Z</dc:date>
      <clearspace:dateToText>1 week, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>33</clearspace:messageCount>
      <clearspace:replyCount>32</clearspace:replyCount>
    </item>
    <item>
      <title>My emulator couldn't start</title>
      <link>http://developer.sonyericsson.com/community/thread/50098</link>
      <description>&lt;!-- [DocumentBodyStart:38c05d0d-3ec4-475c-85e9-dfa95cc025d9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Nice to meet you, I'm new here...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have just downloaded the latest SDK v2.5.0.6 and I am using Eclipse to create a simple Hello World MIDlet program. Before I debug, I have import the available emulator provided by SonyEricsson SDK. There are a lot actually and every emulator are On-Device Debug type. When I debug my Hello World MIDlet, it failed with following error in the Eclipse Output window.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Proxy could not open new connection to handset.&lt;br/&gt;Could not connect to the device.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;May I know what should do in order to get the Sony Ericsson emulator up and running? Does anyone encounter this error before? Can anyone share some tips on this issue? Do I need to do any setup or configuration setting in Eclipse before doing any debug?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;THanks @!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:38c05d0d-3ec4-475c-85e9-dfa95cc025d9] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">emulator</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">j2me</category>
      <pubDate>Mon, 16 Nov 2009 12:28:43 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50098</guid>
      <dc:date>2009-11-16T12:28:43Z</dc:date>
      <clearspace:dateToText>4 days, 18 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Step-by-step guide to installing jsr256 on eclipse?</title>
      <link>http://developer.sonyericsson.com/community/thread/46902</link>
      <description>&lt;!-- [DocumentBodyStart:2dc44384-4671-40d3-b992-ad45d5614186] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried installing JSR-256 mobile sensor api on eclipse, but using it throws NoClassDefFoundError -error.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using WTK and added sensors.zip (as jsr256.jar) to WTK/lib. I works on editor and is listed in all lib related views. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; My wild guess is that the problem is somehow related to manifest file or permissioning, but I'm not sure.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What to check next? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2dc44384-4671-40d3-b992-ad45d5614186] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">jsr-256</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">eclipse</category>
      <pubDate>Thu, 23 Oct 2008 06:07:29 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/46902</guid>
      <dc:date>2008-10-23T06:07:29Z</dc:date>
      <clearspace:dateToText>6 days, 22 hours ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>how to get the accelerometer data?</title>
      <link>http://developer.sonyericsson.com/community/thread/50097</link>
      <description>&lt;!-- [DocumentBodyStart:c783c347-66ee-49fd-a7a5-ebcd957377a9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hey guys, I was wondering how can I get the accelerometer data? I know j2me does not support this directly...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Adam.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c783c347-66ee-49fd-a7a5-ebcd957377a9] --&gt;</description>
      <pubDate>Mon, 16 Nov 2009 10:29:07 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50097</guid>
      <dc:date>2009-11-16T10:29:07Z</dc:date>
      <clearspace:dateToText>5 days, 21 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Slow contact searching</title>
      <link>http://developer.sonyericsson.com/community/thread/50085</link>
      <description>&lt;!-- [DocumentBodyStart:2c6da4ac-eeda-4a5c-9736-f087ff4af83a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;There are parts of code. Why is it so slow on G502 (166 contacts)? Does the phone do sequential search?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;code&gt;private final Form out = new Form("PIMOutput"); &lt;/code&gt;&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;code&gt;PIM pim = PIM.getInstance();&lt;br/&gt; ContactList contactList = (ContactList)pim.openPIMList(PIM.CONTACT_LIST, PIM.READ_ONLY);&lt;br/&gt; final Contact contact = contactList.createContact();&lt;br/&gt;contact.addString(Contact.TEL, Contact.ATTR_NONE, a phone nubmer);&lt;br/&gt;out.append("create enumeration &amp;gt;");&lt;br/&gt;final Enumeration enumer = contactList.items(contact);&lt;br/&gt;out.append("&amp;lt; create enumeration");&lt;br/&gt;displayContacts(enumer);&lt;/code&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;code&gt;    private void displayContacts(Enumeration contactsEnumeration) {&lt;br/&gt;        while (contactsEnumeration.hasMoreElements()) {&lt;br/&gt;            out.append(":0");&lt;br/&gt;            final Contact contact = (Contact) contactsEnumeration.nextElement();&lt;br/&gt;            out.append(":1");&lt;br/&gt;            out.append("* "+contact.getStringArray(Contact.NAME, 0)[0]);&lt;br/&gt;            out.append(":2");&lt;br/&gt;            //out.append(": "+ contact.getString(16777218, 0)+"\n");&lt;br/&gt;        }&lt;br/&gt;    }&lt;/code&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2c6da4ac-eeda-4a5c-9736-f087ff4af83a] --&gt;</description>
      <pubDate>Fri, 13 Nov 2009 21:16:28 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50085</guid>
      <dc:date>2009-11-13T21:16:28Z</dc:date>
      <clearspace:dateToText>3 days, 18 hours ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Problem in socket conneciton</title>
      <link>http://developer.sonyericsson.com/community/thread/50096</link>
      <description>&lt;!-- [DocumentBodyStart:24c07d55-63a4-48ff-8d84-be802de4e2d3] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi all., &lt;br/&gt; &lt;br/&gt; &lt;br/&gt; &lt;br/&gt; I am trying to connect to my server(java) using sockets. Am able to connect to the server, but am unable to send/Rcv data. &lt;br/&gt; &lt;br/&gt; My client (mobile) sample code &lt;br/&gt; .&lt;br/&gt; .&lt;br/&gt; .&lt;br/&gt; String connectString = "socket://example.aeroalias.com:10003";&lt;br/&gt; StreamConnection streamConnection = (StreamConnection) Connector.open(connectString);&lt;br/&gt; OutputStream os = streamConnection.openOutputStream();&lt;br/&gt; Calendar cal = Calendar.getInstance();&lt;br/&gt; String str = cal.getTime() + "";&lt;br/&gt; byte[] toWrite = str.getBytes();&lt;br/&gt; for (int i = 0; i &amp;lt; str.length(); i++) {&lt;br/&gt; os.write(toWrite[i]);&lt;br/&gt; }          &lt;br/&gt; .&lt;br/&gt; .&lt;br/&gt; &lt;br/&gt; Am unable to send te time to my server., &lt;br/&gt; My server is running and am able to connect with my emulator., &lt;br/&gt; Please help me out!!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:24c07d55-63a4-48ff-8d84-be802de4e2d3] --&gt;</description>
      <pubDate>Mon, 16 Nov 2009 07:48:31 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50096</guid>
      <dc:date>2009-11-16T07:48:31Z</dc:date>
      <clearspace:dateToText>6 days, 39 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Devices that is possible to get cell id</title>
      <link>http://developer.sonyericsson.com/community/thread/50105</link>
      <description>&lt;!-- [DocumentBodyStart:c3e61ae7-f508-4e79-88b1-d3c6dfe92f13] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello again,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So...in all the devices that use JP 3, 4, 5,and 6 it's impossible to use:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;System.getProperty(cellID)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And in all the devices that use JP 8 it's possible to use this code...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My question is.... In devices that use JP 7... how can i know if the JP is aboce or over 7.3?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Becouse in the tab "Phones -&amp;gt; Java me" i can see only JP 3 4 5 6 7 8 and not 7.3...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks.. and sorry again about my bad english&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c3e61ae7-f508-4e79-88b1-d3c6dfe92f13] --&gt;</description>
      <pubDate>Tue, 17 Nov 2009 15:56:36 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50105</guid>
      <dc:date>2009-11-17T15:56:36Z</dc:date>
      <clearspace:dateToText>3 days, 19 hours ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Get cellid mcc mnc and lac on k750i</title>
      <link>http://developer.sonyericsson.com/community/thread/50104</link>
      <description>&lt;!-- [DocumentBodyStart:0d4f69eb-883e-4595-b624-44a9f0ed4922] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i'm brazilian... sorry for my bad english...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can i get this informations from the Sony ericsson K750i?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;System.getProperty("com.sonyericsson.net.cellid");&lt;/p&gt;&lt;p&gt;System.getProperty("com.sonyericsson.net.mnc");&lt;br/&gt;System.getProperty("com.sonyericsson.net.mcc");&lt;br/&gt;System.getProperty("com.sonyericsson.net.lac");&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;this 4 are returning null....&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need to do something before do this commands? like..open an connection?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!!!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0d4f69eb-883e-4595-b624-44a9f0ed4922] --&gt;</description>
      <pubDate>Tue, 17 Nov 2009 13:22:20 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50104</guid>
      <dc:date>2009-11-17T13:22:20Z</dc:date>
      <clearspace:dateToText>4 days, 17 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>SE to stop develloping firmware for P990/w950/M600</title>
      <link>http://developer.sonyericsson.com/community/thread/39963</link>
      <description>&lt;!-- [DocumentBodyStart:56565978-407f-471e-9e00-c5142f6a4e48] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Well, this dropped like a bomb yesterday&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Virgile, from &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.planete-se.net,"&gt;http://www.planete-se.net,&lt;/a&gt;&lt;span&gt; a notorious SE employee that also is administrator in that french site, said:&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;+*CITATION(Virgile @ 17/06/2007 à&amp;nbsp; 9:13) *&lt;/p&gt;&lt;p&gt;Il n'y aura plus de mise à jour pour ce modèle après celle-ci.*+&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I think &lt;strong&gt;SE lost its mind&lt;/strong&gt; if this is true!!! You all know i am one of those who actually have been lucky with my p990 experience, but even so, it took alot for me to have a stable device, but even so far from its potencial. All this after spending &lt;strong&gt;almost 700 euros&lt;/strong&gt; on SE´s supposed top class phone&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now, even before the P990 makes a year, with promises yet to fullfill (voip, animated screensavers, etc), with stupid bugs being added (space bar on flip open mode), with other bugs still to correct, with developers saying SE/UIQ does not lets them make some type of apps the users demand, &lt;strong&gt;SE is gonna abandon the users????&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;IS THIS A JOKE??? I am SE fan, i love my P990, but this is completely insane! I know SE at a given date decided to support the P990 untill the end of the year, retrofit some P1 type of stuff, even a symbian upgrade was discussed...now all seems have be stopped...WHY?? Do SE think we are all STUPID and will all buy a P1??? That even is not a true successor???&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Well, i for sure won´t be quiet before this, and users at esato, my-symbian, etc won´t be either. For much as i like SE, if this injustice prevails, SE won´t get my money again, and i will tell everyone to think twice before buying a smartphone from a company that does not tread their clients/users properly. &lt;strong&gt;SE may be getting good results with phones like k800, k750, etc, but will never be anything with smartphones/UIQ if this attitude continues&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;rant over&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I hope our friends Thomas and Johan take this post to the powers to be on SE...this is just the beggining&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message was edited by: antonioj&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:56565978-407f-471e-9e00-c5142f6a4e48] --&gt;</description>
      <pubDate>Mon, 18 Jun 2007 10:33:06 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/39963</guid>
      <dc:date>2007-06-18T10:33:06Z</dc:date>
      <clearspace:dateToText>2 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>477</clearspace:messageCount>
      <clearspace:replyCount>476</clearspace:replyCount>
    </item>
    <item>
      <title>Questions regarding MMAPI Documentation and Implementation</title>
      <link>http://developer.sonyericsson.com/community/thread/50114</link>
      <description>&lt;!-- [DocumentBodyStart:18d1daba-cf53-4467-9d05-101e66fc4ef5] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;In the standard &lt;em&gt;Java™ Platform, Micro Edition, CLDC – MIDP 2&lt;/em&gt; documentation on page's 72 and 73 with paragraph : &lt;em&gt;Playing media files with MMAPI using progressive download&lt;/em&gt; I read the following sentences :&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;em&gt;To make use of progressive download in a player application, the createPlayer method must be&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;invoked with a file scheme locator string as parameter, for example:&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;Manager.createPlayer(file:///c:/sounds/song.mp3);&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Unfortunately I haven't found any documentation giving a good example of this, I did found an article on this site itself with some code snippets and some global explanation. Is there any chance that "tutorial" will be expanded into something more usefull ?&lt;/p&gt;&lt;p&gt;Also, is my understanding correct that you can use one single Player connected to an audio file and in the meantime downloading and expanding this same file ? Or are multiple sound files and Players involved ? That I cannot establish from the aforemntioned "tutorial" and/or the documentation...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also the next sentence is used in the documentation :&lt;/p&gt;&lt;p&gt;&lt;em&gt;Note: from JP-7 phones, progressive download according to 3GPP TS 26.234 45.3.0 is supported both&lt;br/&gt;for http download and InputStream via JSR-135.&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ok, so an InputStream or a http adress can be used instead of the "file" locator... But, is this only valid for 3GPP (so no MP3, or AAC)... So actually this is more of a video stream than an audio stream right ?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As a last point, is there any SE MMAPI implementation which can play AAC streams ?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance for any help, tips or pointers !&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:18d1daba-cf53-4467-9d05-101e66fc4ef5] --&gt;</description>
      <pubDate>Fri, 20 Nov 2009 10:39:15 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50114</guid>
      <dc:date>2009-11-20T10:39:15Z</dc:date>
      <clearspace:dateToText>1 day, 21 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Set the width/height of video on SE Satio</title>
      <link>http://developer.sonyericsson.com/community/thread/50113</link>
      <description>&lt;!-- [DocumentBodyStart:e9f31c38-8fce-4c2f-a97e-530336134152] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Is there any way to set the video width and height when playing a video on a Canvas?&lt;br/&gt; &lt;br/&gt; This is a fairly simple task on other phones:&lt;br/&gt;     videoControl.setDisplaySize(width,height);&lt;br/&gt; &lt;br/&gt; But SE Satio seems to ignore it.&lt;br/&gt; &lt;br/&gt; Anybody else has similar difficulties?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e9f31c38-8fce-4c2f-a97e-530336134152] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">mmapi</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">multimedia</category>
      <pubDate>Fri, 20 Nov 2009 08:55:17 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50113</guid>
      <dc:date>2009-11-20T08:55:17Z</dc:date>
      <clearspace:dateToText>1 day, 23 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Need OS for K800i</title>
      <link>http://developer.sonyericsson.com/community/thread/50116</link>
      <description>&lt;!-- [DocumentBodyStart:33399bda-f7f0-489e-87fa-dc647c12ba97] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;My mobile is Sony Ericsson K800i. Unfortunatley the OS is currupted. Can anyone tell me where to download OS for K800i?&lt;/p&gt;&lt;p&gt;Thanks in advance...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:33399bda-f7f0-489e-87fa-dc647c12ba97] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">k800i</category>
      <pubDate>Fri, 20 Nov 2009 11:56:05 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50116</guid>
      <dc:date>2009-11-20T11:56:05Z</dc:date>
      <clearspace:dateToText>15 hours, 53 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>PIM, daylight saving time, problem</title>
      <link>http://developer.sonyericsson.com/community/thread/50115</link>
      <description>&lt;!-- [DocumentBodyStart:2faa8b98-73bd-464f-895d-8cacc7c4b065] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I have an K770i, Outlook, Develop in JavaME, System shows list of next events on screen&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;pre&gt;&lt;strong&gt;What steps will reproduce the problem?&lt;/strong&gt;&lt;br/&gt;1. create a reoccurring event A in Summer (daylight saving time), repeat weekly the whole year&lt;br/&gt;2. wait until winter (standard time)&lt;br/&gt;3. create a reoccurring event B in Winter&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;What is the expected output? What do you see instead?&lt;/strong&gt;&lt;br/&gt;event A is shown like expected, &lt;br/&gt;but event B is shown one hour ahead +1h&lt;br/&gt;it seems that I need to know when the event was created and do a special handling for it.&lt;br/&gt;&lt;br/&gt;At the PIM DM I have seen last modification time. is thie the right one to use?&lt;br/&gt;&lt;br/&gt;Source can be found at:  &lt;br/&gt;&lt;/pre&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://code.google.com/p/open-today/source/browse/#svn/branches/platform7/source/src/OpenToday"&gt;http://code.google.com/p/open-today/source/browse/#svn/branches/platform7/source/src/OpenToday&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2faa8b98-73bd-464f-895d-8cacc7c4b065] --&gt;</description>
      <pubDate>Fri, 20 Nov 2009 11:44:37 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50115</guid>
      <dc:date>2009-11-20T11:44:37Z</dc:date>
      <clearspace:dateToText>1 day, 18 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Getting Error while downloading through wap</title>
      <link>http://developer.sonyericsson.com/community/thread/50099</link>
      <description>&lt;!-- [DocumentBodyStart:064ed7c3-0eb4-4df4-bf30-e4f85e1fe13a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;p&gt;hi,&lt;/p&gt;&lt;p&gt;I added  my server url in jad properties for the .jar file.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm getting the following error.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Error: Please check again the URL location and proxy settings&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;com.sun.kvem.midletsuite.InvalidJadException: Reason = 36&lt;/strong&gt;&lt;/p&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I don't include the url , my file gets successfully download. But I need to add my server url.&lt;/p&gt;&lt;p&gt;Please help me out.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:064ed7c3-0eb4-4df4-bf30-e4f85e1fe13a] --&gt;</description>
      <pubDate>Mon, 16 Nov 2009 13:03:13 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50099</guid>
      <dc:date>2009-11-16T13:03:13Z</dc:date>
      <clearspace:dateToText>5 days, 16 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Bluetooth and switching of roles</title>
      <link>http://developer.sonyericsson.com/community/thread/50010</link>
      <description>&lt;!-- [DocumentBodyStart:a0a627c5-dbcc-4d03-ab79-678be585b0af] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hey,&lt;/p&gt;&lt;p&gt;I'm trying to builds two systems that plays with Bluetooth switching between listening and searching and pushing messages between devices thrugh OBEXObjectPush and OBEXObjectFileTransfer. This works to some extent and on som phones but... Typical errors that I get even though it suddenly works agains are:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoListParagraphCxSpFirst" style="text-indent: -18pt; margin: 0cm 0cm 0pt 36pt; mso-list: l0 level1 lfo1;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; mso-fareast-language: EN-GB;"&gt;&lt;span style="mso-list: Ignore;"&gt;&lt;span style="font-size: 12pt;"&gt;·&lt;/span&gt;&lt;span style="font: 7pt &amp;amp;quot;Times New Roman&amp;amp;quot;;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;strong style="mso-bidi-font-weight: normal;"&gt;Security block&lt;/strong&gt;&lt;span style="mso-fareast-language: EN-GB;"&gt; when pushing a message (sometimes)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoListParagraphCxSpMiddle" style="text-indent: -18pt; margin: 0cm 0cm 0pt 36pt; mso-list: l0 level1 lfo1;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; mso-fareast-language: EN-GB;"&gt;&lt;span style="mso-list: Ignore;"&gt;&lt;span style="font-size: 12pt;"&gt;·&lt;/span&gt;&lt;span style="font: 7pt &amp;amp;quot;Times New Roman&amp;amp;quot;;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;strong style="mso-bidi-font-weight: normal;"&gt;Unacceptable parameters&lt;/strong&gt;&lt;span style="mso-fareast-language: EN-GB;"&gt; when pushing a message (sometimes)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoListParagraphCxSpMiddle" style="text-indent: -18pt; margin: 0cm 0cm 0pt 36pt; mso-list: l0 level1 lfo1;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; mso-fareast-language: EN-GB;"&gt;&lt;span style="mso-list: Ignore;"&gt;&lt;span style="font-size: 12pt;"&gt;·&lt;/span&gt;&lt;span style="font: 7pt &amp;amp;quot;Times New Roman&amp;amp;quot;;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;strong style="mso-bidi-font-weight: normal;"&gt;No resources&lt;/strong&gt;&lt;span style="mso-fareast-language: EN-GB;"&gt; when pushing a message (sometimes)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoListParagraphCxSpLast" style="text-indent: -18pt; margin: 0cm 0cm 10pt 36pt; mso-list: l0 level1 lfo1;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-family: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; mso-fareast-language: EN-GB;"&gt;&lt;span style="mso-list: Ignore;"&gt;&lt;span style="font-size: 12pt;"&gt;·&lt;/span&gt;&lt;span style="font: 7pt &amp;amp;quot;Times New Roman&amp;amp;quot;;"&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 12pt;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;strong style="mso-bidi-font-weight: normal;"&gt;Exceeded search limit 1&lt;/strong&gt;&lt;span style="mso-fareast-language: EN-GB;"&gt; most of the time when searching for services&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;I have two main phones that I'm testing this on an old P990i and a C905a and it works sort of fine on those, the P990i gets a few more errors when searching for services though, it might also say that it is Busy...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But the other day I also tested my programs on a colleagues phone and then he could recieve messages but not push them back (it was also a Sony Ericsson rather new but I don't know exactly which one).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone else have experience of this role switch or and thoughts or knowledge on my problems with this. I'm happy to give anyone my code if they feel they have the time to have a look.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Best /Petra &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a0a627c5-dbcc-4d03-ab79-678be585b0af] --&gt;</description>
      <pubDate>Thu, 05 Nov 2009 11:17:03 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50010</guid>
      <dc:date>2009-11-05T11:17:03Z</dc:date>
      <clearspace:dateToText>4 days, 22 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Satio, Neon CPU Optimizations.</title>
      <link>http://developer.sonyericsson.com/community/thread/50060</link>
      <description>&lt;!-- [DocumentBodyStart:0b4d4db6-2f75-4036-af59-95612f2f7800] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I know that Satio uses a TI OMAP 3430 Cortex A8 Cpu...&lt;/p&gt;&lt;p&gt;This CPU supports neon optimizations but when I try to use it in my code I got a kernel exec error, this does not happens&lt;/p&gt;&lt;p&gt;on Samsung Omnia HD that uses the same CPU and the same OS.&lt;/p&gt;&lt;p&gt;Some idea?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please help.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0b4d4db6-2f75-4036-af59-95612f2f7800] --&gt;</description>
      <pubDate>Tue, 10 Nov 2009 20:35:21 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50060</guid>
      <dc:date>2009-11-10T20:35:21Z</dc:date>
      <clearspace:dateToText>6 days, 21 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Themes Development for Sony Ericsson Satio</title>
      <link>http://developer.sonyericsson.com/community/thread/49133</link>
      <description>&lt;!-- [DocumentBodyStart:50e086fb-eb6d-499c-86e6-56b545216a0b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Since the newly announce Satio (previously idou) is based on a Symbian Foundation OS, as a themes developer I wanted to know what level of themes support would Sony Ericsson Provide.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Since the phone is a modified version of the symbian s60, there are no current theme creator application to develop themes for that model. I faced a lot of problems with X1 as well. There were no windows mobile theme creators available in the market to support WQVGA Landscape and portrait themes for X1.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Would a themes creator be release before launch to include Satio? Or are we suppose to use the default S60 Carbide Application from Forum Nokia&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:50e086fb-eb6d-499c-86e6-56b545216a0b] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2015">themes</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2015">creator</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2015">satio</category>
      <pubDate>Fri, 29 May 2009 21:25:13 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49133</guid>
      <dc:date>2009-05-29T21:25:13Z</dc:date>
      <clearspace:dateToText>1 day, 21 hours ago</clearspace:dateToText>
      <clearspace:messageCount>13</clearspace:messageCount>
      <clearspace:replyCount>12</clearspace:replyCount>
    </item>
    <item>
      <title>BIO messaging on P800</title>
      <link>http://developer.sonyericsson.com/community/thread/2331</link>
      <description>&lt;!-- [DocumentBodyStart:0a043c83-3b97-415b-a0ad-af0b7d0d584e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Folks,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have developed a BIO message parser on the 7650 and all works fine.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, on the P800 I can't seem to get my app launched from a BIO message.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It looks like everything on the parsing side is hooked up correctly as my&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;parser dll gets called and I set the entry iMtmData3 to 1 to say it's been&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;parsed OK. But clicking on the message just gives me "This message type is&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;not supported". (I've also tried a very minimal parser that does nothing&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;except set iMtmData3 to 1, to no avail).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've tried tracing entry points in my app and it's not even getting loaded&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;(E32Dll not getting called), so I guess things are actually not hooked up&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;right. I've checked all my UIDs and I'm pretty sure they're all correct, so,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;any ideas?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Below is my bio resource:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;--&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;#include &amp;lt;biftool.rh&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;RESOURCE BIO_INFO_FILE&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; {&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; message_type_uid=0x101F3EDC;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // uid for the message&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; message_parser_uid=0x101F3EDD;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // uid for the message parser - must be&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;correct as parser dll gets called correctly&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; message_app_uid=0x101F7E7D;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // uid for the message viewer app -&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've checked this and it's correct&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; message_appctrl_uid=0x00000000;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // uid for the message viewer control&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; description="My message"; // this string appears correctly in the message&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;list&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; icons_filename="vicsbioparser.mbm";&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; icon_zoom_levels = {1};&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; ids=&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; {&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; ID&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; type=ENbs;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; confidence=ECertain;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; character_set=KCharSetDefault;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; text="//VICS";&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; };&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;--&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm pretty stuck now as I can't see a way forward to track this down. Is&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;there any way to test this stuff in the emulator?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help and suggestions greatly appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Andrew.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0a043c83-3b97-415b-a0ad-af0b7d0d584e] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:51:23 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2331</guid>
      <dc:date>2003-07-01T17:51:23Z</dc:date>
      <clearspace:dateToText>1 year, 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>20</clearspace:messageCount>
      <clearspace:replyCount>19</clearspace:replyCount>
    </item>
    <item>
      <title>Python for S60 support on Satio</title>
      <link>http://developer.sonyericsson.com/community/thread/50081</link>
      <description>&lt;!-- [DocumentBodyStart:052ec1cb-7579-482f-a7d2-106013e3cc09] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Will SE support Python for S60 on the Satio?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I wrote some applications for the Symbian S60 3rd and 5th platform based on Python for S60. Sadly the Python for S60 runtime, currently maintained by Nokia, is signed only with Nokia cerificates. According to user reports I received this prevents the installation on the Satio. After a long time Samsung released a Python for S60 runtime signed with Samsung certificates. It would be really great if SonyEricsson would publish a Python for S60 runtime which installs on the Satio!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;TIA Martin&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:052ec1cb-7579-482f-a7d2-106013e3cc09] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">s60</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">5th</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">python</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">runtime</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">satio</category>
      <pubDate>Fri, 13 Nov 2009 12:15:49 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50081</guid>
      <dc:date>2009-11-13T12:15:49Z</dc:date>
      <clearspace:dateToText>1 day, 16 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Ringtone bug in Satio</title>
      <link>http://developer.sonyericsson.com/community/thread/50100</link>
      <description>&lt;!-- [DocumentBodyStart:0f4d777f-8574-4d99-ab6b-1c2e5aad3779] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;When receiving a call with Satio the phone vibrate for 3 good seconds before ringing!&lt;/p&gt;&lt;p&gt;It's really annoying, I hope SE will repair that in the upcoming FW&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0f4d777f-8574-4d99-ab6b-1c2e5aad3779] --&gt;</description>
      <pubDate>Mon, 16 Nov 2009 22:16:54 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50100</guid>
      <dc:date>2009-11-16T22:16:54Z</dc:date>
      <clearspace:dateToText>5 days, 6 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>KXML problem on sony ericsson</title>
      <link>http://developer.sonyericsson.com/community/thread/50119</link>
      <description>&lt;!-- [DocumentBodyStart:a89d8782-e61c-4bad-949e-95d9fcad01cc] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;br/&gt; &lt;br/&gt; i'm using KXML to parse a XML file. On other devices (e.g. nokia) it works perfectly but on Sony Ericsson (e.g. K550) i get an parsing error with the same code.&lt;br/&gt; &lt;br/&gt; XML structure:&lt;/p&gt;&lt;!--[CodeBlockStart:63595d57-d2c8-485f-b89c-48b98a1ca4bc]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-xml"&gt;&lt;span class="jive-xml-tag"&gt;&amp;lt;Plan version="1"&amp;gt;&lt;/span&gt;
    &lt;span class="jive-xml-tag"&gt;&amp;lt;task name="Call Marry" type="1"&amp;gt;&lt;/span&gt;
        &lt;span class="jive-xml-tag"&gt;&amp;lt;description&amp;gt;&lt;/span&gt;The description about the call&lt;span class="jive-xml-tag"&gt;&amp;lt;/description&amp;gt;&lt;/span&gt;
        &lt;span class="jive-xml-tag"&gt;&amp;lt;field name="Answers"&amp;gt;&lt;/span&gt;&lt;span class="jive-xml-tag"&gt;&amp;lt;/field&amp;gt;&lt;/span&gt;
    &lt;span class="jive-xml-tag"&gt;&amp;lt;/task&amp;gt;&lt;/span&gt;
    &lt;span class="jive-xml-tag"&gt;&amp;lt;task name="Buy food" type="1"&amp;gt;&lt;/span&gt;
        &lt;span class="jive-xml-tag"&gt;&amp;lt;description&amp;gt;&lt;/span&gt;The description about buying food&lt;span class="jive-xml-tag"&gt;&amp;lt;/description&amp;gt;&lt;/span&gt;
        &lt;span class="jive-xml-tag"&gt;&amp;lt;field name="Problems"&amp;gt;&lt;/span&gt;&lt;span class="jive-xml-tag"&gt;&amp;lt;/field&amp;gt;&lt;/span&gt;
    &lt;span class="jive-xml-tag"&gt;&amp;lt;/task&amp;gt;&lt;/span&gt;
    &lt;span class="jive-xml-tag"&gt;&amp;lt;task name="Meeting with John" type="2"&amp;gt;&lt;/span&gt;
        &lt;span class="jive-xml-tag"&gt;&amp;lt;description&amp;gt;&lt;/span&gt;The description about the meeting&lt;span class="jive-xml-tag"&gt;&amp;lt;/description&amp;gt;&lt;/span&gt;
        &lt;span class="jive-xml-tag"&gt;&amp;lt;field name="Topics"&amp;gt;&lt;/span&gt;&lt;span class="jive-xml-tag"&gt;&amp;lt;/field&amp;gt;&lt;/span&gt;
        &lt;span class="jive-xml-tag"&gt;&amp;lt;field name="Notes"&amp;gt;&lt;/span&gt;&lt;span class="jive-xml-tag"&gt;&amp;lt;(field&amp;gt;&lt;/span&gt;
    &lt;span class="jive-xml-tag"&gt;&amp;lt;/task&amp;gt;&lt;/span&gt;
&lt;span class="jive-xml-tag"&gt;&amp;lt;/Plan&amp;gt;&lt;/span&gt;



&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:63595d57-d2c8-485f-b89c-48b98a1ca4bc]--&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Parsing Code:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:cc312a28-7bc9-4181-a461-1ed3c325e5b5]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-java"&gt;&lt;font color="navy"&gt;&lt;b&gt;do&lt;/b&gt;&lt;/font&gt; &lt;font color="navy"&gt;{&lt;/font&gt;
      &lt;font color="navy"&gt;&lt;b&gt;if&lt;/b&gt;&lt;/font&gt; (parser.getAttributeValue(POSITION_TYPE).equals(TYPE_ONE_FIELD)) &lt;font color="navy"&gt;{&lt;/font&gt; 
                String name = parser.getAttributeValue(FIRST_VALUE);
                String type = parser.getAttributeValue(Second_VALUE);
                parser.nextTag();
                String description = parser.nextText();
                parser.nextTag();
                String textfieldname = parser.getAttributeValue(FIRST_VALUE);           
                parser.nextTag();
                parser.nextTag();
                parser.nextTag();
                TypeOnefield t = &lt;font color="navy"&gt;&lt;b&gt;new&lt;/b&gt;&lt;/font&gt; TypeOnefield(name, type, description, textfieldname);
                tasks.addElement(t);
     &lt;font color="navy"&gt;&lt;b&gt;else&lt;/b&gt;&lt;/font&gt; &lt;font color="navy"&gt;&lt;b&gt;if&lt;/b&gt;&lt;/font&gt;(parser.getAttributeValue(POSITION_TYPE).equals(TYPE_TWO_FIELD))&lt;font color="navy"&gt;{&lt;/font&gt;
                String name = parser.getAttributeValue(FIRST_VALUE);
                String type = parser.getAttributeValue(Second_VALUE);
                parser.nextTag();
                String description = parser.nextText();
                parser.nextTag();
                String textfieldname1 = parser.getAttributeValue(FIRST_VALUE);
                parser.nextTag();
                parser.nextTag();
                String textfieldname2 = parser.getAttributeValue(FIRST_VALUE);
                parser.nextTag();
                parser.nextTag();
                parser.nextTag();
                TypeTwofield t = &lt;font color="navy"&gt;&lt;b&gt;new&lt;/b&gt;&lt;/font&gt; TypeTwofield(name, type, description, textfieldname1, textfieldname2);
                tasks.addElement(t);
     &lt;font color="navy"&gt;}&lt;/font&gt;
&lt;font color="navy"&gt;}&lt;/font&gt; &lt;font color="navy"&gt;&lt;b&gt;while&lt;/b&gt;&lt;/font&gt; (!parser.getName().equals(&lt;font color="red"&gt;"Plan"&lt;/font&gt;));
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:cc312a28-7bc9-4181-a461-1ed3c325e5b5]--&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;With the parser i get the information out of the XML file and store it in the tasks vector. I return the vector later on to the view class and there it will be displayed on the phone (or not if i get a empty vector back...).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When i run it in the Sony Ericsson emulator it works..but on the phones i get a Nullpointerexception (because the view gets no data from the parser...). But whats wrong with my parser code and why does it work on some other brands?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I hope you can help me...I'm running out of ideas.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Matze&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a89d8782-e61c-4bad-949e-95d9fcad01cc] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">xml</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">j2me</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">parser</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">emulator</category>
      <pubDate>Fri, 20 Nov 2009 21:59:48 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50119</guid>
      <dc:date>2009-11-20T21:59:48Z</dc:date>
      <clearspace:dateToText>1 day, 10 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>CDirectScreenBitmap crash on SE Satio (landscape)</title>
      <link>http://developer.sonyericsson.com/community/thread/50103</link>
      <description>&lt;!-- [DocumentBodyStart:2fa9219f-dd3a-4213-85bf-e87c1b993b2a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm using CDirectScreenBitmap to have tearing-free display.&lt;/p&gt;&lt;p&gt;Consider the following code:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;//Omitting parts where the UI orientation si changed to landscape&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;//Omitting parts draw_rect is initialized to fullscreen rect&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;iDSBitmap = CDirectScreenBitmap::NewL(0));&lt;br/&gt;TInt dsaError = iDSBitmap-&amp;gt;Create(draw_rect,CDirectScreenBitmap::EDoubleBuffer);&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My app crashes when calling Create(). However no crash is observed if I leave the orientation to portrait.&lt;/p&gt;&lt;p&gt;Is this a known bug or are there special things to be done.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I must say this code runs fine on other S60v3 and v5 phones of various brands.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please help,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Olivier&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2fa9219f-dd3a-4213-85bf-e87c1b993b2a] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">cdirectscreenbitmap</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">crash</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">satio</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">landscape</category>
      <pubDate>Tue, 17 Nov 2009 10:13:26 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50103</guid>
      <dc:date>2009-11-17T10:13:26Z</dc:date>
      <clearspace:dateToText>4 days, 22 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to run code in Netbeans</title>
      <link>http://developer.sonyericsson.com/community/thread/50056</link>
      <description>&lt;!-- [DocumentBodyStart:ef4a2126-b06f-4efe-a052-228a126a10c2] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm having trouble getting started making apps for my W595.  I know Java and Netbeans from using POJO, JSP &amp;amp; servelets etc in mainframe and webserver environments.  I have downloaded the Sony Ericsson SDK 2.5.0.6 and got it recognised in Netbeans,  got the Netbeans "hello world" example to compile, but on running it seems unable to connect :&lt;/p&gt;&lt;p&gt;Starting emulator in execution mode&lt;br/&gt;Proxy could not open new connection to handset.&lt;br/&gt;Could not connect to the device.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The log from the proxy thing says it can't reach the COMM port and somewhere I saw for JP8 phones you don't use COMM ports - but I don't see any way to configure the networking option instead.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can someone point me to how I change that?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;       John&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ef4a2126-b06f-4efe-a052-228a126a10c2] --&gt;</description>
      <pubDate>Tue, 10 Nov 2009 10:33:37 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50056</guid>
      <dc:date>2009-11-10T10:33:37Z</dc:date>
      <clearspace:dateToText>1 week, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>CAPUCHIN中在FLASH CS3中可以实现ACCELEROMETER感应游戏吗？</title>
      <link>http://developer.sonyericsson.com/community/thread/50071</link>
      <description>&lt;!-- [DocumentBodyStart:f0bbd5b4-31e6-4965-9974-7b0a0e98f5a8] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;如题，是要用accelerometer的MXP吗？直接在FLASH 中加入ACTION SCRIPT就可以吗？&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f0bbd5b4-31e6-4965-9974-7b0a0e98f5a8] --&gt;</description>
      <pubDate>Thu, 12 Nov 2009 08:30:31 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50071</guid>
      <dc:date>2009-11-12T08:30:31Z</dc:date>
      <clearspace:dateToText>5 days, 17 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>playerUpdate isn't getting updated ?</title>
      <link>http://developer.sonyericsson.com/community/thread/50057</link>
      <description>&lt;!-- [DocumentBodyStart:bd4181f2-dbcf-450b-935f-fbed6ff90d84] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I am using a SE K800i as test-device and in short I made a MIDlet which plays Player instances one after the other...&lt;/p&gt;&lt;p&gt;Obviously I implemented the playerListener interface within the class that controls the several Players and the pretty basic idea is to start off the subsequent Player when my class receives a PlayerListener.END_OF_MEDIA event...&lt;/p&gt;&lt;p&gt;My code works flawlessly on most Nokia devices but unfortunately the PlayerListener interface will pass the PlayerListener.STARTED event but NOT the PlayerListener.END_OF_MEDIA event...&lt;/p&gt;&lt;p&gt;Actually, to be completely correct, it does pass those events but only after my app crashes (yup it's not that stable being a proof-of-concept).. At that point my Form, to which I write all incoming events, gets flooded with messages regarding end of media and also that a Player got closed(so obviously even those don't get delivered whilst playing)...&lt;/p&gt;&lt;p&gt;I was under the impression that the MMAPI impelmentation states that the delay in which such events has to be delivered is not specified but it is specified that they should be delivered in order of happening... Which is not the case now, because according to the incoming events Players jyust get started, they never reach the end of media or get closed, until that is one of those enters an IllegalStateException (the error I get after some time)...&lt;/p&gt;&lt;p&gt;Anyone who has experience with this ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bd4181f2-dbcf-450b-935f-fbed6ff90d84] --&gt;</description>
      <pubDate>Tue, 10 Nov 2009 14:04:03 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50057</guid>
      <dc:date>2009-11-10T14:04:03Z</dc:date>
      <clearspace:dateToText>1 week, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>CVideoPlayerUtility (symbian) video rendering issue on Sony Ericsson Satio</title>
      <link>http://developer.sonyericsson.com/community/thread/49552</link>
      <description>&lt;!-- [DocumentBodyStart:9050b6c1-b97f-472e-8912-9b9869a501e0] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;p&gt;Hi all&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm writing here because I'm experiencing some strange issues using the CVideoPlayerUtility class.&lt;/p&gt;&lt;p&gt;Currently we use this class for our video streaming application ( S60 3rd edition )&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now we are porting some video applications on S60 5th edition, and we found some strange behaviours.&lt;/p&gt;&lt;p&gt;we found that the Satio device does not render video on the screen. Fo testing and debugging we use the VRex S60 example. &lt;/p&gt;&lt;p&gt;The same local video is well rendered by the Nokia5800 and NokiaN97, but the same code does not work on the Sony Ericsson.&lt;/p&gt;&lt;p&gt;On the Satio some video are not player at all, for some other videos only the audio is played, the video is not rendered on the screen.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there anyone that is currently developing on the new Symbian S60 5th edition Sony Ericsson device that can help me?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advances &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A.&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9050b6c1-b97f-472e-8912-9b9869a501e0] --&gt;</description>
      <pubDate>Thu, 27 Aug 2009 07:43:37 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49552</guid>
      <dc:date>2009-08-27T07:43:37Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Xperia X2 - JVM out-of-memory</title>
      <link>http://developer.sonyericsson.com/community/thread/50012</link>
      <description>&lt;!-- [DocumentBodyStart:2d582a20-8872-4c49-8300-4ab429c4c238] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi all,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm currently porting an Java application to X2. It's a change from a 240x320 to a 468x800 screen, so images have increased considerable.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;X2 phone spec says that Java heap size is "4 MB – 32 MB (dynamic, depending on available memory)". In fact, we have monitored memory and after loading application, Runtime.freeMemory return a value between 12-13mb.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But after some screens are created, app simply crashes with an out-of-memory error. We've monitored that each new screen loaded consumes about 600-700kb of heap, but after 4 screens loaded, application runs out of memory.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As there is soo much memory available, it's hard to assume this is a fragmentation problem.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Developers or SE staff, any suggestions?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Best regards,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Camilo.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2d582a20-8872-4c49-8300-4ab429c4c238] --&gt;</description>
      <pubDate>Thu, 05 Nov 2009 17:27:03 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50012</guid>
      <dc:date>2009-11-05T17:27:03Z</dc:date>
      <clearspace:dateToText>4 days, 13 hours ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>SATIO OpenGL bug?</title>
      <link>http://developer.sonyericsson.com/community/thread/50059</link>
      <description>&lt;!-- [DocumentBodyStart:a5670e15-d7b6-4799-a57b-24b5bfca23e1] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I've got one problem with SATIO. Our application draws with both OpenGL and GC functions. We render 3d scene using OpenGL and when we enter menu, we use GC functions to draw. This worked well on all symbian devices till now - when we switch to 2d on SATIO, the opengl screen is still visible but inactive. if I rotate the device or switch application to background and then back to foreground, the 2d screen becames visible. Any ideas?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a5670e15-d7b6-4799-a57b-24b5bfca23e1] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">satio</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">opengl</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">bug</category>
      <pubDate>Tue, 10 Nov 2009 18:35:41 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50059</guid>
      <dc:date>2009-11-10T18:35:41Z</dc:date>
      <clearspace:dateToText>1 day, 9 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>UI Suggestions for Satio: hidden clock in standby screen; better Music controls; scrolling</title>
      <link>http://developer.sonyericsson.com/community/thread/50101</link>
      <description>&lt;!-- [DocumentBodyStart:30ddc48a-066d-4d84-87df-9c419e6bf0bc] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I've had my Satio a couple of days and i'm enjoying it, but think there are some easy fixes to the UI that would make me (and i think all your users) happy...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. an obvious BUG: Sony Ericsson Standby Screen has a lovely analogue clock and network name at the top: AND THEY'RE HIDDEN BY THE TOP ROW OF ICONS!  You can see them when the standby screen is first displayed or switched away from sometimes, and they're also there on some of the other standby screens.  Looks like someone didn't update the screen limits for drawing those controls.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2. The physical buttons on my old (!) W890 Walkman phone were similar to those on the Satio, but worked SO MUCH BETTER.  First: the volume up/down buttons worked even when the phone was locked.  This is essential when you want to adjust the volume while the phone is in your pocket, and having to unlock and relock the phone on the Satio isn't so nice.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;3. The volume up/down buttons on the W890 could be held down to do next/previous track, would also be great for the Satio.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;4. Disconnecting the headset paused the music player on the W890... same please for the Satio!  In fact, why not use the other buttons on the Satio for music controls too: the Display Pictures button could act as pause/play (it's even got the right icon on it already).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;5. The iPhone-style scrolling on the Music app is fantastic!  So why don't we get this on the other apps?  Like Contacts for example? (though the incremental searching is a nice idea - if clunky in design).  In fact there is a huge inconsistency between two styles of scrolling on the phone: some lists/screens like music listing and browser use a finger slide action to PAN (dragging your finger upwards moves the content up so scrolls the window down), whereas menus tend to act like a scrollbar.  This is awfully inconsistent, PANNING is the way forward... all the menus should be changed to work this way (I bet the iPhone does it &lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/happy.gif" width="16px"/&gt;).  Also use the cool 'glowing' text for selection while you're at it - extra nice if that's not ripped off from Apple.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for letting me vent... now is anyone from Sony Ericsson UI design/dev listening?!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;terry&lt;/p&gt;&lt;p&gt;(London finance developer)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:30ddc48a-066d-4d84-87df-9c419e6bf0bc] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">satio</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">standby</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">music</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">buttons</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">scrolling</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">ui</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">s60</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">symbian</category>
      <pubDate>Tue, 17 Nov 2009 09:17:53 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50101</guid>
      <dc:date>2009-11-17T09:17:53Z</dc:date>
      <clearspace:dateToText>4 days, 20 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>MIDlet icon sizes for JP-6 to JP-8.4</title>
      <link>http://developer.sonyericsson.com/community/thread/49919</link>
      <description>&lt;!-- [DocumentBodyStart:732a8022-5769-4caa-b774-b74d083fb91a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a simple enquiry that I hope someone can help me with.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need an overview of what icon sizes are supported by SE devices since and including JP-6. Documents found on the SE dev  website explain that 16x16 is supported since JP-4 and other websites tell me that 32x32 is also a commonly supported size. I need a more detailed and specific overview that tell me the highest possible icon resolutions for the various SE device families and/or devices.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Who can help me?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:732a8022-5769-4caa-b774-b74d083fb91a] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">icon</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">size</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">midlet-icon</category>
      <pubDate>Fri, 23 Oct 2009 11:47:54 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49919</guid>
      <dc:date>2009-10-23T11:47:54Z</dc:date>
      <clearspace:dateToText>5 days, 19 hours ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Some bugs and some features you should know about for the next firmware</title>
      <link>http://developer.sonyericsson.com/community/thread/33163</link>
      <description>&lt;!-- [DocumentBodyStart:00f68fd5-0827-4506-9e75-6b05a203b50f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;don't know if this is the right place to write this and will the people who work on the firmware will read this or not ... but anyway,,,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;this is for the next firmware for the p990i ...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. while formatting my 2GB memory stick ... there was no percentage .... it was 0% all the time like it was freezing ...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2. I hope there will be an option to "disable the effects" ,,, like the fading and transparent things ... because people are doing this to make the OS very fast ( they use some ways to do it ... like opening a video file in the background and continue their work)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;3. sending files over an ad-hoc wireless connection is a very good thing to have ^^&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;4. we want the buttons to have some functionality while using the cam. ... exactly the same as the K750i ... like (press * to disable or enable the flash ... "some other number" for the Macro ... and things like this) ... this would be VERY GREAT thing to have .... because doing this with the touch screen is a pain ... another idea with the flip-open is like ( press the letter "F" for flash ... "M" for Macro ,,, "W" for white balance ... etc. )&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;5. we are missing the old "clock screen saver" ... we really hope to have that back ^^&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;6. some people may want an option while using the cam. to switch to the front cam. and capture using it ...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;7. the hand req. is still buggy I think... because the on-screen buttons are press able ... and that wasn’t happening even on the old p800 &lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/happy.gif" width="16px"/&gt; ...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;sorry for this long list .... but believe me it's really great phone .... and it would be ever very very better when we have the features on this list and solve the bugs ...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:00f68fd5-0827-4506-9e75-6b05a203b50f] --&gt;</description>
      <pubDate>Fri, 29 Sep 2006 10:04:22 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/33163</guid>
      <dc:date>2006-09-29T10:04:22Z</dc:date>
      <clearspace:dateToText>2 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>348</clearspace:messageCount>
      <clearspace:replyCount>347</clearspace:replyCount>
    </item>
    <item>
      <title>Satio Media BUG.</title>
      <link>http://developer.sonyericsson.com/community/thread/50039</link>
      <description>&lt;!-- [DocumentBodyStart:e04f5550-a76c-49d8-aee2-caf16f28e549] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;there is a bug in the satio media menu.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I copy over 2000 images/photos on Satio the media menu isn't able to recognize them all and&lt;/p&gt;&lt;p&gt;it stop updating for new file.&lt;/p&gt;&lt;p&gt;If I shot a photo, I will never see it on the media menu because of this bug, If I delete the 2000 photos all restart working ok.&lt;/p&gt;&lt;p&gt;Please fix this bug.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e04f5550-a76c-49d8-aee2-caf16f28e549] --&gt;</description>
      <pubDate>Mon, 09 Nov 2009 10:52:01 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50039</guid>
      <dc:date>2009-11-09T10:52:01Z</dc:date>
      <clearspace:dateToText>1 day, 16 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>摇杆的问题</title>
      <link>http://developer.sonyericsson.com/community/thread/49447</link>
      <description>&lt;!-- [DocumentBodyStart:c74414a8-6a8e-48ef-ac54-b3ea225b39ae] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;我只用索爱手机，决定下次换机仍然使用索爱。&lt;/p&gt;&lt;p&gt;操作速度快，比较人性化，是我选择的理由。&lt;/p&gt;&lt;p&gt;可摇杆容易坏很是烦人，请问可不可以提供售后服务，长期免费维修摇杆？&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c74414a8-6a8e-48ef-ac54-b3ea225b39ae] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2026">摇杆</category>
      <pubDate>Sat, 15 Aug 2009 14:29:38 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49447</guid>
      <dc:date>2009-08-15T14:29:38Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>CDirectScreenBitmap crash on SE Satio (landscape)</title>
      <link>http://developer.sonyericsson.com/community/thread/50102</link>
      <description>&lt;!-- [DocumentBodyStart:6e02f05d-c239-4ff0-9c49-36e26238754f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm using CDirectScreenBitmap to have tearing-free display.&lt;/p&gt;&lt;p&gt;Consider the following code:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;//Omitting parts where the UI orientation si changed to landscape&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;//Omitting parts draw_rect is initialized to fullscreen rect&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;iDSBitmap = CDirectScreenBitmap::NewL(0));&lt;br/&gt;TInt dsaError = iDSBitmap-&amp;gt;Create(draw_rect,CDirectScreenBitmap::EDoubleBuffer);&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My app crashes when calling Create(). However no crash is observed if I leave the orientation to portrait.&lt;/p&gt;&lt;p&gt;Is this a known bug or are there special things to be done.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I must say this code runs fine on other S60v3 and v5 phones of various brands.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please help,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Olivier&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6e02f05d-c239-4ff0-9c49-36e26238754f] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">cdirectscreenbitmap</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">crash</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">satio</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2087">landscape</category>
      <pubDate>Tue, 17 Nov 2009 10:08:41 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50102</guid>
      <dc:date>2009-11-17T10:08:41Z</dc:date>
      <clearspace:dateToText>4 days, 22 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>device explorer not connected</title>
      <link>http://developer.sonyericsson.com/community/thread/50035</link>
      <description>&lt;!-- [DocumentBodyStart:3456f41b-91ef-487d-a31a-8cc8e336b154] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hi Everybody!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can't get SE Device Explorer working, it says 'Not Connected' no matter what&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Connection Proxy is working OK, the status is Connected, it reports about the phone's name,  sent/received bytes.&lt;/p&gt;&lt;p&gt;After some hours of searching I had to make some changes though in order to get Connection Proxy to work..&lt;/p&gt;&lt;p&gt;in sdkme.properties:&lt;/p&gt;&lt;p&gt; changing ipprovider.rebindOnConnect: true&lt;/p&gt;&lt;p&gt; deviceDiscovery.method: ping&lt;/p&gt;&lt;p&gt;and also:&lt;/p&gt;&lt;p&gt; -ipprovider_launcher from command line&lt;/p&gt;&lt;p&gt; -configure network connection local IP address in the range &lt;strong&gt;169.254&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ejava is also working:&lt;/p&gt;&lt;p&gt;c:\SonyEricsson\JavaME_SDK_CLDC\OnDeviceDebug\bin&amp;gt;ejava about&lt;br/&gt;Phone: C902&lt;br/&gt;Profile: MIDP-2.1&lt;br/&gt;Configuration: CLDC-1.1&lt;br/&gt;Java Platform: JP-8.3.0&lt;br/&gt;SDK Protocol Version: 2&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Device Explorer's log:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;[2009.11.08. 16:21:54]    Logger initialized, level: 0, max size: 4194304, log: ../..//logs/device_explorer.log&lt;br/&gt;[2009.11.08. 16:21:54]    OS name = Windows XP&lt;br/&gt;[2009.11.08. 16:21:54]    OS version = 5.1&lt;br/&gt;[2009.11.08. 16:21:54]    OS arch architecture = x86&lt;br/&gt;[2009.11.08. 16:21:54]    SDK home = ../../&lt;br/&gt;[2009.11.08. 16:21:54]    SDK version = 2.5.0.6&lt;br/&gt;[2009.11.08. 16:21:54]    SDK date = %builddate%&lt;br/&gt;[2009.11.08. 16:21:54]    SDKPlugin: new ResourceMonitorControllerImpl()&lt;br/&gt;[2009.11.08. 16:21:54]    ResourceMonitorControllerImpl: created logger&lt;br/&gt;[2009.11.08. 16:21:54]    ResourceManager: setLogger()&lt;br/&gt;[2009.11.08. 16:21:54]    ResourceManager: addResourceListener() com.sonyericsson.sdkme.resourcemonitor.ResourceMonitorControllerImpl&lt;br/&gt;[2009.11.08. 16:21:54]    BundleContext: org.eclipse.osgi.framework.internal.core.BundleContextImpl@84da23&lt;br/&gt;[2009.11.08. 16:21:54]    DefBundle: update@plugins/com.sonyericsson.sdkme.deviceexplorer_2.5.0.6/ [10]&lt;br/&gt;[2009.11.08. 16:21:59]    Selection changed. Selection=[Not connected]. supportsMultitasking=false&lt;br/&gt;[2009.11.08. 16:21:59]    Performing device task: com.sonyericsson.sdkme.deviceoperations.RefreshOperation&lt;br/&gt;[2009.11.08. 16:21:59]    Performing device task. Getting progress service... &lt;br/&gt;[2009.11.08. 16:21:59]    Performing device task. run... &lt;br/&gt;[2009.11.08. 16:22:42]    Failed to connect to Connection Proxy.&lt;br/&gt;[2009.11.08. 16:22:42]    Performing device task(com.sonyericsson.sdkme.deviceoperations.RefreshOperation). done. &lt;br/&gt;[2009.11.08. 16:22:43]    KeyListener started for KeyAdapter. keyCode=65536&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help is welcome as I'm pretty much clueless here &lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/sad.gif" width="16px"/&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;BR,&lt;/p&gt;&lt;p&gt;./z&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3456f41b-91ef-487d-a31a-8cc8e336b154] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">device_explorer</category>
      <pubDate>Sun, 08 Nov 2009 15:25:54 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50035</guid>
      <dc:date>2009-11-08T15:25:54Z</dc:date>
      <clearspace:dateToText>1 week, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>AT Command to send SMS message</title>
      <link>http://developer.sonyericsson.com/community/thread/26438</link>
      <description>&lt;!-- [DocumentBodyStart:7a154509-47fa-4964-911d-b60e878648b1] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;i use these AT commands to send SMS:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AT+CMGF=1&lt;/p&gt;&lt;p&gt;AT+CMGS="1234567"&lt;/p&gt;&lt;blockquote class="jive-quote" level="1"&gt;&lt;p&gt;hello world&lt;/p&gt;&lt;/blockquote&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in my code when sending. when i do it in a loop (to send to multiple recipients), the first recipient receives successfully, but the second recipient does not receive it.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I get: &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;+CMS ERROR: 301&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;what is wrong here? i googled and error 301 says that SMS funcitonality is currently being used by some other process. However, i checked for response before i send again. so what gives? how to solve this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7a154509-47fa-4964-911d-b60e878648b1] --&gt;</description>
      <pubDate>Sat, 15 Apr 2006 08:33:27 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/26438</guid>
      <dc:date>2006-04-15T08:33:27Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>13</clearspace:messageCount>
      <clearspace:replyCount>12</clearspace:replyCount>
    </item>
    <item>
      <title>Where to download the OpenGL ES 2.0 Demo?</title>
      <link>http://developer.sonyericsson.com/community/thread/49844</link>
      <description>&lt;!-- [DocumentBodyStart:94a769f1-1817-4b5e-8de7-f5cd036fd0df] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;can you tell me please Where to download the OpenGL ES 2.0 Demo?&lt;/p&gt;&lt;p&gt;I mean this demo.&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://developer.sonyericsson.com/site/global/newsandevents/latestnews/newssept09/p_sony_ericsson_satio_opengl2.jsp"&gt;http://developer.sonyericsson.com/site/global/newsandevents/latestnews/newssept09/p_sony_ericsson_satio_opengl2.jsp&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:94a769f1-1817-4b5e-8de7-f5cd036fd0df] --&gt;</description>
      <pubDate>Tue, 06 Oct 2009 10:51:21 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49844</guid>
      <dc:date>2009-10-06T10:51:21Z</dc:date>
      <clearspace:dateToText>5 days, 18 hours ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>Report your bugs here!</title>
      <link>http://developer.sonyericsson.com/community/thread/19791</link>
      <description>&lt;!-- [DocumentBodyStart:93955f6c-9ce4-4ac9-ac46-48d9435d4665] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;We are very grateful for all the bugs you developers report to us, it helps us to develop better products.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Use this thread to report bugs that are found on any Sony Ericsson device.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;To make it easier to report these suspected bugs to our engineers they need to be reported in the following format:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Description&lt;/strong&gt;: A description of the bug and what actions or circumstance that causes the bug to reveal it self. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Phones&lt;/strong&gt;: Which phone models has the bug OR if it is a bug in the SDK or some tool.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Firmware&lt;/strong&gt;: Which firmware on the phone/phones that has the bug.&lt;/p&gt;&lt;p&gt;There is a knowledge base article on how to get your phones firmware here:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="href"&gt;href&lt;/a&gt;&lt;a class="jive-link-external-small" href="http://developer.sonyericsson.com/viewSolution.do?id=6689"&gt;http://developer.sonyericsson.com/viewSolution.do?id=6689&lt;/a&gt;&lt;span&gt;[/href]&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A big thanks to all you bug reporters, you have our eternal blessing.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;/Sony Ericsson Developer Support&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:93955f6c-9ce4-4ac9-ac46-48d9435d4665] --&gt;</description>
      <pubDate>Wed, 10 Aug 2005 04:34:41 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/19791</guid>
      <dc:date>2005-08-10T04:34:41Z</dc:date>
      <clearspace:dateToText>2 weeks, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>213</clearspace:messageCount>
      <clearspace:replyCount>212</clearspace:replyCount>
    </item>
    <item>
      <title>Webalbums</title>
      <link>http://developer.sonyericsson.com/community/thread/49934</link>
      <description>&lt;!-- [DocumentBodyStart:21e5ce3a-acf6-4d17-8758-ff1c115e9362] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;When browsing photos in my new Aino, I can select to send a photo a number of ways, e.g. by e-mail, mms or bluetooth.&lt;/p&gt;&lt;p&gt;I can also select to send the photo to a webalbum, like Picasa or Blogger or Flickr. And that's interesting.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When going into the Medias -&amp;gt; Photo, I can also see what webalbums are available - and I can choose "New service". That's even more interesting.&lt;/p&gt;&lt;p&gt;But when clicking "New service" the phone just opens PlayNow Arena.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm curious if it's possible to create my own webalbum service using some attribute(s) in the manifest and jad file. If yes, how many devices support this?&lt;/p&gt;&lt;p&gt;Can anyone point me to any info on this matter?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:21e5ce3a-acf6-4d17-8758-ff1c115e9362] --&gt;</description>
      <pubDate>Mon, 26 Oct 2009 17:31:57 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49934</guid>
      <dc:date>2009-10-26T17:31:57Z</dc:date>
      <clearspace:dateToText>2 weeks, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>How to install?</title>
      <link>http://developer.sonyericsson.com/community/thread/28979</link>
      <description>&lt;!-- [DocumentBodyStart:bc2ed33c-ec24-4d06-acd0-cd90d80ad140] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;In the OGLES SDK distribution I can not find any install/setup executable or instruction. So, how to correctly integrate it into the UIQ 3 SDK?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bc2ed33c-ec24-4d06-acd0-cd90d80ad140] --&gt;</description>
      <pubDate>Thu, 15 Jun 2006 10:54:49 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/28979</guid>
      <dc:date>2006-06-15T10:54:49Z</dc:date>
      <clearspace:dateToText>2 years, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>20</clearspace:messageCount>
      <clearspace:replyCount>19</clearspace:replyCount>
    </item>
    <item>
      <title>signing applications</title>
      <link>http://developer.sonyericsson.com/community/thread/50029</link>
      <description>&lt;!-- [DocumentBodyStart:36a8c704-7863-42ca-a580-e06619ff3a11] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hi guys, i'm a student working on symbian ( as my last year project ).when installing applications my mobile shows certificate error,and thought of getting certificate from sites online.Is it really safe to give them your IMEI number?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:36a8c704-7863-42ca-a580-e06619ff3a11] --&gt;</description>
      <pubDate>Sat, 07 Nov 2009 13:43:06 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50029</guid>
      <dc:date>2009-11-07T13:43:06Z</dc:date>
      <clearspace:dateToText>1 week, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>为啥索爱系列手机的尾部插槽都爱坏呢</title>
      <link>http://developer.sonyericsson.com/community/thread/49429</link>
      <description>&lt;!-- [DocumentBodyStart:55c65cac-6183-4682-a69d-da04bc550e1f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;为啥索爱系列手机的尾部插槽都爱坏呢？ 难道就不能设计的人性化点，最起码加个软垫也好啊&lt;/p&gt;&lt;p&gt;公司是不是故意这样搞的啊，好让售后服务的多赚钱啊？ &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:55c65cac-6183-4682-a69d-da04bc550e1f] --&gt;</description>
      <pubDate>Wed, 12 Aug 2009 01:20:30 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49429</guid>
      <dc:date>2009-08-12T01:20:30Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>problems with Satio native email platform</title>
      <link>http://developer.sonyericsson.com/community/thread/49715</link>
      <description>&lt;!-- [DocumentBodyStart:166f9fdc-d822-4498-a732-3bb8e7e86174] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I have used the Satio as my primary phone for the last week, and have had problems with the native email platform.  I have set up the &lt;a class="jive-link-external-small" href="http://www.momail.com"&gt;Momail &lt;/a&gt;mobile email service in the phone - which works great in other SonyEricsson phones  - and the issues are more related to the phone than the Momail service. Problems include:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; - Push does not work well.  Eg, Not only do I not receive notifications, but in order to receive mail quickly, I need to connect and disconnect to the email service.  Mails typically come in when I disconnect, so then need to continue the process until the mailbox is fully updated.&lt;/p&gt;&lt;p&gt; - Unable to read mails until mailbox is fully updated.  Due to the reason above (ie, need for repeated connecting and disconnecting until mailbox is updated), this is frustrating, especially if you have limited time.&lt;/p&gt;&lt;p&gt; - The phone seems to lose the network connection extremely easily.  Thus, even if you do not disconnect, to download new mails you often need to reconnect - and then go through the process of choosing which network to which you want to connect.  This is also a problem if you are sending or receiving large mails.  Eg, I sent a mail with about 4-5 pictures from the phone and had to repeatedly try to send it as the network connection was often lost before the mail was sent.&lt;/p&gt;&lt;p&gt; - Choosing to delete a mail from phone and server achieves nothing except that the mail is marked.  I have repeatedly tried to delete mails from the phone, and they do not go away until I actually delete the mails from Momail's web interface.  This is not a problem with other SonyEricsson handsets.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas on how to fix these issues would be greatly appreciated!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:166f9fdc-d822-4498-a732-3bb8e7e86174] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">satio</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">email</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">momail</category>
      <pubDate>Fri, 18 Sep 2009 07:40:16 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49715</guid>
      <dc:date>2009-09-18T07:40:16Z</dc:date>
      <clearspace:dateToText>3 days, 19 hours ago</clearspace:dateToText>
      <clearspace:messageCount>11</clearspace:messageCount>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>GPRS部分源代码 打电话，发短信</title>
      <link>http://developer.sonyericsson.com/community/thread/49524</link>
      <description>&lt;!-- [DocumentBodyStart:df9913c0-cfcd-4bb5-a0e7-02ffb1230ea3] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;GPRS部分源代码 打电话，发短信: &lt;br/&gt;&lt;a class="jive-link-external-small" href="http://www.itxxh.cn/book/GPRS/zaxsw1539.shtml"&gt;http://www.itxxh.cn/book/GPRS/zaxsw1539.shtml&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:df9913c0-cfcd-4bb5-a0e7-02ffb1230ea3] --&gt;</description>
      <pubDate>Wed, 26 Aug 2009 03:28:00 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49524</guid>
      <dc:date>2009-08-26T03:28:00Z</dc:date>
      <clearspace:dateToText>2 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Satio "Some annoying problems"</title>
      <link>http://developer.sonyericsson.com/community/thread/50118</link>
      <description>&lt;!-- [DocumentBodyStart:dbf3a86e-533b-461c-a8c6-c498374de51c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;Satio"Idou"   is a great phone but !!!!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1- You can not use &lt;span style="text-decoration: underline;"&gt;skype&lt;/span&gt; voice call ! aslo Gtlak voice call with any program like "IM+ &amp;amp; Fring" but Nokia N97 dose !!!!!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2- No Facebook program&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;3- No Windows live messenger  for Satio but available for NOKIA N97 on OVI&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;4- Video players "SmartMovie &amp;amp; CorePlayer" Not working properly but it is working OK with N97 !!!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;5- No call recorder&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;6- The play button is for picture ONLY not for music player&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;7- python applications not working&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;8- HTML E-mail not supported !!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;9- The keyboed (mini one) is not finger friendly  like iPhone&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;10- If want to send picture by E-mail no option for resize like MMS or like C905i !!!!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;That is what i think is the big issue&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I hope SonyEricsson fix it in next update  soooooooooooooooooooooooooooooooooooone&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dbf3a86e-533b-461c-a8c6-c498374de51c] --&gt;</description>
      <pubDate>Fri, 20 Nov 2009 19:16:06 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50118</guid>
      <dc:date>2009-11-20T19:16:06Z</dc:date>
      <clearspace:dateToText>1 day, 13 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>X10 Android version and Multi touch</title>
      <link>http://developer.sonyericsson.com/community/thread/50009</link>
      <description>&lt;!-- [DocumentBodyStart:8315a22e-9dae-4fe6-a9d8-fce5314f0ec5] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Will the X10 be able to have upgrades to future android version's i.e 2.0?. and also will the X10 screen support multitouch?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anders Lindell&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8315a22e-9dae-4fe6-a9d8-fce5314f0ec5] --&gt;</description>
      <pubDate>Wed, 04 Nov 2009 16:07:03 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50009</guid>
      <dc:date>2009-11-04T16:07:03Z</dc:date>
      <clearspace:dateToText>6 days, 14 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Satio and eRCP?</title>
      <link>http://developer.sonyericsson.com/community/thread/50040</link>
      <description>&lt;!-- [DocumentBodyStart:5b9cec47-8450-46b9-ad84-7c02229ea708] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Will Satio support eRCP development? It should right, since it S60 v5.0?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5b9cec47-8450-46b9-ad84-7c02229ea708] --&gt;</description>
      <pubDate>Mon, 09 Nov 2009 14:32:37 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50040</guid>
      <dc:date>2009-11-09T14:32:37Z</dc:date>
      <clearspace:dateToText>1 week, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to embed web browser into midlet</title>
      <link>http://developer.sonyericsson.com/community/thread/50074</link>
      <description>&lt;!-- [DocumentBodyStart:3395cd8a-4ddf-4df2-bdad-7c7929257f92] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Is there any way in Java ME how to embed the web browser inside the midlet?&lt;/p&gt;&lt;p&gt;I would need to open the browser, but still conrol the aplication via softkeys. Is it possible?&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3395cd8a-4ddf-4df2-bdad-7c7929257f92] --&gt;</description>
      <pubDate>Thu, 12 Nov 2009 18:13:14 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50074</guid>
      <dc:date>2009-11-12T18:13:14Z</dc:date>
      <clearspace:dateToText>1 week, 16 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>internal Gps on Satio</title>
      <link>http://developer.sonyericsson.com/community/thread/50062</link>
      <description>&lt;!-- [DocumentBodyStart:b688a3c7-3d6c-438e-addb-45cead571b65] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I found internal Gps is not supported on Satio,but it should?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anybody knows the difference to S60 devices&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;best regards&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b688a3c7-3d6c-438e-addb-45cead571b65] --&gt;</description>
      <pubDate>Wed, 11 Nov 2009 11:51:32 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50062</guid>
      <dc:date>2009-11-11T11:51:32Z</dc:date>
      <clearspace:dateToText>1 week, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Satio, JavaME and phone orientation...</title>
      <link>http://developer.sonyericsson.com/community/thread/49687</link>
      <description>&lt;!-- [DocumentBodyStart:81a2e074-5ffc-41da-bb62-e3d875000035] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;do you know if Satio supports automatic rotation in a JavaME canvas?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I rotate the phone horizontally, canvas will be repainted automatically?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:81a2e074-5ffc-41da-bb62-e3d875000035] --&gt;</description>
      <pubDate>Mon, 14 Sep 2009 09:23:07 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49687</guid>
      <dc:date>2009-09-14T09:23:07Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>This forum is useless...</title>
      <link>http://developer.sonyericsson.com/community/thread/50088</link>
      <description>&lt;!-- [DocumentBodyStart:ff4c1e5c-368f-4175-b491-d48413977d70] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;This forum is useless,&lt;/p&gt;&lt;p&gt;every time I ask something no one answer.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I know that this isn't a support forum but developing on SE phones is a pain due to that.&lt;/p&gt;&lt;p&gt;A developer support is needed and this forum is useless because no one from the developer side answer.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://developer.sonyericsson.com/community/thread/50060"&gt;http://developer.sonyericsson.com/community/thread/50060&lt;/a&gt;&lt;/p&gt;&lt;p&gt;no answer&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://developer.sonyericsson.com/community/message/128594#128594"&gt;http://developer.sonyericsson.com/community/message/128594#128594&lt;/a&gt;&lt;/p&gt;&lt;p&gt;no answer&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://developer.sonyericsson.com/community/thread/50039"&gt;http://developer.sonyericsson.com/community/thread/50039&lt;/a&gt;&lt;/p&gt;&lt;p&gt;no answer&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://developer.sonyericsson.com/community/message/129307#129307"&gt;http://developer.sonyericsson.com/community/message/129307#129307&lt;/a&gt;&lt;/p&gt;&lt;p&gt;no answer&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://developer.sonyericsson.com/community/thread/49877"&gt;http://developer.sonyericsson.com/community/thread/49877&lt;/a&gt;&lt;/p&gt;&lt;p&gt;no answer&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://developer.sonyericsson.com/community/thread/50087"&gt;http://developer.sonyericsson.com/community/thread/50087&lt;/a&gt;&lt;/p&gt;&lt;p&gt;no answer&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This forum is completely useless and I think that this is one of the reason why developing apps for Sony Ericsson isn't so appreciated from the masses.&lt;/p&gt;&lt;p&gt;Hope to see something change in the next feature.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ff4c1e5c-368f-4175-b491-d48413977d70] --&gt;</description>
      <pubDate>Sat, 14 Nov 2009 13:19:49 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50088</guid>
      <dc:date>2009-11-14T13:19:49Z</dc:date>
      <clearspace:dateToText>4 days, 11 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>fillRoundRect bug in WTK 5.2.0 and 5.2.1</title>
      <link>http://developer.sonyericsson.com/community/thread/42696</link>
      <description>&lt;!-- [DocumentBodyStart:d2423719-1b73-4600-82f8-dd0f629a53c6] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I when using the Graphics method fillRoundRect, the emulator draws the rectangle lower then requested.&lt;/p&gt;&lt;p&gt;e.g. &lt;/p&gt;&lt;!--[CodeBlockStart:2a6ad6f9-211a-4f06-aa49-be3ab15acb86]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code"&gt;fillRoundRect(0, 0, WIDTH, HEIGHT, 4, 4);&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:2a6ad6f9-211a-4f06-aa49-be3ab15acb86]--&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Will start drawing the rectangle in position (0, 14).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is that a known issue?&lt;/p&gt;&lt;p&gt;Is there a fix planned?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message was edited by: zaizer&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d2423719-1b73-4600-82f8-dd0f629a53c6] --&gt;</description>
      <pubDate>Wed, 26 Dec 2007 20:44:47 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/42696</guid>
      <dc:date>2007-12-26T20:44:47Z</dc:date>
      <clearspace:dateToText>6 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>18</clearspace:messageCount>
      <clearspace:replyCount>17</clearspace:replyCount>
    </item>
    <item>
      <title>MediaException - "Failed to take picture"</title>
      <link>http://developer.sonyericsson.com/community/thread/50058</link>
      <description>&lt;!-- [DocumentBodyStart:3afd28ee-c7b5-49c8-a68f-157b823fd2a9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Really hope someone can shed some light on this problem I'm having using the MMAPI.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My app takes a picture using the phones camera.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm getting a MediaException ("Failed to take picture"), the error is on a w910i.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can't find anything on the net about this error.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Many thanks in advance.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Robo&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3afd28ee-c7b5-49c8-a68f-157b823fd2a9] --&gt;</description>
      <pubDate>Tue, 10 Nov 2009 17:31:14 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50058</guid>
      <dc:date>2009-11-10T17:31:14Z</dc:date>
      <clearspace:dateToText>1 week, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>AT commands from USB host</title>
      <link>http://developer.sonyericsson.com/community/thread/50030</link>
      <description>&lt;!-- [DocumentBodyStart:12cbd282-11f2-40df-addc-01af68a0f2b9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Which USB-protocol levels at USB host, (if any) are needed to send AT commands to a W800i over modem cable with USB connection  ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:12cbd282-11f2-40df-addc-01af68a0f2b9] --&gt;</description>
      <pubDate>Sat, 07 Nov 2009 14:21:38 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50030</guid>
      <dc:date>2009-11-07T14:21:38Z</dc:date>
      <clearspace:dateToText>1 week, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>simcom gprs AT command CMUX 的使用</title>
      <link>http://developer.sonyericsson.com/community/thread/49529</link>
      <description>&lt;!-- [DocumentBodyStart:6a70d14e-84c4-4b86-902a-59b537f41c55] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;大家好,我问一个simcom gprs AT command CMUX的问题， &lt;br/&gt;我现在在使用simcom的 gprs模块，但是我不会使用AT ＋ CMUX的这个AT命令，（多路访问控制）。 &lt;br/&gt;谁能帮帮我？&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6a70d14e-84c4-4b86-902a-59b537f41c55] --&gt;</description>
      <pubDate>Wed, 26 Aug 2009 05:57:13 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49529</guid>
      <dc:date>2009-08-26T05:57:13Z</dc:date>
      <clearspace:dateToText>2 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Ringtone: Can not use this file</title>
      <link>http://developer.sonyericsson.com/community/thread/50077</link>
      <description>&lt;!-- [DocumentBodyStart:67fdba2a-12f9-49af-bcea-731444d9f350] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;on W518aI have a M4A ringtone. If I access it through My Staff/Music/Ringtones it plays fine&lt;/p&gt;&lt;p&gt;But when I try to set this file as ringtone (Settings/Sounds&amp;amp;Alerts/Ringtone), phone responds "Can not use this file"&lt;/p&gt;&lt;p&gt;Why would it refuse to set a ringtone?&lt;/p&gt;&lt;p&gt;&lt;br/&gt;Thanks!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:67fdba2a-12f9-49af-bcea-731444d9f350] --&gt;</description>
      <pubDate>Fri, 13 Nov 2009 04:00:16 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50077</guid>
      <dc:date>2009-11-13T04:00:16Z</dc:date>
      <clearspace:dateToText>1 week, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>wince下著名的视频播放器TCPMP源码</title>
      <link>http://developer.sonyericsson.com/community/thread/49519</link>
      <description>&lt;!-- [DocumentBodyStart:2f6abfa9-85ff-4d61-be6d-ee03904667ab] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;支持多种格式的视频音频以及图片，功能强大 &lt;br/&gt;&lt;br/&gt;可以流畅的解QVGA的H264,MPEG4等格式 &lt;br/&gt;&lt;br/&gt;下载地址： &lt;br/&gt;&lt;a class="jive-link-external-small" href="http://www.itxxh.cn/book/multimedia/zaxsw1576.shtml"&gt;http://www.itxxh.cn/book/multimedia/zaxsw1576.shtml&lt;/a&gt;&lt;span&gt; &lt;/span&gt;&lt;br/&gt;&lt;br/&gt;强顶！ &lt;br/&gt;&lt;br/&gt;此外，本人最近在寻找wince下的游戏模拟器源码， 不知哪里有， 呵。 &lt;br/&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2f6abfa9-85ff-4d61-be6d-ee03904667ab] --&gt;</description>
      <pubDate>Wed, 26 Aug 2009 06:25:54 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49519</guid>
      <dc:date>2009-08-26T06:25:54Z</dc:date>
      <clearspace:dateToText>2 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to use camera API on Satio?</title>
      <link>http://developer.sonyericsson.com/community/thread/50087</link>
      <description>&lt;!-- [DocumentBodyStart:4b65c5bf-a6a4-4f34-b45c-a3ca0a3ea33b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;is it possible to use Camera API on Satio?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If yes is there a guide on how to do that?&lt;/p&gt;&lt;p&gt;There is no known apps that requires camera that works on my satio, why?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4b65c5bf-a6a4-4f34-b45c-a3ca0a3ea33b] --&gt;</description>
      <pubDate>Sat, 14 Nov 2009 13:18:04 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50087</guid>
      <dc:date>2009-11-14T13:18:04Z</dc:date>
      <clearspace:dateToText>5 days, 18 hours ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Xperia X10 and Java - do they go together</title>
      <link>http://developer.sonyericsson.com/community/thread/50082</link>
      <description>&lt;!-- [DocumentBodyStart:92cd504e-de4c-4c8e-a4ed-97fb634e8ca1] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;font size="2"&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;&lt;p&gt;I'd like to ask you does X10 support java games? Or, to generalize, does X10 have Java and if yes, which JP version does it have?&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:92cd504e-de4c-4c8e-a4ed-97fb634e8ca1] --&gt;</description>
      <pubDate>Fri, 13 Nov 2009 14:20:50 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50082</guid>
      <dc:date>2009-11-13T14:20:50Z</dc:date>
      <clearspace:dateToText>3 days, 11 hours ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Is that possible with a SE Phone?</title>
      <link>http://developer.sonyericsson.com/community/thread/50032</link>
      <description>&lt;!-- [DocumentBodyStart:4e6cefb4-3473-40ac-9edf-12c644d40418] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've got a question regarding the tool-development for Sony Ericsson mobiles.&lt;/p&gt;&lt;p&gt;Is it possible to code a tool that..&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- opens a connection via gprs&lt;/p&gt;&lt;p&gt;- loads a page with specified parameters, e.g. example.com/load.php?param1=x&amp;amp;param2=y&lt;/p&gt;&lt;p&gt;- reads the answer&lt;/p&gt;&lt;p&gt;- closes the gprs connection&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've never coded stuff in JavaME and have no experience in coding for mobile devices at all. But I'm familiar with Java and a bunch of other languages, the coding thing won't be a problem.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But I don't know if the gprs-thing is possible at all. Are there any libraries that can establish a gprs-connection on a Sony Ericsson mobile? Especially on the c510.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How would you do that?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks a lot!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;edit: oh, I forgot, the php page is protected by an htaccess password protection. The account data should be entered automatically, but this is optional. For now, the gprs thing is of more importance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4e6cefb4-3473-40ac-9edf-12c644d40418] --&gt;</description>
      <pubDate>Sat, 07 Nov 2009 22:39:24 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50032</guid>
      <dc:date>2009-11-07T22:39:24Z</dc:date>
      <clearspace:dateToText>1 week, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>CallRecorder not working on Satio...</title>
      <link>http://developer.sonyericsson.com/community/thread/49933</link>
      <description>&lt;!-- [DocumentBodyStart:835306db-064e-426c-bf61-cdd62071fb63] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I know that Total Call Recorder does not work on Satio...&lt;/p&gt;&lt;p&gt;Is there a specific reason on why it doesn't work?&lt;/p&gt;&lt;p&gt;Is there some lock on some apis?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:835306db-064e-426c-bf61-cdd62071fb63] --&gt;</description>
      <pubDate>Mon, 26 Oct 2009 09:51:13 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49933</guid>
      <dc:date>2009-10-26T09:51:13Z</dc:date>
      <clearspace:dateToText>2 weeks, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>W810i &amp; A2DP upgrade?</title>
      <link>http://developer.sonyericsson.com/community/thread/33140</link>
      <description>&lt;!-- [DocumentBodyStart:0e003aba-e9bc-4e4c-a05c-9eda7eff6a13] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm wondering if anyone out there knows if Sony is developing an upgrade for their w810i phones regarding A2DP compatibility.&amp;nbsp; I bought a w810i, excited about the "Walkman phone" angle, but am terribly dismayed that it will not work with stereo Bluetooth headsets.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It's actually quite surprising that they're rolling out so many "Walkman" branded cellphones which turn out to be incompatible with stereo Bluetooth headsets. Forgive me 'cause I'm naive, but does technology like that really amp up the costs of production?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I figure Sony should be working on fixes for their most recent phones as they've also now lauched their own stereo Bluetooth headset.&amp;nbsp; Any chances?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0e003aba-e9bc-4e4c-a05c-9eda7eff6a13] --&gt;</description>
      <pubDate>Thu, 28 Sep 2006 22:07:56 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/33140</guid>
      <dc:date>2006-09-28T22:07:56Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>74</clearspace:messageCount>
      <clearspace:replyCount>73</clearspace:replyCount>
    </item>
    <item>
      <title>Applicatio's with Satio</title>
      <link>http://developer.sonyericsson.com/community/thread/49960</link>
      <description>&lt;!-- [DocumentBodyStart:ec07606d-3f70-4839-b372-d00ba14e2415] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi there ,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just where I can find applications for satio !! If I need to buy it or to download it !!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;forinstant Garmin !! I have one but it used kaygen !!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks a lot ...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ec07606d-3f70-4839-b372-d00ba14e2415] --&gt;</description>
      <pubDate>Mon, 02 Nov 2009 08:16:17 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49960</guid>
      <dc:date>2009-11-02T08:16:17Z</dc:date>
      <clearspace:dateToText>2 weeks, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Satio- Standby theme</title>
      <link>http://developer.sonyericsson.com/community/thread/50072</link>
      <description>&lt;!-- [DocumentBodyStart:62fc6bcf-30fb-44b4-a284-aa7a32eb54d9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span style="font-family: verdana, geneva;"&gt;&lt;span style="font-size: 10pt;"&gt;Can you change the main items which are displayed in the standby theme?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: verdana, geneva; font-size: 10pt;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: verdana, geneva; font-size: 10pt;"&gt;&lt;span style="font-size: 10pt;"&gt;I selected "Sony ericsson" standby theme but I do not want the "Recent Pictures" tab on it. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: verdana, geneva; font-size: 10pt;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: verdana, geneva; font-size: 10pt;"&gt;&lt;span style="font-size: 10pt;"&gt;Is there a way to get rid of that tab while keeping the rest of the tabs?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Aseem Chiplonkar&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:62fc6bcf-30fb-44b4-a284-aa7a32eb54d9] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2015">satio</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2015">standby_theme</category>
      <pubDate>Thu, 12 Nov 2009 09:56:05 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50072</guid>
      <dc:date>2009-11-12T09:56:05Z</dc:date>
      <clearspace:dateToText>1 week, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>GPS/SOFTWARE on P1i</title>
      <link>http://developer.sonyericsson.com/community/thread/50094</link>
      <description>&lt;!-- [DocumentBodyStart:9b931515-aa09-460e-8cbe-91e9a21fab1f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;helloooooooooooooooo im a new owner of a p1i although released since 2007 &lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/happy.gif" width="16px"/&gt;&lt;/p&gt;&lt;p&gt;but i love it and want to expand its potential.. things like software and getting GPS on it&lt;br/&gt;also ive looked into that iPhone icon application and i would like to know what others are doing to make the best&lt;/p&gt;&lt;p&gt;of their SE and Symbian/UIQ software&lt;/p&gt;&lt;p&gt;Rashad &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9b931515-aa09-460e-8cbe-91e9a21fab1f] --&gt;</description>
      <pubDate>Mon, 16 Nov 2009 00:01:53 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50094</guid>
      <dc:date>2009-11-16T00:01:53Z</dc:date>
      <clearspace:dateToText>6 days, 8 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>关于java进行flash播放的问题</title>
      <link>http://developer.sonyericsson.com/community/thread/50086</link>
      <description>&lt;!-- [DocumentBodyStart:bf38cbc9-dd60-45d6-b5c3-81880b976b1a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;除CAPUCHIN以外,一些相对旧一些的平台( jp7 , jp6 .... ),如何实现swf / flv的媒体播放呢 ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bf38cbc9-dd60-45d6-b5c3-81880b976b1a] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2023">capuchin</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2023">j2me</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2023">jp-8</category>
      <pubDate>Sat, 14 Nov 2009 02:16:55 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50086</guid>
      <dc:date>2009-11-14T02:16:55Z</dc:date>
      <clearspace:dateToText>5 days, 17 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Getting Started</title>
      <link>http://developer.sonyericsson.com/community/thread/50055</link>
      <description>&lt;!-- [DocumentBodyStart:fb7a1073-354b-40d8-907d-413b081618f8] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Howdy mates,&lt;/p&gt;&lt;p&gt;This year in college we;re starting to study Java for cellphones, and i would like to develop for SE phones, where do i need to start?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks in advance! &lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/laugh.gif" width="16px"/&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fb7a1073-354b-40d8-907d-413b081618f8] --&gt;</description>
      <pubDate>Tue, 10 Nov 2009 10:24:02 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50055</guid>
      <dc:date>2009-11-10T10:24:02Z</dc:date>
      <clearspace:dateToText>1 week, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Troubles in setting Java developer mode on K660i</title>
      <link>http://developer.sonyericsson.com/community/thread/44880</link>
      <description>&lt;!-- [DocumentBodyStart:28c14e90-5a06-42c7-a4d9-b9e16734cf40] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi to all,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've some troubles with a brand new K660i. Troubles are related to service mode menu, activation of java developer mode and, obviously, connection proxy of SEMC Java ME SDK.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In particular:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;I can enter in service mode menu (using keypresses &amp;amp;gt;&lt;strong&gt;&amp;amp;lt;&amp;amp;lt;&lt;/strong&gt;&amp;amp;lt;*) &lt;em&gt;only&lt;/em&gt; in startup screen (selection screen between flight mode and normal mode) immediately after phone power on, in enter PIN screen and in standby screen &lt;strong&gt;before&lt;/strong&gt; activation of customisation of phone operator. In every other screen I &lt;strong&gt;can't&lt;/strong&gt; enter in service mode menu.&lt;/p&gt;&lt;/li&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;In service mode menu, under &lt;em&gt;Service Settings&lt;/em&gt;, I can select and modify USB charging setting but I &lt;strong&gt;can't&lt;/strong&gt; select java developer mode setting. If I click on select (with java developer mode item highlighted) nothing happens. &lt;strong&gt;Update:&lt;/strong&gt; after some power off/on cycles and repeatly pressing select command in a rush, I've finally enabled java developer mode. Anyway it's very strange.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Could be a firmware bug and/or phone defective&amp;nbsp; &lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/sad.gif" width="16px"/&gt; ? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Follows phone informations (sorry about italian language intermixed):&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Info software&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;R1EA030&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;prg12049286_GENERIC_CE R1EA030&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;EROM: 1200-4341&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;SEMCBOOT R6A013&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Versioni SW LCD&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Schermata princip.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Corrente: 200711220&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Versioni SW fotocamera&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Fotocamera&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Corrente: 1.8&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Fotocam. videoch.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Corrente: 3.0&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Versione SW ITP&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1201-8106 R1D141&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Personalizzazione&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1204-8030 R6A&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1202-2362 R1EA030&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;TIM-ITALY&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Memory card:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1204-1533&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Versione contenuto&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;PA8&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Memory card: R1A&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Versione&amp;nbsp; SW java&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;JP-8.2&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Revisione del testo:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;BB&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Configuration&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;IMEI xxxxxxxxxxxxxxxxxxxxxxxxxx&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AMR_FR EFR FR&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AMR_HR HR&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;UMTS_AMR&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;UMTS_AMR2&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;SAT attivato&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;GSM850 GSM900&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;GSM1800 GSM1900&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Informazioni KRH&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;BX9007R2NH&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1202-1668&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:28c14e90-5a06-42c7-a4d9-b9e16734cf40] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">jp-8</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">trouble_shooting</category>
      <pubDate>Mon, 19 May 2008 20:13:22 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/44880</guid>
      <dc:date>2008-05-19T20:13:22Z</dc:date>
      <clearspace:dateToText>2 weeks, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Digital Compass</title>
      <link>http://developer.sonyericsson.com/community/thread/50022</link>
      <description>&lt;!-- [DocumentBodyStart:930f6000-cf87-413b-a88c-c663c917d112] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I am wondering what was the motivation for the omission of a digital compass. Developing Layers for Google Maps and other products a compass is necessary. Having used Google Navigation it would seem that the biggest advantage of Android 2.0 would be the navigation, to not even be able to use one of the core components with the eventual upgrade hurts developers, especially when apps already exist that utilize some magnometer/compass.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;how can the oversight be corrected, with such a focus on rich app integration and development it seems wise to incorporate this.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:930f6000-cf87-413b-a88c-c663c917d112] --&gt;</description>
      <pubDate>Thu, 05 Nov 2009 22:40:53 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50022</guid>
      <dc:date>2009-11-05T22:40:53Z</dc:date>
      <clearspace:dateToText>2 weeks, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>SonyEricsson Content submission to playnow...</title>
      <link>http://developer.sonyericsson.com/community/thread/49507</link>
      <description>&lt;!-- [DocumentBodyStart:3951699a-d666-490c-a091-2e8240bce73d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;content submission is now open to everyone...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is it possible to submit a trial version and create a dinamic registrazion service like happen&lt;/p&gt;&lt;p&gt;with Blackberry App Store or Mobihand?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Something that asks for an activation code via HTTP POST to our server?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3951699a-d666-490c-a091-2e8240bce73d] --&gt;</description>
      <pubDate>Tue, 25 Aug 2009 01:37:53 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49507</guid>
      <dc:date>2009-08-25T01:37:53Z</dc:date>
      <clearspace:dateToText>2 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Battery level and c905</title>
      <link>http://developer.sonyericsson.com/community/thread/50023</link>
      <description>&lt;!-- [DocumentBodyStart:c5c6c74e-8466-4b3d-b5dc-6e8c29f4e02d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I expected the following code snippet to be ok since I lifted it from the example but it throws a NullPointerException.  Any suggestions?  Thanks,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;    public void start()&lt;br/&gt;    {&lt;br/&gt;        String sensorVersion = System.getProperty("microedition.sensor.version");&lt;br/&gt;        if (sensorVersion == null) {&lt;br/&gt;            System.out.println("Sensor not supported!");&lt;br/&gt;        }&lt;br/&gt;        System.out.println("Sensor version: " + sensorVersion);&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;//        Here is code that retrieves battery level.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;        SensorInfo[] batteryInfo = SensorManager.findSensors("battery_charge", null);&lt;br/&gt;        try {&lt;br/&gt;            SensorConnection sensor = (SensorConnection)Connector.open(batteryInfo[0].getUrl());&lt;br/&gt;        } catch (IOException ie) {System.out.println("Sensor");}&lt;br/&gt;        try {&lt;br/&gt;            Data data[] = sensor.getData(BUFFER_SIZE);&lt;br/&gt;        } catch (IOException ie) {System.out.println("IOException");&lt;br/&gt;        } catch (NullPointerException ie) {System.out.println("NullPointerException");}&lt;br/&gt;//       String batteryLevel = "Current charge level: " + data[0].getIntValues()[0];&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c5c6c74e-8466-4b3d-b5dc-6e8c29f4e02d] --&gt;</description>
      <pubDate>Fri, 06 Nov 2009 04:08:23 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50023</guid>
      <dc:date>2009-11-06T04:08:23Z</dc:date>
      <clearspace:dateToText>2 weeks, 6 hours ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>那款硬件支持jsr234 的手动聚焦？</title>
      <link>http://developer.sonyericsson.com/community/thread/49712</link>
      <description>&lt;!-- [DocumentBodyStart:f9d74e26-af76-44a0-b41f-be0e835afb9a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;开发者文档上写的是jp8以后的硬件支持jsr234的focuscontrol，貌似只有但是focuscontol中的manualcontrol貌似需要特殊的硬件支持，我的jp8手机(t707)就不支持manual control，不知道那款支持呢？&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f9d74e26-af76-44a0-b41f-be0e835afb9a] --&gt;</description>
      <pubDate>Fri, 18 Sep 2009 03:35:54 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49712</guid>
      <dc:date>2009-09-18T03:35:54Z</dc:date>
      <clearspace:dateToText>2 months, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>STK in K750i</title>
      <link>http://developer.sonyericsson.com/community/thread/24363</link>
      <description>&lt;!-- [DocumentBodyStart:3d2786c7-2f9f-474f-9bc2-b35ed5866a94] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello !&lt;/p&gt;&lt;p&gt;I want to get the STK menus via AT-command.&lt;/p&gt;&lt;p&gt;How do I use the AT command to send the related string to K750i&lt;/p&gt;&lt;p&gt;to get the menus?&lt;/p&gt;&lt;p&gt;I foud the K750i provide "AT&lt;strong&gt;STKC" ,"AT&lt;/strong&gt;STKE" and "AT*STKR",&lt;/p&gt;&lt;p&gt;how do I use these AT-commands to get the STK menus in SIM?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3d2786c7-2f9f-474f-9bc2-b35ed5866a94] --&gt;</description>
      <pubDate>Wed, 22 Feb 2006 10:11:46 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/24363</guid>
      <dc:date>2006-02-22T10:11:46Z</dc:date>
      <clearspace:dateToText>1 week, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Submission rejected</title>
      <link>http://developer.sonyericsson.com/community/thread/49486</link>
      <description>&lt;!-- [DocumentBodyStart:af65ba8d-6d3e-480b-9137-2efb6b3aabf0] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Tjänare,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Our submission was rejected and it would certainly be important for us to understand what has been the problem. How can I get any kind of feedback on rejection? Without feedback we obviously can't do anything and just need to leave it and sell it elsewhere, but also in this case I would like to hear it at first.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Best regards,&lt;/p&gt;&lt;p&gt;Kimmo&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:af65ba8d-6d3e-480b-9137-2efb6b3aabf0] --&gt;</description>
      <pubDate>Thu, 20 Aug 2009 11:30:04 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49486</guid>
      <dc:date>2009-08-20T11:30:04Z</dc:date>
      <clearspace:dateToText>3 months, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>T610 reports "Invalid Application"</title>
      <link>http://developer.sonyericsson.com/community/thread/3124</link>
      <description>&lt;!-- [DocumentBodyStart:e8dc1d05-ef3c-4e37-90a6-934c993ef7af] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have devloped a MIDlet which runs successfully in the SE emulator as well as on a real P800 phone. However, when I try to run the jar on a real T610 it crashes with &amp;amp;quot;Invalid application" when I try to execute the MIDlet.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The size of the jar is around 120K, is this part of the problem? But none of the classes are more than 64K.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have tried various obfuscators etc, always with the same error.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e8dc1d05-ef3c-4e37-90a6-934c993ef7af] --&gt;</description>
      <pubDate>Wed, 03 Sep 2003 04:50:34 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/3124</guid>
      <dc:date>2003-09-03T04:50:34Z</dc:date>
      <clearspace:dateToText>6 years, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>17</clearspace:messageCount>
      <clearspace:replyCount>16</clearspace:replyCount>
    </item>
    <item>
      <title>Bluetooth "Already have connection on channel x"</title>
      <link>http://developer.sonyericsson.com/community/thread/48457</link>
      <description>&lt;!-- [DocumentBodyStart:3628a08f-df11-4c55-b284-d5198cc9256e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have been working on a J2ME application for a few weeks now. The application requires Sony Ericsson devices to send small packets of data between on another. The application works fine but after a while the devices return the error "Already have connection on channel x"and they return this each time they try to connect to another device.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am happy to post code examples but I'm just wondering if people knwo what can cause this error.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Matt. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3628a08f-df11-4c55-b284-d5198cc9256e] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">bluetooth</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">j2me</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">javame</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">jsr-82</category>
      <pubDate>Mon, 23 Feb 2009 14:40:57 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48457</guid>
      <dc:date>2009-02-23T14:40:57Z</dc:date>
      <clearspace:dateToText>2 weeks, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Official Online Update Service</title>
      <link>http://developer.sonyericsson.com/community/thread/4028</link>
      <description>&lt;!-- [DocumentBodyStart:a317dc1e-66b5-43d7-bed9-460751257e38] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Sony Ericsson has launched a global Update Service for the P900 that allows customers to update their phone via the internet rather than having to take it to a service location or retailer.&amp;nbsp; Now P900 users will be able to use their PC to go on-line and download the latest operator-approved software and then use it to update their phone.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;At present the P900 and GC 75 are supported by the service, in the near future the GC 79 and GC 82 will be add and the ultimate goal is to make the whole Sony Ericsson product portfolio compatible.&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;To use the Update Service visit on www.sonyericsson.com/updateservice/P900.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The latest maintenance release 1 software (MR1) is now available through this service. This release has also been called the R2 release.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Jim&lt;/p&gt;&lt;p&gt;Sony Ericsson Developer Support&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a317dc1e-66b5-43d7-bed9-460751257e38] --&gt;</description>
      <pubDate>Mon, 08 Dec 2003 09:06:28 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/4028</guid>
      <dc:date>2003-12-08T09:06:28Z</dc:date>
      <clearspace:dateToText>5 years, 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>17</clearspace:messageCount>
      <clearspace:replyCount>16</clearspace:replyCount>
    </item>
    <item>
      <title>Security problems while simulating http connections over pure sockets</title>
      <link>http://developer.sonyericsson.com/community/thread/50043</link>
      <description>&lt;!-- [DocumentBodyStart:a701038b-ba95-437b-903a-d4abe31aa721] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We are experiencing problems with simulating http connections over sockets (SocketConnection).&lt;br/&gt;Our client is Sony Ericsson z610i &amp;amp; k610i (JP-7).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We discovered that if we send a simple GET request to the server, we receive response with no problem.&lt;br/&gt;But, if we send the request with some additional data (e.g. a soap envelope), that is, content-length header field &amp;gt; 0, the device throws IOException when trying to read().&lt;br/&gt;We can't even read the response header - the exception is thrown on the first byte we try to read from the socket.&lt;br/&gt;It's important to say that in both cases the server gets the request and returns a correct answer.&lt;br/&gt;We tried to omit content-length header field, but it seams that the device filters our content, so only header fields are sent to the server in this case.&lt;br/&gt;So, we believe that although we use "pure" sockets, the underlying implementation parse our data and treats it as HTML, probably for security purposes.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;We would like to know from Sony experts if our assumption is correct, and JP-7 devices do filter and block data sent over pure sockets, when the actual data is HTTP.&lt;/li&gt;&lt;li&gt;What is the workaround?&lt;/li&gt;&lt;/ol&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Additional info:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;The application is not signed.&lt;/li&gt;&lt;li&gt;Our application works perfectly on Nokia, or through WIFI connection. The problem only occurs on paid operators + JP-7.&lt;/li&gt;&lt;li&gt;We use non-standard port (8100), since we get security exception when trying to use known http port (80, 8080 etc.).&lt;/li&gt;&lt;li&gt;Our motivation to simulate http connections over sockets is the fact that terminating blocked http connection is impossible (I mean http connections that were obtained using Connector class), even when trying to close the connection from a distinct thread. A connection may be blocked in the case of network failure, which is quite common scenario. &lt;/li&gt;&lt;/ol&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We are really stuck here, any help would be appreciated.&lt;br/&gt;Thanks in advance !&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a701038b-ba95-437b-903a-d4abe31aa721] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">http_connection</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">j2me</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">javame</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">network</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">socket</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">web_services</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">http</category>
      <pubDate>Mon, 09 Nov 2009 18:19:15 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50043</guid>
      <dc:date>2009-11-09T18:19:15Z</dc:date>
      <clearspace:dateToText>4 days, 19 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Future of J2ME</title>
      <link>http://developer.sonyericsson.com/community/thread/37813</link>
      <description>&lt;!-- [DocumentBodyStart:4d09ed7a-6b47-4d75-a6bb-ced22a4e47ec] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;many fancy things seam to happen in the mobile world in 2007. Apple releses the IPhone, more and more devices get shiped with flash lite, windows mobile 5 is more and more in the focus for enterprise applications, Symbian OS is still strong, NGAGE arena is comming up, SNAP Mobile will find a way to the operators, interesting and standartised browsing solutions like opera mobile and opera mini come to market.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would like to start a discussion about the future of J2ME for mobile services. Gaming, non gaming and browsing services. Maybe in total a discussion about the future of the whole mobile software industry.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Right now the main success of MIDP is in the mobile gaming industry, but what about mobile applications. Will there be any "killer applikation" based on J2ME. Will J2ME still be supported by most handset manufacturers even in the future? Will there be some real inovations in J2ME in the next month, years? MIDP 3 is comming up, but will it really support the features needed? What about mobile applications? Will Yahoo go! make it? Will there be more apps like mobile gmaps?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What about portability of J2ME apps? Will it get even worth by having even more device fragmentation? What about security modells, will the hardware manufacturers come up with better implementations in the future that follow the specs.? There is so many problems with signing MIDlets... What about OTA Distribution? It still seams to be a very tricky process to install software OTA, wrong WAP or ISP settings, confusing platform dialogs that confuse endcustomers during installation process. What's the future?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Maybe you have even some more interessting questions that can be discussed within this thread..&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for your opinions...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Best Regards,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Jan&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4d09ed7a-6b47-4d75-a6bb-ced22a4e47ec] --&gt;</description>
      <pubDate>Fri, 12 Jan 2007 18:36:46 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/37813</guid>
      <dc:date>2007-01-12T18:36:46Z</dc:date>
      <clearspace:dateToText>2 years, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>48</clearspace:messageCount>
      <clearspace:replyCount>47</clearspace:replyCount>
    </item>
    <item>
      <title>MTK菜单问题</title>
      <link>http://developer.sonyericsson.com/community/thread/49720</link>
      <description>&lt;!-- [DocumentBodyStart:db9303c0-545b-4cf5-89fe-4ed19daa3a76] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;请问mtk12宫格主菜单中，从一个A菜单项到另B菜单项上，有滑动效果，移到B菜单时，B菜单顺序的显示4张图片，形成一个动态效果，请问我想把移动效果去掉，顺序的显示4张图片效果留下来，请问各位怎么处理？&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:db9303c0-545b-4cf5-89fe-4ed19daa3a76] --&gt;</description>
      <pubDate>Fri, 18 Sep 2009 08:11:01 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49720</guid>
      <dc:date>2009-09-18T08:11:01Z</dc:date>
      <clearspace:dateToText>2 months, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>MTK中怎样创建和使用lib</title>
      <link>http://developer.sonyericsson.com/community/thread/49522</link>
      <description>&lt;!-- [DocumentBodyStart:eff8bfa3-bd69-4e8e-a086-dc065950a486] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;公司在做一个MTK平台的软件，需要将做好的模块打成lib给另一家公司使用，当然在把lib给别人之前得先自己测试过，所以在此请教知道的人&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:eff8bfa3-bd69-4e8e-a086-dc065950a486] --&gt;</description>
      <pubDate>Wed, 26 Aug 2009 03:21:20 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49522</guid>
      <dc:date>2009-08-26T03:21:20Z</dc:date>
      <clearspace:dateToText>2 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Kurara white paper and spec sheet...</title>
      <link>http://developer.sonyericsson.com/community/thread/49993</link>
      <description>&lt;!-- [DocumentBodyStart:7ddaae55-70f7-4631-95b5-4ead4bb397ce] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I'm trying to understand what is the kurara segment.&lt;/p&gt;&lt;p&gt;It will be the flagship SE symbian phone or it will be a cheaper solution behind satio?&lt;/p&gt;&lt;p&gt;Is there some white paper? Hardware spec (Cortex A8 + PowerVR SGX like Satio)? Symbian Java Platform?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7ddaae55-70f7-4631-95b5-4ead4bb397ce] --&gt;</description>
      <pubDate>Wed, 04 Nov 2009 15:54:10 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49993</guid>
      <dc:date>2009-11-04T15:54:10Z</dc:date>
      <clearspace:dateToText>2 weeks, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Ringtone: Can not use this file</title>
      <link>http://developer.sonyericsson.com/community/thread/50076</link>
      <description>&lt;!-- [DocumentBodyStart:69d69e85-e521-4a32-9285-c6058d6b26bc] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;on W518aI have a M4A ringtone. If I access it through My Staff/Music/Ringtones it plays fine&lt;/p&gt;&lt;p&gt;But when I try to set this file as ringtone (Settings/Sounds&amp;amp;Alerts/Ringtone), phone responds "Can not use this file"&lt;/p&gt;&lt;p&gt;Why would it refuse to set a ringtone?&lt;/p&gt;&lt;p&gt;&lt;br/&gt;Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:69d69e85-e521-4a32-9285-c6058d6b26bc] --&gt;</description>
      <pubDate>Fri, 13 Nov 2009 03:38:09 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50076</guid>
      <dc:date>2009-11-13T03:38:09Z</dc:date>
      <clearspace:dateToText>1 week, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>为什么论坛那么慢？</title>
      <link>http://developer.sonyericsson.com/community/thread/49662</link>
      <description>&lt;!-- [DocumentBodyStart:0391f13b-3466-46c8-a667-84be8cae9a49] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;谁能告诉我下，上论坛为什么那么慢？？&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;等三四分钟打开一个网页，但是我还是耐心的等了下去。。&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;这是谁的错？？我的原因，或者是·~~~&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0391f13b-3466-46c8-a667-84be8cae9a49] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2025">网站速度</category>
      <pubDate>Wed, 09 Sep 2009 14:38:41 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49662</guid>
      <dc:date>2009-09-09T14:38:41Z</dc:date>
      <clearspace:dateToText>2 months, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>求教sony ericsson w302c 开发问题</title>
      <link>http://developer.sonyericsson.com/community/thread/49942</link>
      <description>&lt;!-- [DocumentBodyStart:9288d90c-59df-4877-b8de-941ef90b6eeb] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;小弟最近新入手一部w302c手机,不知道是否能在其上开发点小程序~&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;如何开发,需要什么软件工具,请各位大虾指点下~感谢了~&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9288d90c-59df-4877-b8de-941ef90b6eeb] --&gt;</description>
      <pubDate>Tue, 27 Oct 2009 02:18:30 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49942</guid>
      <dc:date>2009-10-27T02:18:30Z</dc:date>
      <clearspace:dateToText>2 weeks, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Java ME中如何录制比支持视频格式更小的视频？</title>
      <link>http://developer.sonyericsson.com/community/thread/50107</link>
      <description>&lt;!-- [DocumentBodyStart:42dde1e7-b3d0-4a0f-bd98-93d24d1c8b9b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;J105 通过&lt;span style="font-size: 10.5pt; font-family: &amp;amp;quot;Calibri&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; mso-bidi-font-family: 宋体; mso-fareast-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt;&lt;span style="color: #000000;"&gt;CameraControl.getSupportedVideoResolutions  知道只能支持240X320.  &lt;span lang="ZH-CN" style="font-size: 10.5pt; font-family: 宋体; mso-bidi-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt;并且没有&lt;/span&gt;&lt;span style="font-size: 10.5pt; font-family: &amp;amp;quot;Calibri&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; mso-bidi-font-family: 宋体; mso-fareast-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt;VideoFormatControl&lt;/span&gt;&lt;span lang="ZH-CN" style="font-size: 10.5pt; font-family: 宋体; mso-bidi-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt;的实现，如何能录制更小的视频格式？&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.5pt; font-family: &amp;amp;quot;Calibri&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; mso-bidi-font-family: 宋体; mso-fareast-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt;&lt;span style="color: #000000;"&gt;&lt;span lang="ZH-CN" style="font-size: 10.5pt; font-family: 宋体; mso-bidi-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10.5pt; font-family: &amp;amp;quot;Calibri&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; mso-bidi-font-family: 宋体; mso-fareast-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt;&lt;span style="color: #000000;"&gt;&lt;span lang="ZH-CN" style="font-size: 10.5pt; font-family: 宋体; mso-bidi-font-family: 宋体; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt;大家有没有公开的视频压缩代码可以共享呢？&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:42dde1e7-b3d0-4a0f-bd98-93d24d1c8b9b] --&gt;</description>
      <pubDate>Wed, 18 Nov 2009 09:56:58 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50107</guid>
      <dc:date>2009-11-18T09:56:58Z</dc:date>
      <clearspace:dateToText>3 days, 1 hour ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>C902 FocusControl and FlashControl</title>
      <link>http://developer.sonyericsson.com/community/thread/49562</link>
      <description>&lt;!-- [DocumentBodyStart:e7d8eb6f-b483-4e36-9e20-6c9168ea592d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello All,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After reading other threads ... I am now confused by the support or lack-of Focus and Flash control on the&lt;/p&gt;&lt;p&gt;C902 (and others).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;An authorative answer is needed to:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Does &lt;span style="font-family: courier new,courier;"&gt;FocusControl.setFocus(FocusControl.AUTO); &lt;span style="font-family: arial,helvetica,sans-serif;"&gt;and others work?&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: courier new,courier;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;Does &lt;span style="font-family: courier new,courier;"&gt;FlashControl.setMode(FlashControl.OFF);&lt;span style="font-family: arial,helvetica,sans-serif;"&gt; and others work?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It seems daft that this functionality should not be implemented. I also presume the bundled camera application (in which focus and flash-modes work)&lt;/p&gt;&lt;p&gt;are not written on the J2ME platform.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My focus and flash experience changes &lt;strong&gt;between application builds&lt;/strong&gt;, in some, the focus doesn't work before &lt;span style="font-family: courier new,courier;"&gt;VideoControl.getSnapshot()&lt;span style="font-family: arial,helvetica,sans-serif;"&gt; and the flash is also disabled. In other builds (where that critical section is the same) it uses auto-focus and flash. &lt;strong&gt;Very odd&lt;/strong&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For a camera phone, and one supporting 3rd party development, these are basic functions. Are there updates for the C902 API/JRE?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I hope other people can help, post experiences and/or workarounds on the C902 and similar phones.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;FredMojo&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e7d8eb6f-b483-4e36-9e20-6c9168ea592d] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">multimedia</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">jsr135</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">mmapi</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">camera</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">flash</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">focus</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">amms</category>
      <pubDate>Thu, 27 Aug 2009 19:00:36 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49562</guid>
      <dc:date>2009-08-27T19:00:36Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Tracker for Satio?</title>
      <link>http://developer.sonyericsson.com/community/thread/50063</link>
      <description>&lt;!-- [DocumentBodyStart:e2da1c39-21c7-4760-8dc0-c68c437c79d5] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;It's a shame that my 800$ Satio doesn't have the most cool tool from SE: SE Tracker!!&lt;/p&gt;&lt;p&gt;I also tried to use the Java version but it hasa NullPointer error &lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/sad.gif" width="16px"/&gt;&lt;/p&gt;&lt;p&gt;Many Satio users want Tracker should it be in Java or Symbian, please SE don't let us down&lt;/p&gt;&lt;p&gt;NB: I know we can use the competitor's tracker but it simply doesn't have the live calories counter which make it pointless &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e2da1c39-21c7-4760-8dc0-c68c437c79d5] --&gt;</description>
      <pubDate>Wed, 11 Nov 2009 13:05:22 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50063</guid>
      <dc:date>2009-11-11T13:05:22Z</dc:date>
      <clearspace:dateToText>1 week, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Applying two textures to Figure...</title>
      <link>http://developer.sonyericsson.com/community/thread/18857</link>
      <description>&lt;!-- [DocumentBodyStart:9ff77e8c-ab9e-46d1-82ef-4e7284dea398] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi.&lt;/p&gt;&lt;p&gt;I have problem with applying two textures to Figure (v3). I set textures in BAC model. &lt;/p&gt;&lt;p&gt;Then load them in Texture[] t and use metod setTexture(Texture[] t). But it don`t work... &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9ff77e8c-ab9e-46d1-82ef-4e7284dea398] --&gt;</description>
      <pubDate>Mon, 23 May 2005 16:46:09 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/18857</guid>
      <dc:date>2005-05-23T16:46:09Z</dc:date>
      <clearspace:dateToText>4 years, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>17</clearspace:messageCount>
      <clearspace:replyCount>16</clearspace:replyCount>
    </item>
    <item>
      <title>关于手机游戏预先安装项目合作，请问如何能与贵公司联系？</title>
      <link>http://developer.sonyericsson.com/community/thread/48561</link>
      <description>&lt;!-- [DocumentBodyStart:0ff7be80-9577-45b9-bd66-0f23deeb9ded] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;关于手机游戏预先安装项目合作，请问如何能与贵公司联系？&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;联系方式：刘生 13902226263&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0ff7be80-9577-45b9-bd66-0f23deeb9ded] --&gt;</description>
      <pubDate>Mon, 02 Mar 2009 04:16:16 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48561</guid>
      <dc:date>2009-03-02T04:16:16Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>多媒体版主介绍:姚三土</title>
      <link>http://developer.sonyericsson.com/community/thread/49448</link>
      <description>&lt;!-- [DocumentBodyStart:c25897f6-ec2c-4a17-9314-9904e08ba3e8] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,大家好：&lt;/p&gt;&lt;p&gt;     我是索尼爱立信开发者世界论坛多媒体板块的版主，我论坛的id是&lt;strong&gt;姚三土。&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;     我目前在一家数码产品公司从事软件开发工作，对多媒体技术有着浓厚的兴趣。很高兴索尼爱立信开发者世界论坛能够提供一个大家可以相互交流的平台，&lt;/p&gt;&lt;p&gt;     通过此平台，我会竭诚为各位开发者提供多媒体方面的帮助。希望通过此平台，大家可以相互共享多媒体方面的技术，共同探讨问题，解决问题，帮助他人同时提高自己。&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;     热烈欢迎大家加入这个论坛，欢迎大家在这里发表自己的观点，提出自己的想问的问题，大家共同探讨，共同进步。相信群众的力量是强大的，我们一定可以在此得以共同提升。&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;     最后，希望能与每一位移动多媒体开发爱好者成为朋友。&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;谢谢！&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c25897f6-ec2c-4a17-9314-9904e08ba3e8] --&gt;</description>
      <pubDate>Sun, 16 Aug 2009 05:47:40 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49448</guid>
      <dc:date>2009-08-16T05:47:40Z</dc:date>
      <clearspace:dateToText>3 months, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>collision between mesh?</title>
      <link>http://developer.sonyericsson.com/community/thread/50079</link>
      <description>&lt;!-- [DocumentBodyStart:7bb53507-2dc6-49e3-84a1-ed7361aa49f1] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hi All,im really new to M3G, but i wanna learn it. and i've been having some problems with collision detection between mesh can some1 show me a simple example on how to do this. im using retained mode. &lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/plain.gif" width="16px"/&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please, atleast a sample code will do....im trying to do the rayintersection thing, but to no avail.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7bb53507-2dc6-49e3-84a1-ed7361aa49f1] --&gt;</description>
      <pubDate>Fri, 13 Nov 2009 08:14:49 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50079</guid>
      <dc:date>2009-11-13T08:14:49Z</dc:date>
      <clearspace:dateToText>1 week, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to start my MIDlet? I tried everything...</title>
      <link>http://developer.sonyericsson.com/community/thread/49982</link>
      <description>&lt;!-- [DocumentBodyStart:89fe0603-ac92-4eec-a4f4-b1358ae7cb87] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a project to build an example application in J2ME. I have installed appropiate SDK from Sun's site. I have Netbeans and Eclipse and trying in both, but both arent't working. I installed SDK from SE site, which allows me to add an configuration of my phone to Eclipse and Netbeans, I'm connecting phone via USB and clicking compile. It compiles great, but the problem is to run application on my phone (W800i). It is connected properly, but there are errors. First, code:&lt;/p&gt;&lt;p&gt;&lt;br/&gt;import javax.microedition.midlet.*;&lt;br/&gt;import javax.microedition.lcdui.*;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;public class Jeden extends MIDlet {&lt;br/&gt;    &lt;br/&gt;    public void startApp() throws MIDletStateChangeException {&lt;br/&gt;    }&lt;br/&gt;    &lt;br/&gt;    public void pauseApp() {&lt;br/&gt;    }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;    public void destroyApp(boolean unconditional) {&lt;br/&gt;    }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;    /** Opcjonalny konstruktor:&lt;br/&gt;     */    &lt;br/&gt;    public Jeden() {&lt;br/&gt;    }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As you can see it is nothing, it is empty code which make sure me that problem is not in the MIDlet code.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Firstly I had an error: "No such configuration or API...". I found in google that to solve this I must add this line in .jad file:&lt;/p&gt;&lt;p&gt;MIDlet-1: ryt Midlet Suite,,Jeden&lt;/p&gt;&lt;p&gt;&lt;br/&gt;Where Jeden is my class name. So that error is now gone, but there is another and I'm fed up with this stupid J2ME!&lt;/p&gt;&lt;p&gt;It says: "java.lang.ClassNotFoundException: Jeden&lt;br/&gt;Command successful"&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can't it find my class, where is only one class, which has very simple code? I tried another code, which already is doing something, but error is the same.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I must add that it is not problem with package, I know, that if I had a package I should type name_package.Jeden in .jad file.&lt;/p&gt;&lt;p&gt;Please help me, because I concentrate a lot of hours to install needed stuff, looking for solution in that errors, and I still can't write code and learn J2ME.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:89fe0603-ac92-4eec-a4f4-b1358ae7cb87] --&gt;</description>
      <pubDate>Tue, 03 Nov 2009 11:38:20 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49982</guid>
      <dc:date>2009-11-03T11:38:20Z</dc:date>
      <clearspace:dateToText>2 weeks, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Satio M3G Benchmark, FPC Bench, framerate cap.</title>
      <link>http://developer.sonyericsson.com/community/thread/50092</link>
      <description>&lt;!-- [DocumentBodyStart:5b865c3d-6a91-4aeb-b40e-be52cb76c1f8] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I noticed a strange behaviuour with FPC Bench rendering M3G scenes...&lt;/p&gt;&lt;p&gt;I noticed that Satio renders 8 different scenes at the same framerate:&lt;/p&gt;&lt;p&gt;Render 1= 21&lt;br/&gt;Render 2= 21&lt;br/&gt;Render 3= 21&lt;br/&gt;Render 4= 21&lt;br/&gt;Render 5= 19&lt;br/&gt;Render 6= 19&lt;br/&gt;Render 7= 20&lt;br/&gt;Render 8= 19&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The first two scene is a simple rotating cube and the others one is m3g scene with different complexity...&lt;/p&gt;&lt;p&gt;It seems that there is some framerate cap, but I can't understand why...&lt;/p&gt;&lt;p&gt;On others phone we have a really different results between various sceens because of the different complexity of the scenes,&lt;/p&gt;&lt;p&gt;why on satio we see this framerate?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hope to see a good reply...&lt;/p&gt;&lt;p&gt;Thanks for your good piece of work.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5b865c3d-6a91-4aeb-b40e-be52cb76c1f8] --&gt;</description>
      <pubDate>Sun, 15 Nov 2009 14:51:47 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50092</guid>
      <dc:date>2009-11-15T14:51:47Z</dc:date>
      <clearspace:dateToText>6 days, 17 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>UIQ installation error</title>
      <link>http://developer.sonyericsson.com/community/thread/1934</link>
      <description>&lt;!-- [DocumentBodyStart:5deecdd4-944e-4c23-ac1b-cff2829d9436] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I downloaded the UIQ SDK for the P800. If I try to install it on my Win XP Pro Box the installer first claims that it´s not tested with Win XP and then the installation Process stucks at 84% while saying that it´s initializing something.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After killing the installer with the task manager I get an dialog which says that there has been something wrong with an remote procedure call.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;TIA for your help&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Elmar&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5deecdd4-944e-4c23-ac1b-cff2829d9436] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:49:14 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/1934</guid>
      <dc:date>2003-07-01T17:49:14Z</dc:date>
      <clearspace:dateToText>5 years, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>24</clearspace:messageCount>
      <clearspace:replyCount>23</clearspace:replyCount>
    </item>
    <item>
      <title>Detecting internal GPS</title>
      <link>http://developer.sonyericsson.com/community/thread/50037</link>
      <description>&lt;!-- [DocumentBodyStart:d1e5924b-0904-400d-a092-39009d03c553] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; color: #333333; font-size: 10pt;"&gt;Is there a way to detect the existence of an internal GPS?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: &amp;amp;quot;Arial&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; color: #333333; font-size: 10pt;"&gt;I was hoping there is some system property I can check....&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d1e5924b-0904-400d-a092-39009d03c553] --&gt;</description>
      <pubDate>Mon, 09 Nov 2009 06:53:07 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50037</guid>
      <dc:date>2009-11-09T06:53:07Z</dc:date>
      <clearspace:dateToText>1 week, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>MTK 平台新操作系统</title>
      <link>http://developer.sonyericsson.com/community/thread/49719</link>
      <description>&lt;!-- [DocumentBodyStart:4ff63e75-49c7-48b3-82b2-b201a74258d2] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt; 今天联发科的员工来我们公司培训，讲的是基于Windows mobile操作系统的MTK平台编译环境及FLASH方法，他们已经开发出来6516新一代平台了。看来不久的将来我们又得重新学习，看他们的笔记本里的平台文件目录都跟现在的差别还有点大。 &lt;br/&gt;    想借此 问问各位搞移动开发的大侠们,上Windows Mobile操作系统后那我们开发MTK的语言还会是C语言吗？？ 会不会开始用C++ ?? 我好像票了一眼看见他的目录里有CPP文件了。 &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4ff63e75-49c7-48b3-82b2-b201a74258d2] --&gt;</description>
      <pubDate>Fri, 18 Sep 2009 08:09:16 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49719</guid>
      <dc:date>2009-09-18T08:09:16Z</dc:date>
      <clearspace:dateToText>2 months, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to take good pictures with Aino?</title>
      <link>http://developer.sonyericsson.com/community/thread/50122</link>
      <description>&lt;!-- [DocumentBodyStart:2ab59185-f1ee-4f28-bac6-b5089436300f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Could anyone post any settings that they have set on the Aino that takes good pictures, according to you assessment? I would love to learn from everyone their skills and techniques. Thank you.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2ab59185-f1ee-4f28-bac6-b5089436300f] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2017">aino</category>
      <pubDate>Sun, 22 Nov 2009 05:52:19 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50122</guid>
      <dc:date>2009-11-22T05:52:19Z</dc:date>
      <clearspace:dateToText>2 hours, 35 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>J2ME怎么压缩图片？</title>
      <link>http://developer.sonyericsson.com/community/thread/49951</link>
      <description>&lt;!-- [DocumentBodyStart:40cd78f7-4321-49f4-8d90-6952136ccb1e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;对于特别大的图片，特别是JPG的图片，如何能够通过流的方式或者直接对图片文件的byte[]进行操作从而实现图片的压缩？&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:40cd78f7-4321-49f4-8d90-6952136ccb1e] --&gt;</description>
      <pubDate>Fri, 30 Oct 2009 08:10:24 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49951</guid>
      <dc:date>2009-10-30T08:10:24Z</dc:date>
      <clearspace:dateToText>2 weeks, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Slow input connection / Loss of packages (bluetooth)</title>
      <link>http://developer.sonyericsson.com/community/thread/49305</link>
      <description>&lt;!-- [DocumentBodyStart:514533e4-a0ba-4efd-87e1-c0ff092d1413] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hey,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have some troubles with the combination of SE mobile phones, J2ME and bluetooth connections.&lt;/p&gt;&lt;p&gt;Currently I am developing a client, that should receive data over a rfcomm connection.&lt;/p&gt;&lt;p&gt;On the server side I have a J2SE Application that uses the bluecove API.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The client should open an input connection, receive some data and close the connection.&lt;/p&gt;&lt;p&gt;But on SE mobiles I encountered some problems.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;First I mentioned that the connection is very slow compared to nokia phones.&lt;/p&gt;&lt;p&gt;For the same amount of data the SE mobiles need minimum twice longer than the nokias.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But the bigger problem is that the SEs don't get all the data. They receive sometimes only the half sometime the lost only 100 bytes and so on.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I don't think it is a problem with the server API (although I can not be 100% sure), because on different other mobile platforms it works without any problem.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So can somebody please help or give me a hint?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Martin&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:514533e4-a0ba-4efd-87e1-c0ff092d1413] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">bluetooth</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">j2me</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">rfcomm</category>
      <pubDate>Thu, 09 Jul 2009 07:44:58 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49305</guid>
      <dc:date>2009-07-09T07:44:58Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>16</clearspace:messageCount>
      <clearspace:replyCount>15</clearspace:replyCount>
    </item>
    <item>
      <title>说说平时都用什么来开发.交流交流经验！！</title>
      <link>http://developer.sonyericsson.com/community/thread/49609</link>
      <description>&lt;!-- [DocumentBodyStart:11b2ac90-cf96-49bf-b28e-091702b3498c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;大家来说说平时都用什么来开发吧，从IDE到开发使用的jar都说说:&lt;/p&gt;&lt;p&gt;&lt;br/&gt;我先来说一下我的：&lt;/p&gt;&lt;p&gt;我平时开发使用netbeans,虽然netbeans比较大，比较费资源，但是好用，什么都整合在一起了。而且netbean的SVN要比subclipse的插件好用得多，有修改的地方它会直接用颜色表明，一目了然，而在用eclipse时，就只能用compare这个功能了。&lt;/p&gt;&lt;p&gt;因为使用netbeans了，所以我使用netbean自带的宏功能，感觉还成，与IDE合在一起了，不过坏处也很明显，就是在eclipse下无法用，&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;如果开发时有什么问题，我会去找开源的代码学习一下，比较它们的不同, 有时还会去看各个官方文档上看一下相关的文档，因为有些东西文档里面说得比较清楚：比如索爱官方的文档:&lt;/p&gt;&lt;h4 class="docidlink" style="margin-bottom: 0pt;"&gt;&lt;a class="jive-link-external-small" href="../getDocument.do?docId=91558"&gt;Java ME CLDC (MIDP2) 开发指南 适用于索尼爱立信手机(1,276 KB) &lt;br/&gt;&lt;/a&gt;&lt;/h4&gt;&lt;p&gt;中有这么一个建议：&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;        对于JP-8.x手机，强烈推荐不要以MMAPI使用GameCanvas, 而应当使用Canvas &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;这在平时的一些文章中是很难看到的。&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:11b2ac90-cf96-49bf-b28e-091702b3498c] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2023">j2me</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2023">开发经验</category>
      <pubDate>Wed, 02 Sep 2009 15:14:16 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49609</guid>
      <dc:date>2009-09-02T15:14:16Z</dc:date>
      <clearspace:dateToText>2 months, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>索爱手机TextField.NUMERIC的bug</title>
      <link>http://developer.sonyericsson.com/community/thread/49588</link>
      <description>&lt;!-- [DocumentBodyStart:1c9b3ee8-5164-4f92-b5e7-9e32a3c0ac15] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;问一下某些索爱手机是否有下面的bug&lt;/p&gt;&lt;p&gt;TextBox 设为TextField.NUMERIC 并setMaxSize(10)时，只能输入10个0，但不能输入1234567891啊&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1c9b3ee8-5164-4f92-b5e7-9e32a3c0ac15] --&gt;</description>
      <pubDate>Tue, 01 Sep 2009 01:50:28 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49588</guid>
      <dc:date>2009-09-01T01:50:28Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>12</clearspace:messageCount>
      <clearspace:replyCount>11</clearspace:replyCount>
    </item>
    <item>
      <title>Symbian 下如何做到文件关联了</title>
      <link>http://developer.sonyericsson.com/community/thread/49658</link>
      <description>&lt;!-- [DocumentBodyStart:eda459aa-a5da-402d-a8c1-6a3e75fcab87] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Symbian 下如何做到文件关联了 &lt;br/&gt;我已经参考了  Nokia下面的例子 &lt;br/&gt;在 他的 RecognizerEx 下面有如下代码 &lt;br/&gt;RESOURCE REGISTRY_INFO r_registry &lt;br/&gt;{ &lt;br/&gt;    dll_uid = 0x101FF1ec; // should match name of this file &lt;br/&gt;    interfaces = &lt;br/&gt;    { &lt;br/&gt;        INTERFACE_INFO &lt;br/&gt;        { &lt;br/&gt;            interface_uid = 0x101F7D87;  // const for all Data Recognizers &lt;br/&gt;            implementations = &lt;br/&gt;            { &lt;br/&gt;                IMPLEMENTATION_INFO &lt;br/&gt;                { &lt;br/&gt;//                implementation_uid = 0x101FF1ed; // unique implementation uid &lt;br/&gt;                    implementation_uid = 0x100039CE; //这个我换成自己程序的 UID，但是不行 &lt;br/&gt;                    version_no = 1; &lt;br/&gt;                    display_name = "RecognizerEx"; &lt;br/&gt;                    default_data = ""; &lt;br/&gt;                    opaque_data = ""; &lt;br/&gt;                } &lt;br/&gt;            }; &lt;br/&gt;        } &lt;br/&gt;    };&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;现在我搞不懂的 例子程序 的这个 implementation_uid = 0x101FF1ed;到底从何而来，0x101FF1ed我查询了一下，在 对应绑定 的 Handler程序中 并无对应的ID &lt;br/&gt;各位高手求救吧，希望这个帖子能够让以后的人很容易解决&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:eda459aa-a5da-402d-a8c1-6a3e75fcab87] --&gt;</description>
      <pubDate>Wed, 09 Sep 2009 07:49:29 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49658</guid>
      <dc:date>2009-09-09T07:49:29Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>手机通信方面的一些问题</title>
      <link>http://developer.sonyericsson.com/community/thread/49750</link>
      <description>&lt;!-- [DocumentBodyStart:c86180c0-8cab-46d0-9030-fac1a9a13c9a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;哪位仁兄能帮忙回答一下几个问题呢？1，手机的调制解调方式一般有哪些？现在常用或者未来发展有前途的是什么？2，电视中频放大器（声音和图像）作用分别是什么？  &lt;br/&gt;  很期待能得到满意的答案，先谢谢各位仁兄了哦。&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c86180c0-8cab-46d0-9030-fac1a9a13c9a] --&gt;</description>
      <pubDate>Tue, 22 Sep 2009 05:38:28 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49750</guid>
      <dc:date>2009-09-22T05:38:28Z</dc:date>
      <clearspace:dateToText>2 months, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Wifi - " ´ " is shown as a rectangle in Satio</title>
      <link>http://developer.sonyericsson.com/community/thread/50011</link>
      <description>&lt;!-- [DocumentBodyStart:180defbb-49c1-4f09-9e8d-be6fdddc3827] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Problem using the W-LAN (Wi-Fi)  While accessing a Hotspot, with a name like this "comicstore´s Wlan"  The " ´ " is shown as a rectangle in Satio and it wasn´t possible to connect to  this WIFI.  WIFI is working well in Networks without "additional characters". Anyone knows the cause?  Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:180defbb-49c1-4f09-9e8d-be6fdddc3827] --&gt;</description>
      <pubDate>Thu, 05 Nov 2009 15:50:13 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50011</guid>
      <dc:date>2009-11-05T15:50:13Z</dc:date>
      <clearspace:dateToText>4 hours, 8 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>WMA and Real codec support in w810i?</title>
      <link>http://developer.sonyericsson.com/community/thread/28978</link>
      <description>&lt;!-- [DocumentBodyStart:674430d4-9039-4e50-87ee-8ddc45d36a6a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&lt;span&gt;The document (whitepaper) "Music and video in Sony Ericsson phones" available at &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://developer.sonyericsson.com/site/global/docstools/multimedia/p_multimedia.jsp"&gt;http://developer.sonyericsson.com/site/global/docstools/multimedia/p_multimedia.jsp&lt;/a&gt;&lt;span&gt; lists suppringsingly at page 22 both WMA and Real 8 audio codecs as supported in påhones like W800 and w810. I have tested one wma in my w810 and it does not play. Is this document full of misprints?&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:674430d4-9039-4e50-87ee-8ddc45d36a6a] --&gt;</description>
      <pubDate>Thu, 15 Jun 2006 10:29:28 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/28978</guid>
      <dc:date>2006-06-15T10:29:28Z</dc:date>
      <clearspace:dateToText>2 years, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>13</clearspace:messageCount>
      <clearspace:replyCount>12</clearspace:replyCount>
    </item>
    <item>
      <title>sony ericsson simulators</title>
      <link>http://developer.sonyericsson.com/community/thread/42828</link>
      <description>&lt;!-- [DocumentBodyStart:ef999504-7fa5-419d-8c38-aa1755ea61b8] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hiiiii&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;can any one tell frm where can i get sony ericsson simulators?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ef999504-7fa5-419d-8c38-aa1755ea61b8] --&gt;</description>
      <pubDate>Sun, 06 Jan 2008 14:01:13 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/42828</guid>
      <dc:date>2008-01-06T14:01:13Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>F305: Java Internet Settings message while making HTTP connection</title>
      <link>http://developer.sonyericsson.com/community/thread/49612</link>
      <description>&lt;!-- [DocumentBodyStart:008f3df5-c768-4d9e-a7b5-2d33ec3d343c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have SE F305. I am developing a client server app for the phone which needs to make HTTP connection.When I try to connect to the server it it asks me for permission and I chose yes. Then it shows me following message&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"please contact your operator for Java Internet settings"&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have GPRS activated on my phone and access wap sites. Why do I need to have different settings for Java App? And how can I make the existing settings happen?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks.&lt;/p&gt;&lt;p&gt;mukesh&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:008f3df5-c768-4d9e-a7b5-2d33ec3d343c] --&gt;</description>
      <pubDate>Thu, 03 Sep 2009 08:23:39 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49612</guid>
      <dc:date>2009-09-03T08:23:39Z</dc:date>
      <clearspace:dateToText>1 month, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Satio driver problem</title>
      <link>http://developer.sonyericsson.com/community/thread/49913</link>
      <description>&lt;!-- [DocumentBodyStart:d4bf838f-966d-4dae-8837-9e87b89c25e9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Have been having a problem with my new Satio.&lt;/p&gt;&lt;p&gt;When I connect it to my PC it comes up with a problem.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There was a problem installing this hardware&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sony Ericsson Device091010 MTP&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;An error occurred during the installation of the device&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The specified service does not exist as an installed service.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have uninstalled the PC suite and reinstalled but this still happens.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d4bf838f-966d-4dae-8837-9e87b89c25e9] --&gt;</description>
      <pubDate>Wed, 21 Oct 2009 18:33:42 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49913</guid>
      <dc:date>2009-10-21T18:33:42Z</dc:date>
      <clearspace:dateToText>1 month, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Display类的flashBacklight如何使用</title>
      <link>http://developer.sonyericsson.com/community/thread/49917</link>
      <description>&lt;!-- [DocumentBodyStart:822b51d9-1cd9-4ff7-9108-b9ca8b3a460e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Display.getDisplay(miDlet).flashBacklight(&lt;span style="font-family: Courier New;"&gt;int duration&lt;/span&gt;)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:822b51d9-1cd9-4ff7-9108-b9ca8b3a460e] --&gt;</description>
      <pubDate>Fri, 23 Oct 2009 07:08:44 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49917</guid>
      <dc:date>2009-10-23T07:08:44Z</dc:date>
      <clearspace:dateToText>3 weeks, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>background style problem</title>
      <link>http://developer.sonyericsson.com/community/thread/49920</link>
      <description>&lt;!-- [DocumentBodyStart:628bd631-0590-4c9c-b963-d6261cca6e5e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi.&lt;/p&gt;&lt;p&gt;I want to create custom background for button (input type="button").&lt;/p&gt;&lt;p&gt;I'm using strip with gradient and repeat-x property.&lt;/p&gt;&lt;p&gt;But that background is displayed under button (see. button.png):&lt;/p&gt;&lt;p&gt;It works fine with a element: (see link.pnh)&lt;/p&gt;&lt;p&gt;Here is some css:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;.button {&lt;br/&gt;    background-color: black;&lt;br/&gt;    background-image: url('/assets/images/bs.gif');&lt;br/&gt;    background-repeat: repeat-x;&lt;br/&gt;    background-position: center;    &lt;br/&gt;    margin-top: 15px;&lt;br/&gt;    margin-right: 3px;&lt;br/&gt;    border: solid 1px black !important;&lt;br/&gt;    outline: 0;&lt;br/&gt;    &lt;br/&gt;    padding: 3px 5px;&lt;br/&gt;    color: white;&lt;br/&gt;    text-decoration: none;&lt;br/&gt;    font-size: small;&lt;br/&gt;    font-weight: normal;&lt;br/&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It works fine on other phones that SE and se with uiq (tested on p990).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can sb help me?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;regards&lt;/p&gt;&lt;p&gt;Piotr&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:628bd631-0590-4c9c-b963-d6261cca6e5e] --&gt;</description>
      <pubDate>Fri, 23 Oct 2009 12:10:32 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49920</guid>
      <dc:date>2009-10-23T12:10:32Z</dc:date>
      <clearspace:dateToText>4 weeks, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Sharing RMS between several MIDlets</title>
      <link>http://developer.sonyericsson.com/community/thread/30731</link>
      <description>&lt;!-- [DocumentBodyStart:57d0ec18-2170-4f39-96cb-8d2e69b0f801] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have two separate MIDlets (not within the same MIDlet suite) that should share a common RMS store. According to Sun's API&amp;nbsp; "javax.microedition.rms" - "Class RecordStore" it states:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;+Sharing is accomplished through the ability to name a RecordStore &lt;u&gt;created by another MIDlet suite&lt;/u&gt;.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;RecordStores are uniquely named using the unique name of the MIDlet suite plus the name of the RecordStore. MIDlet suites are identified by the MIDlet-Vendor and MIDlet-Name attributes from the application descriptor.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Access controls are defined when RecordStores to be shared are created. Access controls are enforced when RecordStores are opened. The access modes allow private use or &lt;u&gt;shareable with any other MIDlet suite&lt;/u&gt;.&lt;/p&gt;&lt;p&gt;+&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I use :&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:d74b600d-3166-41af-b2b1-f1f2c13a810e]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code"&gt;
&amp;nbsp;&amp;nbsp; private RecordStore indexStore;
&amp;nbsp;&amp;nbsp; ...
&amp;nbsp;&amp;nbsp; indexStore = RecordStore.openRecordStore(indexName, true);
&amp;nbsp;&amp;nbsp; indexStore.setMode(RecordStore.AUTHMODE_ANY, true);
&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:d74b600d-3166-41af-b2b1-f1f2c13a810e]--&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is this an error in the API description? Is it possible to match the name of the RMS between two suites if the RMS name is actually formed from the MIDlet-suite's name etc.? Sharing works in the emulator but not in the phone. The reason why I am using two separate MIDlet-suites is because one already is 1 MB big - this is the limit on my P900.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone made it work?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Many thanks.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; golpe&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:57d0ec18-2170-4f39-96cb-8d2e69b0f801] --&gt;</description>
      <pubDate>Tue, 01 Aug 2006 11:24:27 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/30731</guid>
      <dc:date>2006-08-01T11:24:27Z</dc:date>
      <clearspace:dateToText>2 years, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>C702 jsr179</title>
      <link>http://developer.sonyericsson.com/community/thread/48943</link>
      <description>&lt;!-- [DocumentBodyStart:e4708554-df88-40a7-82d0-800e4ffafbec] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have some trouble with the location API. If get a LocationException due to a time out, the GPS satellite icon does not disappear and I have to restart the midlet. However if I get fixes it works fine.&lt;/p&gt;&lt;p&gt;I have tried both reset (se below) and setting the LocationProvider to null&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;     lp (LocationProvider) is initialized with criteria setHorizontalAccuracy(5000)&lt;/p&gt;&lt;p&gt;       &lt;br/&gt;        try{ &lt;br/&gt;            lp.getLocation(60);&lt;br/&gt;        } catch (LocationException e) {&lt;br/&gt;            // TODO Auto-generated catch block&lt;br/&gt;            lp.reset();&lt;br/&gt;            }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanx in advance&lt;/p&gt;&lt;p&gt;Niklas&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e4708554-df88-40a7-82d0-800e4ffafbec] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">j2me</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">jsr179</category>
      <pubDate>Mon, 20 Apr 2009 16:09:11 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48943</guid>
      <dc:date>2009-04-20T16:09:11Z</dc:date>
      <clearspace:dateToText>4 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Editing Media Player for k850i</title>
      <link>http://developer.sonyericsson.com/community/thread/46088</link>
      <description>&lt;!-- [DocumentBodyStart:be292ae0-7665-4827-adf2-99604576556f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've been playing with themes for years on my Sony phones, and the editor keeps getting better.&amp;nbsp; But I'd really like to change the Media Player colors.&amp;nbsp; I've noticed some of the Sony made themes have different colors in the themes, I'd like to learn how to do this.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There's one theme that has colors almost exactly the way I want but when I use the XML editor to copy the lines for Media information and paste them in my theme, then use the theme all sorts of bad things happen.&amp;nbsp; First the Theme Creator (latest version) has errors and wants a "source" for every Media field, even though the theme I copied the XML from didn't have any source items for these items, and the items only change color, they don't have a picture.&amp;nbsp; The only place I see in the XML using a source, involves a picture.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; So I tried using the theme w/ the copied Media XML lines in it and the text in the Media player was doubled, once with the default colors and once with the color I wanted.&amp;nbsp; No other colors were changed to the ones I wanted.&amp;nbsp; I tried editing the theme with the XML changing images and colors to what I wanted hoping the Media Player would stay the way it was, same result.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; I tried pulling the theme.xml out of my theme, adding the XML that way, then putting new theme.xml in the .tar instead of the old one... and that was really bad.&amp;nbsp; For some reason it still had the default colors except the line that tells how much of the song was played and the line showing where the cursor is on the lists was blue (not the orignal colors), even though the XML I was using had those items green.&amp;nbsp; Then the soft keys stopped working the way they should, I'd press the middle one and nothing would happen, or I'd press the right one and the left one would act like I pressed it, etc.&amp;nbsp; Plus the directional buttons were messed up too, I'd press down and the phone would register that I pressed down and the right soft key, even though my hand was no where near any of the soft keys.&amp;nbsp; I ended up having to reset my phone (which took quite a while with the screwy buttons!).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; Any help on this would be greatly appreciated.&amp;nbsp; I don't understand why the XML wants source items for something that doesn't have pictures.&amp;nbsp; All I want to do is change some colors!&amp;nbsp; Thanks in advance for any help!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:be292ae0-7665-4827-adf2-99604576556f] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2015">theme_creator</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2015">media_player</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2015">xml</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2015">theme</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2015">media</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2015">edit</category>
      <pubDate>Fri, 29 Aug 2008 15:59:44 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/46088</guid>
      <dc:date>2008-08-29T15:59:44Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Emulator for Sony Ericsson F305</title>
      <link>http://developer.sonyericsson.com/community/thread/49163</link>
      <description>&lt;!-- [DocumentBodyStart:f007e01e-ee69-46d1-bc06-4c01e8a4f319] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I' m developing an application for Sony Ericsson F305 and I didn´t found a specific emulator for test it in desktop. Is there a specific emulator for cellular Sony Ericsson F305?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f007e01e-ee69-46d1-bc06-4c01e8a4f319] --&gt;</description>
      <pubDate>Fri, 05 Jun 2009 12:40:16 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49163</guid>
      <dc:date>2009-06-05T12:40:16Z</dc:date>
      <clearspace:dateToText>5 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Creating self Java certificate and sign midlet</title>
      <link>http://developer.sonyericsson.com/community/thread/47440</link>
      <description>&lt;!-- [DocumentBodyStart:91ed8cee-8b94-4bf0-a71c-cbf67b796324] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I need instraction in creating self Java certificate with windows OpenSSL add add it to my mobile W760&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Create code sign certificate and sign my java application&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:91ed8cee-8b94-4bf0-a71c-cbf67b796324] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">certificate</category>
      <pubDate>Thu, 11 Dec 2008 07:48:22 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/47440</guid>
      <dc:date>2008-12-11T07:48:22Z</dc:date>
      <clearspace:dateToText>9 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Phone number is cutting when add to phonebook number more that 20 characters</title>
      <link>http://developer.sonyericsson.com/community/thread/48091</link>
      <description>&lt;!-- [DocumentBodyStart:83d7449a-861f-499b-b2ce-054d99b95d88] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello! I have a problem on Sony Ericsson (K800i). I try to add contact with phone length more that 20 characters and it`s successfully added, no exceptions or runtime errors. But when I look at this contact in phone book I see that phone number is cutted. Only first 20 characters has been saved...&lt;/p&gt;&lt;p&gt;Is it any limitation for phone length when I save it by MIDlet? Because, when I open contact in phone book and try to add any characters it`s ok, manually I can add more than 20 characters. Please help me solve this problem.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:83d7449a-861f-499b-b2ce-054d99b95d88] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">jsr-75</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">pim</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">contacts</category>
      <pubDate>Tue, 27 Jan 2009 16:08:49 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48091</guid>
      <dc:date>2009-01-27T16:08:49Z</dc:date>
      <clearspace:dateToText>9 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Theme Creator 4.0 = A Lemon</title>
      <link>http://developer.sonyericsson.com/community/thread/48975</link>
      <description>&lt;!-- [DocumentBodyStart:fca13721-614a-4668-9727-e51db1581cd1] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I've been using TC to create themes for about 3 years.  I've had 93 themes published on the internet with over a million total downloads, so I consider myself a skilled and experienced themer.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have tried the new TC v4.0 and I'm sorry to say that it is not an improvement.  If anything, I think it is a backward step.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The original UI presented each screen as a complete entity.  All the title bars, menu bars, images, etc. for each individual screen were offered for editing on one page. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The new UI is a mish-mash and seems very disorganised to me.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also, why have you not taken the oportunity to include a Media Player Skin editor?  You have definately missed a trick there.  Fortunately, someone is way ahead of you at Mobile9.com&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.mobile9.com/invboard/index.php?s=0&amp;amp;showtopic=60351"&gt;http://www.mobile9.com/invboard/index.php?s=0&amp;amp;showtopic=60351&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fca13721-614a-4668-9727-e51db1581cd1] --&gt;</description>
      <pubDate>Sat, 25 Apr 2009 03:15:55 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48975</guid>
      <dc:date>2009-04-25T03:15:55Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>17</clearspace:messageCount>
      <clearspace:replyCount>16</clearspace:replyCount>
    </item>
    <item>
      <title>Paint in GameCanvas with TiledLayer</title>
      <link>http://developer.sonyericsson.com/community/thread/23965</link>
      <description>&lt;!-- [DocumentBodyStart:c82a105e-42bc-46b6-9970-9dc73476b2e1] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I'm trying to make a game for W900.&lt;/p&gt;&lt;p&gt;It is a platform game.&lt;/p&gt;&lt;p&gt;Every tyle of platform is 32x32 pixel and there are 4 layers.&lt;/p&gt;&lt;p&gt;The problem is that the game run slow on the phone.&lt;/p&gt;&lt;p&gt;How is implemented the paint methoed on SE phone? I mean, when the paint methoed draws on the screen it draws only the image for the interested region or the whole layer? &lt;/p&gt;&lt;p&gt;thanks for any reply&lt;/p&gt;&lt;p&gt;PD&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c82a105e-42bc-46b6-9970-9dc73476b2e1] --&gt;</description>
      <pubDate>Fri, 03 Feb 2006 13:38:28 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/23965</guid>
      <dc:date>2006-02-03T13:38:28Z</dc:date>
      <clearspace:dateToText>3 years, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>请教从PC传文件到手机的问题</title>
      <link>http://developer.sonyericsson.com/community/thread/48961</link>
      <description>&lt;!-- [DocumentBodyStart:6c56704f-ffcc-4697-af60-bcf04cfbcfa9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;请问一下PC不用PC SUITE传文件到手机上能不能用写代码自动传? 貌似可以用SDK传吧? SDK怎么传的? 谢谢.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6c56704f-ffcc-4697-af60-bcf04cfbcfa9] --&gt;</description>
      <pubDate>Thu, 23 Apr 2009 09:45:32 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48961</guid>
      <dc:date>2009-04-23T09:45:32Z</dc:date>
      <clearspace:dateToText>7 months, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Setting silent profile</title>
      <link>http://developer.sonyericsson.com/community/thread/39138</link>
      <description>&lt;!-- [DocumentBodyStart:5088e5a1-7b85-442e-a1ba-c6c6855e5a8d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am wondering how is it possible to set / activate silent profile in UIQ 3?&lt;/p&gt;&lt;p&gt;I am supposing that this requires a access to system level? If so where can I aquire this access?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5088e5a1-7b85-442e-a1ba-c6c6855e5a8d] --&gt;</description>
      <pubDate>Tue, 10 Apr 2007 12:41:29 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/39138</guid>
      <dc:date>2007-04-10T12:41:29Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Operation failed while downloading J2ME file</title>
      <link>http://developer.sonyericsson.com/community/thread/49900</link>
      <description>&lt;!-- [DocumentBodyStart:db069255-2178-4adb-ac48-905aefc73da9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi, I've made an application and got it signed with Verisign Certificate. I've a &lt;strong&gt;Sony Ericsson K750i&lt;/strong&gt; handset. It shows &lt;strong&gt;Verisign Certificate&lt;/strong&gt; in the root certificates list in the set. The &lt;strong&gt;problem is whenever I start downloading the application via OTA it always shows Operation failed&lt;/strong&gt;. But if the same file but unsigned is downloaded , it is downloaded and installed successfully. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please help me out.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks..&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:db069255-2178-4adb-ac48-905aefc73da9] --&gt;</description>
      <pubDate>Tue, 20 Oct 2009 10:09:01 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49900</guid>
      <dc:date>2009-10-20T10:09:01Z</dc:date>
      <clearspace:dateToText>4 weeks, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>13</clearspace:messageCount>
      <clearspace:replyCount>12</clearspace:replyCount>
    </item>
    <item>
      <title>J2ME经验总结之图片缩放(中文论坛有奖活动)</title>
      <link>http://developer.sonyericsson.com/community/thread/43104</link>
      <description>&lt;!-- [DocumentBodyStart:8cae86ea-f78b-49af-b25f-46cd49ec2a95] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;!--[CodeBlockStart:e4d26494-271c-43b5-bd99-5bc4ac27c6e1]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code"&gt; public static Image ZoomImage(Image src, int desW, int desH) {
&amp;nbsp; Image desImg = null;
&amp;nbsp; int srcW = src.getWidth(); // 原始图像宽
&amp;nbsp; int srcH = src.getHeight(); // 原始图像高
&amp;nbsp; int[] srcBuf = new int[srcW * srcH]; // 原始图片像素信息缓存

&amp;nbsp; src.getRGB(srcBuf, 0, srcW, 0, 0, srcW, srcH);

&amp;nbsp; // 计算插值表
&amp;nbsp; int[] tabY = new int[desH];
&amp;nbsp; int[] tabX = new int[desW];

&amp;nbsp; int sb = 0;
&amp;nbsp; int db = 0;
&amp;nbsp; int tems = 0;
&amp;nbsp; int temd = 0;
&amp;nbsp; int distance = srcH &amp;gt; desH ? srcH : desH;
&amp;nbsp; for (int i = 0; i &amp;lt;= distance; i++) { /* 垂直方向 */
&amp;nbsp;&amp;nbsp; tabY[db] = sb;
&amp;nbsp;&amp;nbsp; tems += srcH;
&amp;nbsp;&amp;nbsp; temd += desH;
&amp;nbsp;&amp;nbsp; if (tems &amp;gt; distance) {
&amp;nbsp;&amp;nbsp;&amp;nbsp; tems -= distance;
&amp;nbsp;&amp;nbsp;&amp;nbsp; sb++;
&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; if (temd &amp;gt; distance) {
&amp;nbsp;&amp;nbsp;&amp;nbsp; temd -= distance;
&amp;nbsp;&amp;nbsp;&amp;nbsp; db++;
&amp;nbsp;&amp;nbsp; }
&amp;nbsp; }

&amp;nbsp; sb = 0;
&amp;nbsp; db = 0;
&amp;nbsp; tems = 0;
&amp;nbsp; temd = 0;
&amp;nbsp; distance = srcW &amp;gt; desW ? srcW : desW;
&amp;nbsp; for (int i = 0; i &amp;lt;= distance; i++) { /* 水平方向 */
&amp;nbsp;&amp;nbsp; tabX[db] = (short) sb;
&amp;nbsp;&amp;nbsp; tems += srcW;
&amp;nbsp;&amp;nbsp; temd += desW;
&amp;nbsp;&amp;nbsp; if (tems &amp;gt; distance) {
&amp;nbsp;&amp;nbsp;&amp;nbsp; tems -= distance;
&amp;nbsp;&amp;nbsp;&amp;nbsp; sb++;
&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; if (temd &amp;gt; distance) {
&amp;nbsp;&amp;nbsp;&amp;nbsp; temd -= distance;
&amp;nbsp;&amp;nbsp;&amp;nbsp; db++;
&amp;nbsp;&amp;nbsp; }
&amp;nbsp; }

&amp;nbsp; // 生成放大缩小后图形像素buf
&amp;nbsp; int[] desBuf = new int[desW * desH];
&amp;nbsp; int dx = 0;
&amp;nbsp; int dy = 0;
&amp;nbsp; int sy = 0;
&amp;nbsp; int oldy = -1;
&amp;nbsp; for (int i = 0; i &amp;lt; desH; i++) {
&amp;nbsp;&amp;nbsp; if (oldy == tabY+) {
&amp;nbsp;&amp;nbsp;&amp;nbsp; System.arraycopy(desBuf, dy - desW, desBuf, dy, desW);
&amp;nbsp;&amp;nbsp; } else {
&amp;nbsp;&amp;nbsp;&amp;nbsp; dx = 0;
&amp;nbsp;&amp;nbsp;&amp;nbsp; for (int j = 0; j &amp;lt; desW; j++) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; desBuf[dy + dx] = srcBuf[sy + tabX[j]];
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dx++;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; sy += (tabY+ - oldy) * srcW;
&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; oldy = tabY+;
&amp;nbsp;&amp;nbsp; dy += desW;
&amp;nbsp; }

&amp;nbsp; // 生成图片
&amp;nbsp; desImg = Image.createRGBImage(desBuf, desW, desH, false);
&amp;nbsp; return desImg;
 }&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:e4d26494-271c-43b5-bd99-5bc4ac27c6e1]--&gt;&lt;p&gt;这个函数是我以前在网上搜罗到的，且不谈效果，性能什么的。只觉得它非常好用。&lt;/p&gt;&lt;p&gt;用了很长时间，可惜不知道是谁。真要谢谢这位作者了。&lt;/p&gt;&lt;p&gt;这个函数使用了midp2.0的getRGB()函数，效率不错，基本上没什么可优化的了。&lt;/p&gt;&lt;p&gt;此外，下面再提供一个midp1.0下可用的缩放函数，它是使用可变图片实现的。可惜这个函数也不是我写的。&lt;/p&gt;&lt;p&gt;转载于kobjects。不过性能确实比较差，毕竟要画那么多点嘛，跟处理图片数据的方法是没有可比性的。&lt;/p&gt;&lt;!--[CodeBlockStart:b52fbf2b-a11b-4469-b190-132ada0dc62e]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code"&gt;1 /* Copyright (c) 2002,2003, Stefan Haustein, Oberhausen, Rhld., Germany
&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp; *
&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp; * Permission is hereby granted, free of charge, to any person obtaining a copy
&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp; * of this software and associated documentation files (the “Software”), to deal
&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&amp;nbsp; * in the Software without restriction, including without limitation the rights
&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&amp;nbsp; * to use, copy, modify, merge, publish, distribute, sublicense, and/or
&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&amp;nbsp; * sell copies of the Software, and to permit persons to whom the Software is
&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&amp;nbsp; * furnished to do so, subject to the following conditions:
&amp;nbsp;&amp;nbsp;&amp;nbsp; 9&amp;nbsp; *
&amp;nbsp;&amp;nbsp; 10&amp;nbsp; * The&amp;nbsp; above copyright notice and this permission notice shall be included in
&amp;nbsp;&amp;nbsp; 11&amp;nbsp; * all copies or substantial portions of the Software.
&amp;nbsp;&amp;nbsp; 12&amp;nbsp; *
&amp;nbsp;&amp;nbsp; 13&amp;nbsp; * THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
&amp;nbsp;&amp;nbsp; 14&amp;nbsp; * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
&amp;nbsp;&amp;nbsp; 15&amp;nbsp; * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
&amp;nbsp;&amp;nbsp; 16&amp;nbsp; * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
&amp;nbsp;&amp;nbsp; 17&amp;nbsp; * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
&amp;nbsp;&amp;nbsp; 18&amp;nbsp; * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
&amp;nbsp;&amp;nbsp; 19&amp;nbsp; * IN THE SOFTWARE. */
&amp;nbsp;&amp;nbsp; 20
&amp;nbsp;&amp;nbsp; 21 package org.kobjects.lcdui;
&amp;nbsp;&amp;nbsp; 22
&amp;nbsp;&amp;nbsp; 23
&amp;nbsp;&amp;nbsp; 24 import javax.microedition.lcdui.*;
&amp;nbsp;&amp;nbsp; 25
&amp;nbsp;&amp;nbsp; 26
&amp;nbsp;&amp;nbsp; 27 /** This class provides a single static method that allows to scale an image */
&amp;nbsp;&amp;nbsp; 28
&amp;nbsp;&amp;nbsp; 29
&amp;nbsp;&amp;nbsp; 30 public class ScaleImage {
&amp;nbsp;&amp;nbsp; 31
&amp;nbsp;&amp;nbsp; 32 /**
&amp;nbsp;&amp;nbsp; 33&amp;nbsp; * Creates a new, scaled version of the given image.
&amp;nbsp;&amp;nbsp; 34&amp;nbsp; *
&amp;nbsp;&amp;nbsp; 35&amp;nbsp; * @param src: The source image
&amp;nbsp;&amp;nbsp; 36&amp;nbsp; * @param dstW: The destination (scaled) image width
&amp;nbsp;&amp;nbsp; 37&amp;nbsp; * @param dstH: The destination (scaled) image height
&amp;nbsp;&amp;nbsp; 38&amp;nbsp; * @return Image: A new Image object with the given width and height.
&amp;nbsp;&amp;nbsp; 39&amp;nbsp; */
&amp;nbsp;&amp;nbsp; 40
&amp;nbsp;&amp;nbsp; 41&amp;nbsp; public static Image scaleImage (Image src, int dstW, int dstH) {
&amp;nbsp;&amp;nbsp; 42&amp;nbsp;&amp;nbsp; int srcW = src.getWidth();
&amp;nbsp;&amp;nbsp; 43&amp;nbsp;&amp;nbsp; int srcH = src.getHeight();
&amp;nbsp;&amp;nbsp; 44
&amp;nbsp;&amp;nbsp; 45&amp;nbsp;&amp;nbsp; Image tmp = Image.createImage(dstW, srcH);
&amp;nbsp;&amp;nbsp; 46&amp;nbsp;&amp;nbsp; Graphics g = tmp.getGraphics();
&amp;nbsp;&amp;nbsp; 47
&amp;nbsp;&amp;nbsp; 48&amp;nbsp;&amp;nbsp; int delta = (srcW &amp;lt;&amp;lt; 16) / dstW;
&amp;nbsp;&amp;nbsp; 49&amp;nbsp;&amp;nbsp; int pos = delta/2;
&amp;nbsp;&amp;nbsp; 50
&amp;nbsp;&amp;nbsp; 51&amp;nbsp;&amp;nbsp; for (int x = 0; x &amp;lt; dstW; x++) {
&amp;nbsp;&amp;nbsp; 52&amp;nbsp;&amp;nbsp;&amp;nbsp; g.setClip(x, 0, 1, srcH);
&amp;nbsp;&amp;nbsp; 53&amp;nbsp;&amp;nbsp;&amp;nbsp; g.drawImage(src, x - (pos &amp;gt;&amp;gt; 16), 0, Graphics.LEFT | Graphics.TOP);
&amp;nbsp;&amp;nbsp; 54&amp;nbsp;&amp;nbsp;&amp;nbsp; pos += delta;
&amp;nbsp;&amp;nbsp; 55&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; 56
&amp;nbsp;&amp;nbsp; 57&amp;nbsp;&amp;nbsp; Image dst = Image.createImage(dstW, dstH);
&amp;nbsp;&amp;nbsp; 58&amp;nbsp;&amp;nbsp; g = dst.getGraphics();
&amp;nbsp;&amp;nbsp; 59
&amp;nbsp;&amp;nbsp; 60&amp;nbsp;&amp;nbsp; delta = (srcH &amp;lt;&amp;lt; 16) / dstH;
&amp;nbsp;&amp;nbsp; 61&amp;nbsp;&amp;nbsp; pos = delta/2;
&amp;nbsp;&amp;nbsp; 62
&amp;nbsp;&amp;nbsp; 63&amp;nbsp;&amp;nbsp; for (int y = 0; y &amp;lt; dstH; y++) {
&amp;nbsp;&amp;nbsp; 64&amp;nbsp;&amp;nbsp;&amp;nbsp; g.setClip(0, y, dstW, 1);
&amp;nbsp;&amp;nbsp; 65&amp;nbsp;&amp;nbsp;&amp;nbsp; g.drawImage(tmp, 0, y - (pos &amp;gt;&amp;gt; 16), Graphics.LEFT | Graphics.TOP);
&amp;nbsp;&amp;nbsp; 66&amp;nbsp;&amp;nbsp;&amp;nbsp; pos += delta;
&amp;nbsp;&amp;nbsp; 67&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; 68
&amp;nbsp;&amp;nbsp; 69&amp;nbsp;&amp;nbsp; return dst;
&amp;nbsp;&amp;nbsp; 70&amp;nbsp; }
&amp;nbsp;&amp;nbsp; 71
&amp;nbsp;&amp;nbsp; 72
&amp;nbsp;&amp;nbsp; 73 }&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:b52fbf2b-a11b-4469-b190-132ada0dc62e]--&gt;&lt;p&gt;它们的使用方法都是一目了然，提供原始图片对象以及目标宽度跟高度，它就生成新的图片，在成像效果上，感觉都差不多，我觉得第一个方法更好。&lt;/p&gt;&lt;p&gt;在J2ME平台下，也没有必要去最求效果的极致，够用就好。再次感谢以上两个函数的作者。&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8cae86ea-f78b-49af-b25f-46cd49ec2a95] --&gt;</description>
      <pubDate>Wed, 23 Jan 2008 06:44:13 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/43104</guid>
      <dc:date>2008-01-23T06:44:13Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Impact factor</title>
      <link>http://developer.sonyericsson.com/community/thread/49574</link>
      <description>&lt;!-- [DocumentBodyStart:a5aa7744-bbe9-4bec-84eb-ba2b719bb277] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;&lt;p&gt;In a given year, the impact factor of a journal is the average number of citations to those papers that were published during the two preceding years. For example, the 2003 impact factor of a journal would be calculated as follows:&lt;/p&gt;&lt;dl&gt;&lt;dd&gt;&lt;em&gt;A&lt;/em&gt; = the number of times articles published in 2001 and 2002 were cited by indexed journals during 2003 &lt;/dd&gt;&lt;dd&gt;&lt;em&gt;B&lt;/em&gt; = the total number of "citable items" published in 2001 and 2002. ("Citable items" are usually articles, reviews, proceedings, or notes; not editorials or Letters-to-the-Editor.) &lt;/dd&gt;&lt;/dl&gt;&lt;dl&gt;&lt;dd&gt;2003 impact factor = &lt;em&gt;A&lt;/em&gt;/&lt;em&gt;B&lt;/em&gt; &lt;/dd&gt;&lt;/dl&gt;&lt;p&gt;(Note that 2003 impact factors are actually published in 2004; it cannot be calculated until all of the 2003 publications had been received by the indexing agency.)&lt;/p&gt;&lt;p&gt;New journals, which are indexed from their first published issue, will receive an impact factor after two years of indexing; in this case, the citations to the year prior to Volume 1, and the number of articles published in the year prior to Volume 1 are known zero values. Journals that are indexed starting with a volume other than the first volume will not get an impact factor until they have been indexed for three years. Annuals and other irregular publications, will sometimes publish no items in a particular year, affecting the count. The impact factor relates to a specific time period; it is possible to calculate it for any desired period and the &lt;em&gt;Journal Citation Reports&lt;/em&gt; (JCR) also includes a 5-year impact factorThe JCR shows rankings of journals by impact factor, if desired by discipline, such as&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a5aa7744-bbe9-4bec-84eb-ba2b719bb277] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2023">conle</category>
      <pubDate>Fri, 28 Aug 2009 13:19:41 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49574</guid>
      <dc:date>2009-08-28T13:19:41Z</dc:date>
      <clearspace:dateToText>2 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Problem to access PIM data.</title>
      <link>http://developer.sonyericsson.com/community/thread/49286</link>
      <description>&lt;!-- [DocumentBodyStart:6016d3e7-23e5-4d0a-89f4-ddcdeb50f469] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;input id="gwProxy" type="hidden"/&gt;&lt;!--Session data--&gt;&lt;input id="jsProxy" onclick="" type="hidden"/&gt;&lt;/p&gt;&lt;div id="refHTML"&gt; &lt;/div&gt;&lt;p&gt;If my mobile device does not support JSR 75, then is this possible to access PIM data. If yes then please guide me.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Need help urgently.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advanced.&lt;/p&gt;&lt;p&gt;&lt;input id="gwProxy" type="hidden"/&gt;&lt;!--Session data==/&gt;&lt;input id="jsProxy" onclick="jsCall();" type="hidden"/&gt;&lt;/p&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;/div&gt;--&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6016d3e7-23e5-4d0a-89f4-ddcdeb50f469] --&gt;</description>
      <pubDate>Mon, 06 Jul 2009 07:08:02 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49286</guid>
      <dc:date>2009-07-06T07:08:02Z</dc:date>
      <clearspace:dateToText>3 weeks, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Wifi PAN Application ?</title>
      <link>http://developer.sonyericsson.com/community/thread/49549</link>
      <description>&lt;!-- [DocumentBodyStart:35b8eb03-54aa-4f16-8a94-c0b2d7e2edda] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi everyone,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there an application that does in Wifi what PAN Network Access Point Profile does in bluetooth ?&lt;/p&gt;&lt;p&gt;I know it for Android , iphone, symbian and windows mobile, but not for recent Sony-Ericsson models like W715, W995 and other 20 models with Wifi and 3G&lt;/p&gt;&lt;p&gt;It's really interresting for people to connect psp, ipod touch , netbooks to internet everywhere through the phone.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does it exist already ?&lt;/p&gt;&lt;p&gt;Do we have access to Wifi drivers to develop it ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:35b8eb03-54aa-4f16-8a94-c0b2d7e2edda] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2017">wlan</category>
      <pubDate>Wed, 26 Aug 2009 07:59:43 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49549</guid>
      <dc:date>2009-08-26T07:59:43Z</dc:date>
      <clearspace:dateToText>3 weeks, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Databrowser content handler API example</title>
      <link>http://developer.sonyericsson.com/community/thread/49943</link>
      <description>&lt;!-- [DocumentBodyStart:59f20e6d-2ed4-4484-90e3-bb72a28907a2] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can anyone provide an example for using data browser content handler(file browser, file selector).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I just wanted to show a save dialog box to save images in file system.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried :&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;     JP-8.4.0 com.sonyericsson.filemanager.filebrowser&lt;/p&gt;&lt;p&gt;     JP-8.4.0 com.sonyericsson.filemanager.fileselector&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am able to open the native file system, but how can i provide "Save" option(Command) to the user once he traversed to the destination folder?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Best Regards,&lt;/p&gt;&lt;p&gt;Shankar V N&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:59f20e6d-2ed4-4484-90e3-bb72a28907a2] --&gt;</description>
      <pubDate>Tue, 27 Oct 2009 09:36:10 GMT</pubDate>
      <author>shankar_vn@hotmail.com</author>
      <guid>http://developer.sonyericsson.com/community/thread/49943</guid>
      <dc:date>2009-10-27T09:36:10Z</dc:date>
      <clearspace:dateToText>3 weeks, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Is there no DRM protection for paid apps downloaded from store?</title>
      <link>http://developer.sonyericsson.com/community/thread/49385</link>
      <description>&lt;!-- [DocumentBodyStart:5a26903d-22ca-4b17-9236-815ec8a2c080] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I have not found any mention of DRM protection for paid apps downloaded from the store. Is there any?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Nokia has implemented OMA DRM 1.0 in the Ovi Store which attempts to prevent users from copying and distribution "forward locked" content. This scheme is so inadequate that the developers are withholding content because of the well-founded fear that their signed apps will immediately be pirated and distributed freely across the internet. But at least Nokia was aware of the issue, provided an initial solution, and is now busily considering how to improve the situation.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is it possible that SE has not even addressed the issue at all?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5a26903d-22ca-4b17-9236-815ec8a2c080] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2082">drm</category>
      <pubDate>Thu, 30 Jul 2009 21:53:10 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49385</guid>
      <dc:date>2009-07-30T21:53:10Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Fail to install Jar on C905</title>
      <link>http://developer.sonyericsson.com/community/thread/49409</link>
      <description>&lt;!-- [DocumentBodyStart:8bf9f579-5e50-4e39-a36a-c8358ab7ca8d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Right...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I must have done this a million times before, but I've been away for a bit and I've had my phone upgraded as it was broken. And now I can't install my Java ME apps on my phone anymore. I copy them to the memory card and select "Install" as usual but I get "Action Failed" every time. For every one of my apps, even though I know I've installed them before without problem. I've searched the web and this forum and all I find is the usual "copy the jar file to the phone and select install", which is what I'm doing and which has worked fine in the past.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone have any idea what's wrong?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanx!&lt;/p&gt;&lt;p&gt;-sven&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;UPDATE!&lt;/p&gt;&lt;p&gt;I've now read loads of threads with similar problems and most of them concern jad-files and trying to install MIDP 2.1 apps on phones that don't support MIDP 2.1. Well I'm not using jad-files, since I copy the jar files directly to the phone AND C905 does support MIDP 2.1, so that's not the problem...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I had a brainwave yesterday and dug up some old projects that I was working on last summer. These were compiled and packed using NetBeans version 6.1 or 6.3 (can't quite remember) and SEMC Java ME SDK 2.2.4 and they worked just fine on my phone. So, nothing wrong with the phone, but rather the environment then. Right now I'm using this:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Eclipse Ganymede (v 3.4.2)&lt;/p&gt;&lt;p&gt;Java 1.6.0_11&lt;/p&gt;&lt;p&gt;Sun Java ME SDK 3.0&lt;/p&gt;&lt;p&gt;SEMC Java ME SDK 2.5.3&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've also tried installing NetBeans 6.7 (with mobility pack) but that still didn't work.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do I really have to downgrade my environment to get it working or have I missed something??&lt;/p&gt;&lt;p&gt;-sven&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8bf9f579-5e50-4e39-a36a-c8358ab7ca8d] --&gt;</description>
      <pubDate>Mon, 03 Aug 2009 15:43:41 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49409</guid>
      <dc:date>2009-08-03T15:43:41Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>How the sound quality will be on the Xperia X10?</title>
      <link>http://developer.sonyericsson.com/community/thread/50120</link>
      <description>&lt;!-- [DocumentBodyStart:9244c046-c187-47ed-bca3-69e91c46bbfa] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span class="long_text" id="result_box"&gt;&lt;span title="Hej, jag undrar hur ljudkvalitén kommer att vara i Xperia X10?"&gt;Hi, I wonder how the sound quality will be on the Xperia X10? &lt;/span&gt;&lt;span title="Jag har läst och hört några rykten om att de senaste SE mobiltelefoner har haft lite sämre än till exempel min trotjänare w880i."&gt;I have read and heard some rumors that the latest SE phones have had a bit worse than, say, my faithful servant W880i. &lt;/span&gt;&lt;span title="Ljudet är viktigt för mig eftersom att jag lyssnar en hel del på musik på min mobiltelefon."&gt;The sound is important to me because I listen to a lot of music on my cell phone.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span class="short_text" id="result_box"&gt;&lt;span style="background-color: #ffffff;" title="Jag ser fram emot ett ordentligt svar :)"&gt;I look forward to a proper answer &lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/happy.gif" width="16px"/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Best wishes&lt;/p&gt;&lt;p&gt;Tommy F&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9244c046-c187-47ed-bca3-69e91c46bbfa] --&gt;</description>
      <pubDate>Sat, 21 Nov 2009 19:26:15 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50120</guid>
      <dc:date>2009-11-21T19:26:15Z</dc:date>
      <clearspace:dateToText>13 hours, 1 minute ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Real-Time shadow in jsr184....</title>
      <link>http://developer.sonyericsson.com/community/thread/40598</link>
      <description>&lt;!-- [DocumentBodyStart:ae0c9923-a856-49fb-bbac-270f2ec7eece] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi all,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; welcome to check my real-time shadow demo&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; here is my chinese blog:&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://blog.csdn.net/xueyong1203/archive/2007/08/02/1722418.aspx"&gt;http://blog.csdn.net/xueyong1203/archive/2007/08/02/1722418.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; you can also visit the following url to download&amp;amp;view the screenshots&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://folders.live.com/browse.aspx/GN96XdTjZSg/Public/"&gt;http://folders.live.com/browse.aspx/GN96XdTjZSg/Public/&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in the demo, i'm using heightmap to render the terrain in immediate mode and check the collision between car and the ground,&amp;nbsp; and also including a light frustum culling~&lt;/p&gt;&lt;p&gt;i did some test on real devices, fps alway 9~12 or more&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;here is some time usage: based on SE Z530C&lt;/p&gt;&lt;p&gt;g3d.clear(background); // 6ms&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;drawTerrain: 60&lt;sub&gt;80ms --&amp;gt; to render 30&lt;/sub&gt;40 meshes, each mesh is a Quad with textures..&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;drawShadow: 8~10ms -- the same model without texture&amp;amp;material&lt;/p&gt;&lt;p&gt;drawReadModel: 18~22ms&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;gamelogic update: 2~6ms&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ae0c9923-a856-49fb-bbac-270f2ec7eece] --&gt;</description>
      <pubDate>Fri, 03 Aug 2007 02:07:21 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/40598</guid>
      <dc:date>2007-08-03T02:07:21Z</dc:date>
      <clearspace:dateToText>2 years, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>Font american typewritter</title>
      <link>http://developer.sonyericsson.com/community/thread/50121</link>
      <description>&lt;!-- [DocumentBodyStart:feb73b89-0ca2-4293-8d4a-c2adf1d6a956] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello&lt;/p&gt;&lt;p&gt;Dear admins and developers!&lt;/p&gt;&lt;p&gt;Anybody have font american typewritter whit russian symbols?&lt;/p&gt;&lt;p&gt;thanks, John&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:feb73b89-0ca2-4293-8d4a-c2adf1d6a956] --&gt;</description>
      <pubDate>Sat, 21 Nov 2009 20:49:00 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50121</guid>
      <dc:date>2009-11-21T20:49:00Z</dc:date>
      <clearspace:dateToText>11 hours, 38 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Need Study Resource about LWUIT</title>
      <link>http://developer.sonyericsson.com/community/thread/47601</link>
      <description>&lt;!-- [DocumentBodyStart:b30c8b03-3ea5-4982-96fa-cfca49f68789] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,All:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; After I ran LWUITDemo, I decide to learn lwuit open source project. But I cannot find enough study resource on the internet.Can any body give me some useful links about how to use lwuit.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; Thanks very much.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b30c8b03-3ea5-4982-96fa-cfca49f68789] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">lwuit</category>
      <pubDate>Mon, 22 Dec 2008 05:44:00 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/47601</guid>
      <dc:date>2008-12-22T05:44:00Z</dc:date>
      <clearspace:dateToText>11 months, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>UIQ如何获取APN iap 如何创建专了APN 跟s60区别在哪?</title>
      <link>http://developer.sonyericsson.com/community/thread/44710</link>
      <description>&lt;!-- [DocumentBodyStart:44b0353e-8809-4dde-a0e8-a7d055137362] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;如题........&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;怎么做的啊?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;是否有列子啊&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:44b0353e-8809-4dde-a0e8-a7d055137362] --&gt;</description>
      <pubDate>Thu, 08 May 2008 05:07:35 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/44710</guid>
      <dc:date>2008-05-08T05:07:35Z</dc:date>
      <clearspace:dateToText>1 year, 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Wishlist for firmware- improvements (p1i).</title>
      <link>http://developer.sonyericsson.com/community/thread/40809</link>
      <description>&lt;!-- [DocumentBodyStart:4558aecc-8cad-4a47-9be0-33c68528b3bd] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;The following is a quicklist of various problems with already existing software on the p1. Also, some pointers to what extra functions might be useful. Obviously I'm hoping some of these, primarily the lacking existing software, will be fixed in the next firmware. I wanted to hear if anyone can add a few points to the list, or if some of these aren't really a problem, as well. (I apologize for posting it here - but I cannot find any other particularly good spots on the forum. And, the "customer support" stuff seems to not work at the moment, and doesn't really seem like where I should ask anyway..)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I don't know.. Maybe insert an "a" after the problems with existing functions, and a "b" with suggestions for new functions, about like below.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1a.Wlan: the 802.11b standard includes the "power- saving feature". However, some testing shows that when enabled, it prevents any transfer of data, even though the device will log on correctly and mark it's status with power- save. But it appears the phone does not mark it's status as not in power- save when not transferring, and this appears to cause the problem.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2. The mail- client: &lt;/p&gt;&lt;p&gt;a. The "reply with quote" function in the mail- programme is not implemented according to any commonly known standard. Considering an option to include common "&amp;gt;" notation (on start of each line ending in a return carrier sign), while enabling the option to show "&amp;gt;"s on every line of the quoted text in the view- window, is a.. necessity for a commercial piece of software like this.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;a. The option to include a signature should include settings on whether you wish it inserted at the end of the document, again with standard implementation of "-- " ahead of the chosen text. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;a. The "Re:" field should not be localised with imaginative translations. An option to choose this is necessary.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;b. A nice touch would be to insert text to signatures (and headers for reply- text) from a file, read every time when creating a new message.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;3a. Text- input: When editing text, if you scroll past the end of the document, the cursor ends up at the top of the document. This should maybe be an option on the text- input.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When typing with predictive text- input, it seems unpredictable when the program chooses to use the arrow- keys for scrolling the suggestions (words at the top of the page), and when the arrow keys can be used for moving the cursor. I.e, after inserting a letter into a word, by using the arrows, it may or may not be possible to scroll out again using the arrows.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When using the "enter" key to chose the highlighted text suggested, when writing with predictive text input, this works well when writing at the end of the document. When using the same function in the middle of a text, the program insists on inserting a line- break, and moving the cursor. Sometimes into other text.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;4a. Slumber- functions on alarms and reminders. An option to control the interval of the time before a repeat of the alarm/reminder would be useful.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;5b. Notes- programme: When choosing notes, you're offered a tiny window for jotting down hand- drawings. However, a very similar interface is offered in the MMS editor, except that allows a scroll- window and other functions, such as choosing the resolution of the image. An option to directly use this programme (the mms editor), or the option to use this interface in the "notes" would be very nice. (Optionally, implementing bigger and scrollable area for hand- written notes in the "notes" program. Perhaps with a pre- generated thumbnail of the picture to be displayed when opening the "notes", etc.)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;6b. Contacts: an extended search- function. I.e, possibility to search name- fields, first and last names, for strings. Or, option to list all recipients of a group with mail- addresses. Or all occurrences of "private" fields and "work" fields, etc.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;...just so it's been said - other than this, this phone is an excellent toy, and actually very useful as well. &lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/happy.gif" width="16px"/&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;By the way... Anyone know how the third- party development works? With Opera for uiq, for instance - should I contact opera or SE when things don't work? And is the mail- client in the p1 still being developed? What are the probabilities of improvements/fixes showing up?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4558aecc-8cad-4a47-9be0-33c68528b3bd] --&gt;</description>
      <pubDate>Fri, 17 Aug 2007 21:33:36 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/40809</guid>
      <dc:date>2007-08-17T21:33:36Z</dc:date>
      <clearspace:dateToText>9 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>22</clearspace:messageCount>
      <clearspace:replyCount>21</clearspace:replyCount>
    </item>
    <item>
      <title>Problem installing wireless toolkit</title>
      <link>http://developer.sonyericsson.com/community/thread/5014</link>
      <description>&lt;!-- [DocumentBodyStart:7e2f5944-8fae-414b-aead-095d686e6a11] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have installed both the Java v1.4 SE &amp;amp; sonyEricsson J2ME SDK`s &amp;amp; am now having the following error whilst trying to install the wireless toolkit:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;'the directory you have chosen does not include a java 2 se virtual machine'&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do I need to re-install the SDK? I have installed both the SDK &amp;amp; the runtime environment &amp;amp; the WTK even found the installation of the java sdk.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for any helpon this matter&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7e2f5944-8fae-414b-aead-095d686e6a11] --&gt;</description>
      <pubDate>Mon, 15 Mar 2004 05:52:12 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/5014</guid>
      <dc:date>2004-03-15T05:52:12Z</dc:date>
      <clearspace:dateToText>5 years, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>PushRegistry.registerAlarm() issue on JP-8</title>
      <link>http://developer.sonyericsson.com/community/thread/43849</link>
      <description>&lt;!-- [DocumentBodyStart:5910e9b3-a761-46d7-83be-90621156eebb] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There seems to be many issues with the PushRegistry.registerAlarm() on JP-8.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;First, the wakeup time is not always the good one : sometimes the application wakes up at the given time, and sometimes it wakes up at the GMT hour, whereas the phone is not configured to GMT time. For instance, my phone is configured GMT+1, I register my application to start at 10:00, and the application starts at 9:00. If I close the application, it starts again at 10:00. I tried to set my phone to GMT-1 and the application started 1 hour later.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As this issue doesn't occur every time, it seems difficult to find a workaround. Moreover, there's no direct way to know if the application was started by alarm or manually ! I tried to look at the wakeup time returned by registerAlarm(), but it sometimes returns 0, even if the application was already registered for launching.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'll do more test, but I'd like to know when the application will wake up on time. It would be great to have a status on this issue.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5910e9b3-a761-46d7-83be-90621156eebb] --&gt;</description>
      <pubDate>Mon, 10 Mar 2008 15:08:46 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/43849</guid>
      <dc:date>2008-03-10T15:08:46Z</dc:date>
      <clearspace:dateToText>1 year, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Swf2Jar 2.2 Project Capuchin packaging tool OS X</title>
      <link>http://developer.sonyericsson.com/community/thread/49793</link>
      <description>&lt;!-- [DocumentBodyStart:49e7b878-d73c-43c4-9638-a08605036318] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;On september 22 I got a message that Swf2Jar, Mac OSX version was updated to 2.2. But when I download and install the new version it is only version 2.0 from december 2008 !&lt;/p&gt;&lt;p&gt;Today I tried to download again with the same result. Can anyone tell me how to get the new version for Mac OS X ??&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Klaus Andersen&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:49e7b878-d73c-43c4-9638-a08605036318] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2084">swf2jar</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2084">flash_lite</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2084">capuchin</category>
      <pubDate>Thu, 24 Sep 2009 15:15:27 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49793</guid>
      <dc:date>2009-09-24T15:15:27Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>13</clearspace:messageCount>
      <clearspace:replyCount>12</clearspace:replyCount>
    </item>
    <item>
      <title>Wanted: Feedback on system properties api's</title>
      <link>http://developer.sonyericsson.com/community/thread/46086</link>
      <description>&lt;!-- [DocumentBodyStart:b3044173-d32d-4ebf-9ba6-408d0371c052] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello everybody&lt;/p&gt;&lt;p&gt;Sony Ericsson (we) are looking for feedback and ideas for additional properties in the system properties api's to help developers for instance to get run-time information on what is supported and not by the handset. You can find the existing one in the Java ME Developer Guidelines in the Appendix B-&amp;gt; "Querying system properties"&amp;nbsp; (page 78), you can download it here:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://developer.sonyericsson.com/site/global/docstools/java/p_java.jsp"&gt;https://developer.sonyericsson.com/site/global/docstools/java/p_java.jsp&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So if you have any ideas on what is missing let us know and post a reply to this thread.&lt;/p&gt;&lt;p&gt;We are eager to here your opinion &lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/happy.gif" width="16px"/&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers&lt;/p&gt;&lt;p&gt;/Johan&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b3044173-d32d-4ebf-9ba6-408d0371c052] --&gt;</description>
      <pubDate>Fri, 29 Aug 2008 13:44:47 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/46086</guid>
      <dc:date>2008-08-29T13:44:47Z</dc:date>
      <clearspace:dateToText>1 year, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>17</clearspace:messageCount>
      <clearspace:replyCount>16</clearspace:replyCount>
    </item>
    <item>
      <title>Capture Stillimage bigger than 240x320 on Xperia X1 ?!</title>
      <link>http://developer.sonyericsson.com/community/thread/48326</link>
      <description>&lt;!-- [DocumentBodyStart:057df1a4-203f-46f9-a810-c06816285308] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello All,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I wrote an App (VS2008, CF2.0) which periodically captures and saves images from the rear cam.&lt;/p&gt;&lt;p&gt;Everything is working fine, except the setting of another resolution.&lt;/p&gt;&lt;p&gt;No matter what resolution I choose, the captured pictures always is 240x320 !&lt;/p&gt;&lt;p&gt;(the Emulator offers 2 Resolutions at least....but obviously my device doesn't....i will check the Resolutionlist on my device explicitly tomorrow)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am wondering, if there are limitations to the exposed API (because with the proprietary App I get full size images)?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is the trick??&lt;/p&gt;&lt;p&gt;Can somebody help please&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:057df1a4-203f-46f9-a810-c06816285308] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2015">xperia</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2015">capture</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2015">image</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2015">directshow</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2015">resolutions</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2015">windows</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2015">mobile</category>
      <pubDate>Sat, 14 Feb 2009 23:03:18 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48326</guid>
      <dc:date>2009-02-14T23:03:18Z</dc:date>
      <clearspace:dateToText>5 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>GC 82 &amp; GC 83 interface to desktop PC</title>
      <link>http://developer.sonyericsson.com/community/thread/16740</link>
      <description>&lt;!-- [DocumentBodyStart:39436ee8-657a-4367-97fc-de9b5e24cefb] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Looking for advice on a patch cable or adapter to use a GC83 edge card on a desktop pc. The GC 83 is designed for laptops right now.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Would like to use dektop with the wireless GC83 edge card.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any Ideas ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:39436ee8-657a-4367-97fc-de9b5e24cefb] --&gt;</description>
      <pubDate>Tue, 21 Dec 2004 14:17:47 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/16740</guid>
      <dc:date>2004-12-21T14:17:47Z</dc:date>
      <clearspace:dateToText>4 years, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>手机里的Java属于JavaSE，JavaEE，JavaME的哪一种？</title>
      <link>http://developer.sonyericsson.com/community/thread/46964</link>
      <description>&lt;!-- [DocumentBodyStart:53f086b3-155b-41e7-b120-1421d7f3b995] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;他们之间区别是什么啊 ？？&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:53f086b3-155b-41e7-b120-1421d7f3b995] --&gt;</description>
      <pubDate>Tue, 28 Oct 2008 07:49:09 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/46964</guid>
      <dc:date>2008-10-28T07:49:09Z</dc:date>
      <clearspace:dateToText>1 year, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Power on autostart issues</title>
      <link>http://developer.sonyericsson.com/community/thread/48683</link>
      <description>&lt;!-- [DocumentBodyStart:e07f6040-43a4-405c-8bc1-88b1f67c0e1c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I'm registering a MIDlet for power on autostart using the techniques described in &lt;a class="jive-link-external-small" href="http://developer.sonyericsson.com/site/global/techsupport/tipstrickscode/java/p_autostarting_jp7midlets.jsp"&gt;http://developer.sonyericsson.com/site/global/techsupport/tipstrickscode/java/p_autostarting_jp7midlets.jsp&lt;/a&gt;. The MIDlet also registers for startup on receipt of an SMS directed to a particular port. The registration is done statically using JAD attributes. This works fine for a while, but we've seen a few cases where both the power on and SMS autostarts quit working. It looks like the push registry entries are getting deleted because I'm able to install another MIDlet registered for SMS on the same port. Normally this would fail since the port is already registered. We've seen this behavior a few times, but unfortunately we don't have a solid repro case.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've also discovered that I can dynamically register a MIDlet for power on autostart even if another MIDlet (in a different suite) is staically registerd. In other words it looks like dynamic registration trumps static registration. This is not the case for SMS registration. If a MIDlet has already registered for SMS connections on a port, subsequent attempts to register a MIDlet for this port fail, whether static or dynamic.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone have any explanation for these anomalies?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e07f6040-43a4-405c-8bc1-88b1f67c0e1c] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">autostart</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">pushregistry</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">javame</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">j2me</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">jp-7</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">jp-8</category>
      <pubDate>Wed, 18 Mar 2009 01:07:37 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48683</guid>
      <dc:date>2009-03-18T01:07:37Z</dc:date>
      <clearspace:dateToText>8 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>LWUIT: HTTP connection freezes rendering on W760</title>
      <link>http://developer.sonyericsson.com/community/thread/47302</link>
      <description>&lt;!-- [DocumentBodyStart:79d1406d-940b-460d-a391-2ad440395861] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a bad problem on a SonyEricsson W760 (JP-8).&lt;/p&gt;&lt;p&gt;Whenever I open a http connection the rendering freezes. Focus events&lt;/p&gt;&lt;p&gt;are recognized, but no painting occurs. After about 1 minute the&lt;/p&gt;&lt;p&gt;rendering starts working again.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Use this code snippet for reproduction:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;com.sun.lwuit.Display.init(this);&lt;/p&gt;&lt;p&gt;Form f = new Form("Test");&lt;/p&gt;&lt;p&gt;f.addComponent(new Button("blah 1"));&lt;/p&gt;&lt;p&gt;f.addComponent(new Button("blah 2"));&lt;/p&gt;&lt;p&gt;f.addComponent(new Button("blah 3"));&lt;/p&gt;&lt;p&gt;f.addComponent(new Button("blah 4"));&lt;/p&gt;&lt;p&gt;f.addComponent(new Button("blah 5"));&lt;/p&gt;&lt;p&gt;f.addComponent(new Button("blah 6"));&lt;/p&gt;&lt;p&gt;f.addComponent(new Button("blah 7"));&lt;/p&gt;&lt;p&gt;f.show();&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;/*&lt;/p&gt;&lt;p&gt;javax.microedition.lcdui.Display display = javax.microedition.lcdui.Display.getDisplay(this);&lt;/p&gt;&lt;p&gt;javax.microedition.lcdui.List list = new List("blah", List.IMPLICIT);&lt;/p&gt;&lt;p&gt;list.append("blah 1", null);&lt;/p&gt;&lt;p&gt;list.append("blah 2", null);&lt;/p&gt;&lt;p&gt;list.append("blah 3", null);&lt;/p&gt;&lt;p&gt;list.append("blah 4", null);&lt;/p&gt;&lt;p&gt;list.append("blah 5", null);&lt;/p&gt;&lt;p&gt;list.append("blah 6", null);&lt;/p&gt;&lt;p&gt;list.append("blah 7", null);&lt;/p&gt;&lt;p&gt;display.setCurrent(list);&lt;/p&gt;&lt;p&gt;*/&lt;/p&gt;&lt;p&gt;Thread t = new Thread(){&lt;/p&gt;&lt;p&gt;public void run(){&lt;/p&gt;&lt;p&gt;try {&lt;/p&gt;&lt;p&gt;HttpConnection con = (HttpConnection) Connector.open(url); // Open an HTTP Connection object&lt;/p&gt;&lt;p&gt;con.setRequestMethod(HttpConnection.POST); // Setup HTTP Request to POST&lt;/p&gt;&lt;p&gt;con.setRequestProperty("Content-Type", "application/x-www-form-urlencoded");&lt;/p&gt;&lt;p&gt;String params = "function=info&amp;amp;service=root.IWebRootService&amp;amp;variables=null";&lt;/p&gt;&lt;p&gt;con.setRequestProperty("Content-length", "" + params.getBytes().length);&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;OutputStream os = con.openOutputStream(); // open output stream&lt;/p&gt;&lt;p&gt;os.write(params.getBytes()); // write to output stream&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// Read Response from the Server&lt;/p&gt;&lt;p&gt;StringBuffer sb = new StringBuffer();&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;InputStream is = con.openInputStream();&lt;/p&gt;&lt;p&gt;int chr;&lt;/p&gt;&lt;p&gt;while ((chr = is.read()) &amp;amp;gt; 0) {&lt;/p&gt;&lt;p&gt;Thread.yield();&lt;/p&gt;&lt;p&gt;sb.append((char) chr);&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;String response = sb.toString();&lt;/p&gt;&lt;p&gt;System.out.println("response: " + response);&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;if (is != null) {&lt;/p&gt;&lt;p&gt;is.close();&lt;/p&gt;&lt;p&gt;is = null;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;if (os != null) {&lt;/p&gt;&lt;p&gt;os.close();&lt;/p&gt;&lt;p&gt;os = null;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;if (con != null) {&lt;/p&gt;&lt;p&gt;con.close();&lt;/p&gt;&lt;p&gt;con = null;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;} catch (IOException ex) {&lt;/p&gt;&lt;p&gt;ex.printStackTrace();&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;};&lt;/p&gt;&lt;p&gt;t.start();&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The same code works fine in emulators and on Nokia devices.&lt;/p&gt;&lt;p&gt;Did somebody else notive this strange behaviour? What could be the reason for this?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I also noticed that I get the following exception during Display initialization:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;java.lang.NullPointerException&lt;/p&gt;&lt;p&gt;at unknown&lt;/p&gt;&lt;p&gt;at javax.microedition.lcdui.Displayable.callSizeChanged&lt;/p&gt;&lt;p&gt;at javax.microedition.lcdui.Canvas.callSizeChanged&lt;/p&gt;&lt;p&gt;at javax.microedition.lcdui.Canvas.setFullScreenMode&lt;/p&gt;&lt;p&gt;at unknown&lt;/p&gt;&lt;p&gt;at unknown&lt;/p&gt;&lt;p&gt;at unknown&lt;/p&gt;&lt;p&gt;at unknown&lt;/p&gt;&lt;p&gt;at unknown&lt;/p&gt;&lt;p&gt;at unknown&lt;/p&gt;&lt;p&gt;at unknown&lt;/p&gt;&lt;p&gt;at unknown&lt;/p&gt;&lt;p&gt;at unknown&lt;/p&gt;&lt;p&gt;at unknown&lt;/p&gt;&lt;p&gt;at unknown&lt;/p&gt;&lt;p&gt;at unknown&lt;/p&gt;&lt;p&gt;at unknown&lt;/p&gt;&lt;p&gt;at unknown&lt;/p&gt;&lt;p&gt;at unknown&lt;/p&gt;&lt;p&gt;at unknown&lt;/p&gt;&lt;p&gt;at java.lang.Thread.run&lt;/p&gt;&lt;p&gt;at unknown&lt;/p&gt;&lt;p&gt;at unknown&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Maybe there is some kind of painting thread not working correctly?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please note that I have removed the mg, image2d and transition3d. Otherwise on device debuging on the W760 is not possible.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;By the way, the same code works fine on a K610i.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:79d1406d-940b-460d-a391-2ad440395861] --&gt;</description>
      <pubDate>Thu, 04 Dec 2008 11:26:19 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/47302</guid>
      <dc:date>2008-12-04T11:26:19Z</dc:date>
      <clearspace:dateToText>3 weeks, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Someone Help Me PLs !!!</title>
      <link>http://developer.sonyericsson.com/community/thread/49962</link>
      <description>&lt;!-- [DocumentBodyStart:6cd0bf6e-0ebf-4e18-b785-92a7ef220fb1] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi , I have been using T700 for 9 months.  I tried to update the firmware thru Update Service but I can't even do that. Whenever I tries to connect by pressing C Key (as per the instructions in Update service) it goes to Mass Storage mode. No problem with USB cable or ports. I tried to connect several times but the same thing happens . If someone has any solutions pls suggest one....! Pls Help &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6cd0bf6e-0ebf-4e18-b785-92a7ef220fb1] --&gt;</description>
      <pubDate>Sat, 31 Oct 2009 19:55:37 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49962</guid>
      <dc:date>2009-10-31T19:55:37Z</dc:date>
      <clearspace:dateToText>2 weeks, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Push register "socket://:9009" error on C902</title>
      <link>http://developer.sonyericsson.com/community/thread/47563</link>
      <description>&lt;!-- [DocumentBodyStart:fdadf8b6-6505-446e-9e0d-5c42c51121bc] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I am trying to install an Push Registry socket application, the&lt;/p&gt;&lt;p&gt;application is not getting installed on C902. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I replace the &lt;strong&gt;&lt;em&gt;"socket://:9009"&lt;/em&gt;&lt;/strong&gt; with a &lt;strong&gt;&lt;em&gt;"sms://:9009"&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;the same application is getting installed with out any issue and works fine.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What I need to do so that I can install my "hello world" socket&lt;/p&gt;&lt;p&gt;example with Push Registry?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Following are the JAD entry: &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;MIDlet-1: ServerListner, ServerListner.png, demo.ServerListnerMIDlet&lt;/p&gt;&lt;p&gt;MIDlet-Jar-Size: 4189&lt;/p&gt;&lt;p&gt;MIDlet-Jar-URL: ServerListner.jar&lt;/p&gt;&lt;p&gt;MIDlet-Name: ServerListner&lt;/p&gt;&lt;p&gt;MIDlet-Permissions:&lt;/p&gt;&lt;p&gt;javax.microedition.io.PushRegistry,javax.microedition.io.Connector.serversocket&lt;/p&gt;&lt;p&gt;MIDlet-Push-1: socket://:9002, demo.ServerListnerMIDlet, *&lt;/p&gt;&lt;p&gt;MIDlet-Vendor: Unknown&lt;/p&gt;&lt;p&gt;MIDlet-Version: 1.0&lt;/p&gt;&lt;p&gt;MicroEdition-Configuration: CLDC-1.0&lt;/p&gt;&lt;p&gt;MicroEdition-Profile: MIDP-2.0&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Sriram&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fdadf8b6-6505-446e-9e0d-5c42c51121bc] --&gt;</description>
      <pubDate>Fri, 19 Dec 2008 12:04:31 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/47563</guid>
      <dc:date>2008-12-19T12:04:31Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Ericsson on-device debugger</title>
      <link>http://developer.sonyericsson.com/community/thread/49710</link>
      <description>&lt;!-- [DocumentBodyStart:82caeeb3-2ad2-498b-8fef-0b992ac114b7] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How do I know if my G700 or W950i does support on-device debugging with the Ericsson SDK's Device Explorer?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I do not seem able to connect using the connection proxy...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a list somewhere with the phones/types it works on?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Frank&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:82caeeb3-2ad2-498b-8fef-0b992ac114b7] --&gt;</description>
      <pubDate>Thu, 17 Sep 2009 16:51:10 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49710</guid>
      <dc:date>2009-09-17T16:51:10Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>SATIO手机游戏应该如何去编写？</title>
      <link>http://developer.sonyericsson.com/community/thread/49950</link>
      <description>&lt;!-- [DocumentBodyStart:55ef8ed5-5c27-499d-85af-f4aacbfbd568] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;各位大侠，请问编写SATIO手机的软件或者游戏需要什么软件，谢谢...步骤是什么？&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:55ef8ed5-5c27-499d-85af-f4aacbfbd568] --&gt;</description>
      <pubDate>Fri, 30 Oct 2009 03:36:21 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49950</guid>
      <dc:date>2009-10-30T03:36:21Z</dc:date>
      <clearspace:dateToText>3 weeks, 3 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Canvas does not resize when the screen is resized in Sony Ericsson-P990 at runtime.</title>
      <link>http://developer.sonyericsson.com/community/thread/46764</link>
      <description>&lt;!-- [DocumentBodyStart:4a57db55-b126-4a3c-af92-ae24f7b5b9f6] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="color:#3366ff"&gt;&lt;/span&gt;Is there a way to automatically resize the canvas to fit the screen size when the user opens/closes flip in &lt;span style="color:#ff0000"&gt;Sony Ericsson-P990&lt;/span&gt; during runtime.&lt;span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="color:#3366ff"&gt;Can J2ME catch that event? &lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4a57db55-b126-4a3c-af92-ae24f7b5b9f6] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">sony</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">ericsson</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">p990</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">j2me</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">flip</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">screen</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">size</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">canvas</category>
      <pubDate>Thu, 16 Oct 2008 05:41:03 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/46764</guid>
      <dc:date>2008-10-16T05:41:03Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Frequency accelerometer</title>
      <link>http://developer.sonyericsson.com/community/thread/49510</link>
      <description>&lt;!-- [DocumentBodyStart:d9c0c66a-fd2b-4ba9-9d7a-14c42d6a0c88] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hellow,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I read on &lt;a class="jive-link-wiki-small" href="http://developer.sonyericsson.com/community/docs/DOC-1984"&gt;http://developer.sonyericsson.com/community/docs/DOC-1984&lt;/a&gt; that the frequency of the accelerometer is 20 Hz (so i can read new results from the accelerometer 20 times per second);&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is it possible to adjust this frequency, for example to 100Hz so i have avery 10 mS a new result?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;With kind regards&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Robin&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d9c0c66a-fd2b-4ba9-9d7a-14c42d6a0c88] --&gt;</description>
      <pubDate>Tue, 25 Aug 2009 12:41:24 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49510</guid>
      <dc:date>2009-08-25T12:41:24Z</dc:date>
      <clearspace:dateToText>2 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Xperia SMS issue</title>
      <link>http://developer.sonyericsson.com/community/thread/49508</link>
      <description>&lt;!-- [DocumentBodyStart:f97b9d83-4ccd-44dd-8e5b-bdb59f15ccd3] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We have developed a Java ME application that runs on MIDP2.0/CLDC1.1. We are using WMA2.0 in our application to send SMSes. To send an SMS, we start a separate thread. This is working fine across brands and devices.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, on Xperia X1, our application is unable to send an SMS. I am aware that Xperia is a Windows Mobile 6.1 device, and it has a pre-installed MIDlet Manager - Esmertec Jbed. Possibly, the MIDlet Manager is causing this issue.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have tried running a signed version of the application too - but got no success.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Have you ever faced this problem on Xperia X1 ? Please give any pointers you may have on this issue.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks, and Regards,&lt;/p&gt;&lt;p&gt;Priyanka Joshi&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f97b9d83-4ccd-44dd-8e5b-bdb59f15ccd3] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">javame</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">network</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">sms</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">xperia</category>
      <pubDate>Tue, 25 Aug 2009 03:51:31 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49508</guid>
      <dc:date>2009-08-25T03:51:31Z</dc:date>
      <clearspace:dateToText>2 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>M600i - Cannot read jar/jad file</title>
      <link>http://developer.sonyericsson.com/community/thread/49248</link>
      <description>&lt;!-- [DocumentBodyStart:2daae9cf-5519-4477-8129-42cd27e1c5e5] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi guys,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm new around here, so please bear with me if I'm not posting at the most appropriate section or there's some details missing.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've been developing a Java ME which uses MIDP 2.0, CLDC 1.1 and JSR-82.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This application works just fine on WTK and microemulator and on an actual Blackberry Pearl as well.&lt;/p&gt;&lt;p&gt;I have tried deploying it to a SE m600i in slightly different ways:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- copying the jar/jad files to the M2 card&lt;/p&gt;&lt;p&gt;- copying the jar/jad files to the phone's memory&lt;/p&gt;&lt;p&gt;- Installing through the "Application Installer" that comes with the "PC Suite for Sony Ericsson".&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I always get the very same error, when I try to run (install) the application:  &lt;strong&gt;&lt;span style="text-decoration: underline;"&gt;"Cannot read the jar (or jad) file".&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have compiled the software with Sun's WTK 2.5.2 and the Sony Ericsson SDK  2.5.0.3, all through Netbeans 6.5&lt;/p&gt;&lt;p&gt;The phone has also been updated to the latest version of the OS with the official SE Update service.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Funny thing is that for all I know the jad file it's simply a text file, and still the OS complains about not being able to read it. Could there be some sort of permissions issue here?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;To my surprise I've been able to download and install opera-mini from a jar file &lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/confused.gif" width="16px"/&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Could you please let me know if there is something that I may have missed?&lt;/p&gt;&lt;p&gt;Is there some sort of file signing/encryption/validation required before deploying to a SE device?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;J&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2daae9cf-5519-4477-8129-42cd27e1c5e5] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">java</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">me</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">deployment</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">installation</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">error</category>
      <pubDate>Thu, 25 Jun 2009 13:25:03 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49248</guid>
      <dc:date>2009-06-25T13:25:03Z</dc:date>
      <clearspace:dateToText>4 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>索爱Z558c 与T303c 性价比较</title>
      <link>http://developer.sonyericsson.com/community/thread/47029</link>
      <description>&lt;!-- [DocumentBodyStart:86574cfc-f648-4058-b725-2546838e3a89] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;是索爱Z558c 和索爱T303c ！都是索爱的！&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:86574cfc-f648-4058-b725-2546838e3a89] --&gt;</description>
      <pubDate>Mon, 03 Nov 2008 09:28:05 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/47029</guid>
      <dc:date>2008-11-03T09:28:05Z</dc:date>
      <clearspace:dateToText>12 months, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>為什麼在JP8裡面的檔案讀寫這麼慢？</title>
      <link>http://developer.sonyericsson.com/community/thread/49327</link>
      <description>&lt;!-- [DocumentBodyStart:0efdaed3-9d3b-4e73-8690-ecc3fe742bb9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;請問一下大家：&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;小弟有一隻在Nokia S40 6th下面跑的很正常的程式，現在有需求要移轉到SE JP8的系統上。&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;程式一開始會讀大約九到十個檔案，並且把部份的內容存到內儲上。&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;在Nokia S40 6th下面，這個動作大約只要5~6秒，可是不知道為什麼？ 在JP8下面，居然要花整整5分鐘來做這件事。&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;不曉得是不是在SE JP8的系統下，檔案的讀寫有特殊的設定要去處理？&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;先謝謝大家了，小弟卡在這邊很久了。&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0efdaed3-9d3b-4e73-8690-ecc3fe742bb9] --&gt;</description>
      <pubDate>Thu, 16 Jul 2009 06:40:20 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49327</guid>
      <dc:date>2009-07-16T06:40:20Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Mobile Applications - Redefined</title>
      <link>http://developer.sonyericsson.com/community/thread/49044</link>
      <description>&lt;!-- [DocumentBodyStart:9062b856-3ef7-4439-bc61-72c05710a314] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello Guys,&lt;br/&gt;As Plabesk is focused resolve technological challenges in serving content on mobile devices. Now after the long time R&amp;amp;D I am excited to make this announcement about new application development service we named it as PlabMobile.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Its not open for application development yet, but demonstration is right here.&lt;br/&gt;It may have errors / bugs but technology is fun.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;It will take you to few mins to try this and to experience mobile application development.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What it does? &lt;br/&gt;&lt;span&gt;Please visit &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://developer.plabesk.com/"&gt;http://developer.plabesk.com/&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How we think mobile applications?&lt;br/&gt;  Communication Device + Data Services = Information Appliance&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;span&gt;And let us know, how you think mobile applications &lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:gohar.sultan@plabesk.com"&gt;gohar.sultan@plabesk.com&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9062b856-3ef7-4439-bc61-72c05710a314] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2017">java</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2017">mobile</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2017">technology</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2017">plabmobile</category>
      <pubDate>Thu, 07 May 2009 22:15:40 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49044</guid>
      <dc:date>2009-05-07T22:15:40Z</dc:date>
      <clearspace:dateToText>6 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Reason code W32 reason number 8</title>
      <link>http://developer.sonyericsson.com/community/thread/17917</link>
      <description>&lt;!-- [DocumentBodyStart:62e10d06-cf47-4ddd-aa42-3ab719edb92f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;What does the bellow error mean in UIQ.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Reason Code W32&lt;/p&gt;&lt;p&gt;Reason Number 8&lt;/p&gt;&lt;p&gt;Discription: A direct screen access function was called out of turn.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;pls help.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:62e10d06-cf47-4ddd-aa42-3ab719edb92f] --&gt;</description>
      <pubDate>Wed, 16 Mar 2005 07:08:58 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/17917</guid>
      <dc:date>2005-03-16T07:08:58Z</dc:date>
      <clearspace:dateToText>4 years, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>jsr 135 - capture://video support on windows mobile</title>
      <link>http://developer.sonyericsson.com/community/thread/49033</link>
      <description>&lt;!-- [DocumentBodyStart:b1d135a6-a7a5-4d5d-a618-126c92632347] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi all, I am developing an app which needs to access the camera and have tested it on a few windows mobile devices (x1, and htc diamond) but recieved the same error stating that Manager.createPlayer("capture://video") is not supported... I have also tried capturing ://image and ://dev1 but received a similar error. I have tested my app on other devices (non-windows mobile) and it works fine. Does anyone know if windows mobile devices have a limited set of the jsr 135 api which wont allow capture? Perhaps because they have their own api for it ie DirectShow??Has anyone perhaps created a similar app on a touch screen device which is not windows mobile?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also does anyone know of a way around this....perhaps integrating DirectShow with j2me somehow or if its possible to somehow add the neccessary components of the api to the phone itself......just guessing here??&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please if anyone has any thoughts,ideas or general comments, I'd really appreciate it. Many thanks&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Jules&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b1d135a6-a7a5-4d5d-a618-126c92632347] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">jsr-135</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">windowsmobile</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">j2me</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">x1</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">capture</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">camera</category>
      <pubDate>Thu, 07 May 2009 08:43:12 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49033</guid>
      <dc:date>2009-05-07T08:43:12Z</dc:date>
      <clearspace:dateToText>6 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>T707 / TM717 - Not able to get GPS position by any means</title>
      <link>http://developer.sonyericsson.com/community/thread/49903</link>
      <description>&lt;!-- [DocumentBodyStart:13f58ab6-f006-4c9d-87e7-41536dca5a89] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;The afforementioned phones are not able to get a GPS position even though they supposedely support GPS tracking.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The following have failed to get a fix:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. Google Maps (pre-loaded to device)&lt;/p&gt;&lt;p&gt;2. Telenav Navigator (pre-loaded to device)&lt;/p&gt;&lt;p&gt;3. Native device geo-tagging applications&lt;/p&gt;&lt;p&gt;4. GPS tester from under the hidden service menu&lt;/p&gt;&lt;p&gt;5. Proprietary GPS testing application using JSR179.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;All of the above return a timeout error on GPS request.   The requests were done with all different "Assistance" options turned on/off and in clear view of the sky.  Location Services enabled, permissions set to allow, etc.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Performing a full reset on the phone did not alleviate the issue.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please advise.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Dmitry&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:13f58ab6-f006-4c9d-87e7-41536dca5a89] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2004">jsr179</category>
      <pubDate>Tue, 20 Oct 2009 16:00:59 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49903</guid>
      <dc:date>2009-10-20T16:00:59Z</dc:date>
      <clearspace:dateToText>1 month, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>server socket and ip of a mobile phone</title>
      <link>http://developer.sonyericsson.com/community/thread/49904</link>
      <description>&lt;!-- [DocumentBodyStart:c08352d5-4a67-4c67-a8cc-1c03345cde4f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello all,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am doing a final year project and i will make a peer to peer mobile application, but at first, as an example, I am planning to do an application like classic "ping-pong". I have no experience on mobile connections, so maybe my question is strange. In ping pong application, one of the phones will be server and the other one will be client, i will use sockets, so i need a normal socket connection and a server socket connection. And my client phone will connect to server phone and send "ping" message , after that my server phone reply to my client with "pong" message. But i need ip address of my server phone so how can i reach the ip of my server phone, or else how can i connect my server? In forums i have read that its impossible, because providers dont let it. If you have an idea please share.... Thank you !&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c08352d5-4a67-4c67-a8cc-1c03345cde4f] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">j2me</category>
      <pubDate>Tue, 20 Oct 2009 17:31:19 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49904</guid>
      <dc:date>2009-10-20T17:31:19Z</dc:date>
      <clearspace:dateToText>3 weeks, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>12</clearspace:messageCount>
      <clearspace:replyCount>11</clearspace:replyCount>
    </item>
    <item>
      <title>K850 USB Ethernet problems..</title>
      <link>http://developer.sonyericsson.com/community/thread/45922</link>
      <description>&lt;!-- [DocumentBodyStart:866efd3d-cc15-4c09-a3f6-1bdad80208eb] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello everybody. I have a K850 which I connect with PC with USB cable, using USB Ethernet.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I noticed that I can access to any site, but can't open GMail.com and Streaming media.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Streaming media is configured. It technically may work, but doesn't. It connects, but doesn't show anything.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When&lt;/p&gt;&lt;p&gt;I try to enter GMail.com, I get a "Comunication error, contact&lt;/p&gt;&lt;p&gt;operator". And I can't access. Anyway, I can use other Google services.&lt;/p&gt;&lt;p&gt;Not GMail.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm using Ubuntu right now (used Windows and Slackware too) and I was facing with the same problem.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:866efd3d-cc15-4c09-a3f6-1bdad80208eb] --&gt;</description>
      <pubDate>Sun, 17 Aug 2008 19:26:11 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/45922</guid>
      <dc:date>2008-08-17T19:26:11Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>How to store the values to the form2 in j2me</title>
      <link>http://developer.sonyericsson.com/community/thread/49402</link>
      <description>&lt;!-- [DocumentBodyStart:723cf04b-3944-4310-bdc5-024aced22964] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I am creating application to store the values to the next form. Couldn't successed using array method.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;import java.io.*;&lt;br/&gt;import java.util.*;&lt;br/&gt;import javax.microedition.lcdui.*;&lt;br/&gt;import javax.microedition.midlet.*;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;public class InputArray extends MIDlet implements CommandListener {&lt;br/&gt;  private Form form1, form2;&lt;br/&gt;  private Command exit,next;&lt;br/&gt;  private DateField df;&lt;br/&gt;  private TextField tf;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;public InputArray() {&lt;br/&gt;       form1 = new Form("Main Menu");&lt;br/&gt;       df = new DateField("Choose a Date", DateField.DATE_TIME);&lt;br/&gt;       df.setDate(new java.util.Date());&lt;br/&gt;       tf = new TextField("Post a Note", "", 32, TextField.ANY);&lt;br/&gt;       &lt;br/&gt;    // First Form &lt;br/&gt;       form1.append(df);&lt;br/&gt;     form1.append(tf);&lt;br/&gt;   &lt;br/&gt;    &lt;br/&gt;    // Second form &lt;br/&gt;     &lt;br/&gt;    form2 = new Form("Second Form");&lt;br/&gt;    form2.append(new StringItem(null,"Simple Note"));&lt;br/&gt;      &lt;br/&gt;      &lt;br/&gt;     &lt;br/&gt;       exit = new Command("Exit", Command.EXIT, 0);&lt;br/&gt;       next = new Command("ADD", Command.SCREEN, 1);&lt;br/&gt;       form1.addCommand(next);&lt;br/&gt;       form1.addCommand(exit);&lt;br/&gt;       form2.addCommand(exit);&lt;br/&gt;  }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;  public void startApp() {&lt;br/&gt;      form1.setCommandListener(this);&lt;br/&gt;     form2.setCommandListener(this);&lt;br/&gt;    Display.getDisplay(this).setCurrent(form1);&lt;br/&gt;    &lt;br/&gt;  }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;public void pauseApp() {}&lt;br/&gt;  &lt;br/&gt; public void destroyApp(boolean unconditional) {}&lt;br/&gt;  &lt;br/&gt; public void commandAction(Command c, Displayable s) {&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;        if(c == exit) notifyDestroyed();&lt;br/&gt;        else if (c == next)&lt;br/&gt;        {&lt;br/&gt;        &lt;br/&gt;            &lt;br/&gt;            form2.append(new StringItem(null, "Info from 1st form"));&lt;br/&gt;            form2.append(new StringItem(null, "Store the values Date and Text"));&lt;br/&gt;            &lt;br/&gt;            Display.getDisplay(this).setCurrent(form2);&lt;br/&gt;        }&lt;br/&gt;       &lt;br/&gt;       }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;  &lt;br/&gt;}&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:723cf04b-3944-4310-bdc5-024aced22964] --&gt;</description>
      <pubDate>Sat, 01 Aug 2009 04:32:14 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49402</guid>
      <dc:date>2009-08-01T04:32:14Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>"Not empty" value is required in textbox on Z600</title>
      <link>http://developer.sonyericsson.com/community/thread/4539</link>
      <description>&lt;!-- [DocumentBodyStart:5bf486ee-62ff-4c52-9a70-5632773b95de] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;We solve problem with mobile phone Sony Ericsson Z600 and Mobile.ASPX pages in VS.NET ...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;See our pages (test version), at &lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://bwm.jkr.cz/bwmobile/m_main/m_default.aspx"&gt;http://bwm.jkr.cz/bwmobile/m_main/m_default.aspx&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;On other mobile devices (PC, PC Pockets, mobile phones WAP 2.0 compliant) there is no problem. But Z600 does not allow to continue processing without filling all textboxes ... and that is really unusable! &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In case of password it could be O.K., but search boxes can not be filled in most cases!!!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We have already asked Microsoft for support, they are trying to help us just now (I hope so)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please, help us find reason, discovering wrong wap code or anything that could help ..&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;P.S. mobile phone Z610 also has same problem, version of firmware is unknown (where can I read this information?)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5bf486ee-62ff-4c52-9a70-5632773b95de] --&gt;</description>
      <pubDate>Fri, 30 Jan 2004 02:39:22 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/4539</guid>
      <dc:date>2004-01-30T02:39:22Z</dc:date>
      <clearspace:dateToText>5 years, 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>11</clearspace:messageCount>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>P800 UIQ update.</title>
      <link>http://developer.sonyericsson.com/community/thread/19033</link>
      <description>&lt;!-- [DocumentBodyStart:d8c9aece-829e-4d1a-b777-223cba909e9b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Can I update the UIQ version to use MIDP 2.0 on my P800?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d8c9aece-829e-4d1a-b777-223cba909e9b] --&gt;</description>
      <pubDate>Mon, 06 Jun 2005 14:21:50 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/19033</guid>
      <dc:date>2005-06-06T14:21:50Z</dc:date>
      <clearspace:dateToText>4 years, 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Xperia X2 has the best JVM I ever seen on a WinMob phone.</title>
      <link>http://developer.sonyericsson.com/community/thread/49876</link>
      <description>&lt;!-- [DocumentBodyStart:e74af575-e92b-4185-ad87-3a0a3d7befe3] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I'm really impressed from the JVM and the API supported from the Xperia X2.&lt;/p&gt;&lt;p&gt;Wow, good quantity of API supported, good stability and good performance.&lt;/p&gt;&lt;p&gt;Congratulations Sony Ericsson, this times you kicked off three jewel: Satio, Aino and X2.&lt;/p&gt;&lt;p&gt;Three jewel with an important JVM and I like this &lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/happy.gif" width="16px"/&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there someone who know what is the JVM used from X2? Who developed it?&lt;/p&gt;&lt;p&gt;Is it a sort of jbed?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e74af575-e92b-4185-ad87-3a0a3d7befe3] --&gt;</description>
      <pubDate>Thu, 15 Oct 2009 09:23:41 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49876</guid>
      <dc:date>2009-10-15T09:23:41Z</dc:date>
      <clearspace:dateToText>3 weeks, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>版主介绍;冬眠</title>
      <link>http://developer.sonyericsson.com/community/thread/49466</link>
      <description>&lt;!-- [DocumentBodyStart:f2964a94-8908-4026-8646-f2a9877934f7] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hi,大家好，我是冬眠，很荣幸成为索尼爱立信J2ME版主之一，我现在了在一家手机软件开发公司工作，我对编译原理，UI库比较感兴趣，有欢迎有兴趣的同学来索尼爱立信j2me版交流。&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f2964a94-8908-4026-8646-f2a9877934f7] --&gt;</description>
      <pubDate>Wed, 19 Aug 2009 13:04:13 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49466</guid>
      <dc:date>2009-08-19T13:04:13Z</dc:date>
      <clearspace:dateToText>3 months, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Navigation Satellite system for V800</title>
      <link>http://developer.sonyericsson.com/community/thread/17044</link>
      <description>&lt;!-- [DocumentBodyStart:11d99975-9667-4260-8bd1-4bb6af4b1e7a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I would like to know if it`s under project, for the future, a navigation system software, for V800, to have the exact position of the car and the route for driving.. I know that it's available for Symbian Mobile, but I would like to know if there will be for SonyEricsson operation system. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance, for your answer.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ceccopaone&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:11d99975-9667-4260-8bd1-4bb6af4b1e7a] --&gt;</description>
      <pubDate>Fri, 14 Jan 2005 12:04:01 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/17044</guid>
      <dc:date>2005-01-14T12:04:01Z</dc:date>
      <clearspace:dateToText>4 years, 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>AMMS JSR-234 - Audio and Tuner Support</title>
      <link>http://developer.sonyericsson.com/community/thread/49450</link>
      <description>&lt;!-- [DocumentBodyStart:b353c878-7c9e-47ef-81e5-7d7b51598f26] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi all,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can I know what S-E devices support JSR-234 AMMS audio and tuner support?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a roadmap document somewhere  for Java JSR support for future schedule for implementation?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sam&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b353c878-7c9e-47ef-81e5-7d7b51598f26] --&gt;</description>
      <pubDate>Sun, 16 Aug 2009 08:49:31 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49450</guid>
      <dc:date>2009-08-16T08:49:31Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>OMA / OTA - general wap setting w960i (almost working)</title>
      <link>http://developer.sonyericsson.com/community/thread/49767</link>
      <description>&lt;!-- [DocumentBodyStart:26ea976b-272e-47ad-869e-edfdf57cbd70] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I have found out that the below oma document is accepted by both nokia and sony ericsson phones, and is saved as a setting in the phone with no errors.&lt;/p&gt;&lt;p&gt;However I am not able to surf with the sony Ericcson phone(w960i), because I first manually need to put the newly created apn into a group called internet. When that is done I am able to surf as normal.&lt;br/&gt;In the menu "Internet account" my apn is displayed, and to the right there is a tab called "Groups". Under the group a value called "Internet" is displayed. When pushing it I can "add new account" and then select the apn and add it to the group.  When this is done I am able to surf on the internet !&lt;/p&gt;&lt;p&gt;Can anybody tell me how to send this setting also to the phone ? I have tryed to look at Ericsson Developer site, but can't find any usable info about this !&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;br/&gt;&amp;lt;!DOCTYPE wap-provisioningdoc PUBLIC "-//WAPFORUM//DTD PROV 1.0//EN" "&lt;a class="jive-link-external-small" href="http://www.wapforum.org/DTD/prov.dtd&amp;amp;quot;&amp;gt;&amp;lt;wap-provisioningdoc"&gt;http://www.wapforum.org/DTD/prov.dtd"&amp;gt;&lt;/a&gt; version="1.0"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;wap-provisioningdoc&lt;/p&gt;&lt;p&gt;&amp;lt;characteristic type="NAPDEF"&amp;gt;&lt;br/&gt;&amp;lt;parm name="NAME" value="myapn"/&amp;gt;&lt;br/&gt;&amp;lt;parm name="NAPID" value="GS"/&amp;gt;&lt;br/&gt;&amp;lt;parm name="BEARER" value="GSM-GPRS"/&amp;gt;&lt;br/&gt;&amp;lt;parm name="NAP-ADDRESS" value="WAP"/&amp;gt;&lt;br/&gt;&amp;lt;parm name="NAP-ADDRTYPE" value="APN"/&amp;gt;&lt;br/&gt;&amp;lt;/characteristic&amp;gt;&lt;br/&gt;&amp;lt;characteristic type="PXLOGICAL"&amp;gt; &lt;br/&gt;&amp;lt;parm name="NAME" value="GS"/&amp;gt; &lt;br/&gt;&amp;lt;parm name="PROXY-ID" value="GS_WAP"/&amp;gt; &lt;br/&gt;&amp;lt;parm name="STARTPAGE" value="&lt;a class="jive-link-external-small" href="http://www.mystartpage.fo&amp;amp;quot;/"&gt;http://www.mystartpage.fo"/&lt;/a&gt;&amp;gt; &lt;br/&gt;&amp;lt;characteristic type="PXPHYSICAL"&amp;gt; &lt;br/&gt;&amp;lt;parm name="PHYSICAL-PROXY-ID" value="GS_WAP"/&amp;gt; &lt;br/&gt;&amp;lt;parm name="PXADDR" value="123.45.67.890"/&amp;gt; &lt;br/&gt;&amp;lt;parm name="PXADDRTYPE" value="IPV4"/&amp;gt; &lt;br/&gt;&amp;lt;parm name="TO-NAPID" value="GS"/&amp;gt; &lt;br/&gt;&amp;lt;characteristic type="PORT"&amp;gt; &lt;br/&gt;&amp;lt;parm name="PORTNBR" value="8080"/&amp;gt; &lt;br/&gt;&amp;lt;/characteristic&amp;gt; &lt;br/&gt;&amp;lt;/characteristic&amp;gt; &lt;br/&gt;&amp;lt;/characteristic&amp;gt; &lt;br/&gt;&amp;lt;characteristic type="APPLICATION"&amp;gt;&lt;br/&gt;&amp;lt;parm name="APPID" value="w2"/&amp;gt;&lt;br/&gt;&amp;lt;parm name="NAME" value="GS"/&amp;gt;&lt;br/&gt;&amp;lt;parm name="TO-PROXY" value="GS_WAP"/&amp;gt;&lt;br/&gt;&amp;lt;/characteristic&amp;gt;&lt;br/&gt;&amp;lt;/wap-pr&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks a lot&lt;/p&gt;&lt;p&gt;sjak&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:26ea976b-272e-47ad-869e-edfdf57cbd70] --&gt;</description>
      <pubDate>Tue, 22 Sep 2009 15:38:40 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49767</guid>
      <dc:date>2009-09-22T15:38:40Z</dc:date>
      <clearspace:dateToText>2 months, 16 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>请教J2ME怎么样设置手机短信中心号码（不用AT指令）</title>
      <link>http://developer.sonyericsson.com/community/thread/48652</link>
      <description>&lt;!-- [DocumentBodyStart:7a3f3c7f-7928-4337-a203-6c312d6b0a2e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;请问一下J2ME怎么样设置手机短心中心号码？ 不用AT指令，因为我担心不是所有支持J2ME的SE手机都支持设置手机短信中心号码的AT指令。&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7a3f3c7f-7928-4337-a203-6c312d6b0a2e] --&gt;</description>
      <pubDate>Thu, 12 Mar 2009 01:39:52 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48652</guid>
      <dc:date>2009-03-12T01:39:52Z</dc:date>
      <clearspace:dateToText>7 months, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Bluetooth jpg problem</title>
      <link>http://developer.sonyericsson.com/community/thread/48658</link>
      <description>&lt;!-- [DocumentBodyStart:2c7fe601-e3ac-4b22-ba63-d14de2fe17b9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Firstly, I'm no developer, I'm an IT admin guy.  My company uses a bluetooth advertising solution to push adverts out to our customers.  In the last week, we've had four customers report that receiving these ads has "bricked" their phone.  All four were using Sony Ericsson mobiles.  The phones pop a message asking whether or not to accept the jpg.  The user accepts the image, views it then deletes the image.  At this point the phone shuts down and will not start up again.  All four phones have had to be sent back for repair.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I haven't seen any of these phones, I'm going on second hand information.  Anyone got any idea what could be going on here?  Does this sound even likely? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance for any advice you can provide.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2c7fe601-e3ac-4b22-ba63-d14de2fe17b9] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2017">bluetooth</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2017">jpg</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2017">problem</category>
      <pubDate>Thu, 12 Mar 2009 20:14:11 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48658</guid>
      <dc:date>2009-03-12T20:14:11Z</dc:date>
      <clearspace:dateToText>8 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>serial cable connection phone to micro controller</title>
      <link>http://developer.sonyericsson.com/community/thread/48581</link>
      <description>&lt;!-- [DocumentBodyStart:ed1d6125-8a18-40a1-99a3-d80fe0c3a519] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a micro controller based machine&amp;nbsp; which I can control so far via a serial USB cable from my PC. Now I would like to move that PC application to a mobile phone because I want to use my little machine outside. I do not want to add bluetooth or anything like that to the machine because the serial connection works fine and there is no issue with pairing .....&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now I "only" have a W200 (JP-6) phone at the moment.&amp;nbsp;&amp;nbsp; As far as the developers guidelines tell me JP-6 does NOT implement serial port communication (that is what I could prove so far - it doesn't work). I would need a JP-7 or JP-8 phone.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now before i go&amp;nbsp; out and spend money on one of those phones I just wanted to ask if a serial connection is really as straight forward as the developers guidelines make it sound (pp 65).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do I just&amp;nbsp; drive the serial port like shown in the little example and port my little application to java and that is it ??&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any recommendation which JP7/8 phone "performs" best? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Barcud&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message was edited by: barcud&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Oh I forgot, yes, I have read the older and old threads about serial connection and MCU but they all have either no response or they are kind of open ended which means I still can't really figure out from them if a JP7/8 phone would do what i want -- replace my PC to run the control application.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ed1d6125-8a18-40a1-99a3-d80fe0c3a519] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">socket</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">serial</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">connection</category>
      <pubDate>Wed, 04 Mar 2009 10:52:24 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48581</guid>
      <dc:date>2009-03-04T10:52:24Z</dc:date>
      <clearspace:dateToText>8 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Emulator Hangs with "Error: Storage paths not specified."</title>
      <link>http://developer.sonyericsson.com/community/thread/48922</link>
      <description>&lt;!-- [DocumentBodyStart:1fe3e161-e692-45b8-86dd-128df5173986] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi Everybody!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm just trying to run one of the applications ZXing under the emulator but it seems something does not work.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I think it's something related zayit program or library but I'm unable to identify what's the problem. The emulator crashes just before running the app and after everything is initialized.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The actual error is:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;          Error: Storage paths not specified.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And the last logs lines are:&lt;/p&gt;&lt;table border="1" cellpadding="3" cellspacing="0" style="; width: 100%; border: 1px solid #000000"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;th align="center" style="background-color:#6690BC;" valign="middle"&gt;&lt;span style="color: #ffffff;"&gt;&lt;strong&gt;LogMessages&lt;/strong&gt;&lt;/span&gt;&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;19:37:20.326 PropertiesFile:93: Set: "bluetooth.device.address": "unspecified"&lt;br/&gt;19:37:20.327 PropertiesFile:93: Set: "bluetooth.device.classRecord": "204"&lt;br/&gt;19:37:20.327 PropertiesFile:93: Set: "bluetooth.device.discoverable": "9E8B33"&lt;br/&gt;19:37:20.328 PropertiesFile:93: Set: "bluetooth.master.switch": "true"&lt;br/&gt;19:37:20.328 PropertiesFile:93: Set: "bluetooth.connected.inquiry": "false"&lt;br/&gt;19:37:20.329 PropertiesFile:93: Set: "bluetooth.connected.inquiry.scan": "false"&lt;br/&gt;19:37:20.329 PropertiesFile:93: Set: "bluetooth.connected.page": "false"&lt;br/&gt;19:37:20.330 PropertiesFile:93: Set: "bluetooth.connected.page.scan": "false"&lt;br/&gt;19:37:20.331 JSR082Bridge:186: initializeJSR082Support: time=329&lt;br/&gt;Running with locale: es_ES.UTF-8&lt;br/&gt;&lt;strong&gt;Error: Storage paths not specified.&lt;/strong&gt;&lt;br/&gt;19:37:20.336 KVMBridge:103: Disconnecting Lime&lt;br/&gt;19:37:20.336 MIDP:710: Close window&lt;br/&gt;19:37:20.341 MIDP:717: Cleaning up bridge classes&lt;br/&gt;19:37:20.342 MediaBridge.cleanBridge:101:  trace(2)&lt;br/&gt;19:37:20.369 MIDP:960: KVM returned 255&lt;br/&gt;19:37:20.369 MIDP:984: Closing down&lt;br/&gt;19:37:20.370 KVMBridge:115: Destroying KVM process&lt;br/&gt;19:37:20.372 MIDP:781: removed statful lock /opt/wtk-2.5.2/appdb/SonyEricsson_JP8_240x320_Emu/in.use&lt;br/&gt;19:37:20.455 ModulesRegistry:43: Waiting for modules to exit&lt;br/&gt;19:37:20.456 ModulesRegistry:55: No more modules running&lt;br/&gt;19:37:20.922 ModulesRegistry:43: Waiting for modules to exit&lt;br/&gt;19:37:20.923 ModulesRegistry:55: No more modules running&lt;br/&gt;19:37:20.924 EmulatorWrapper:119: run() returned 255&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But it seems to find /opt/wtk-2.5.2/appdb/SonyEricsson_JP8_240x320_Emu/in.use&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;so it can use filesystem.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So the question is. How can I get this to work?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have to say that I managed run the program with the normal j2me toolkit  from sun perfectly.&lt;/p&gt;&lt;p&gt;But wanted to try it out with evey SonyEricsson phone and new features. Ex. capuccin&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you very much!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Best regards.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1fe3e161-e692-45b8-86dd-128df5173986] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">emulator</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">sdk</category>
      <pubDate>Wed, 15 Apr 2009 17:46:45 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48922</guid>
      <dc:date>2009-04-15T17:46:45Z</dc:date>
      <clearspace:dateToText>7 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>platformRequest("tel: ") DTMF supporting.</title>
      <link>http://developer.sonyericsson.com/community/thread/48973</link>
      <description>&lt;!-- [DocumentBodyStart:8ebc90b1-b4ed-4bf4-adc6-7d0ebcb30a4e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi all.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am trying to call from java-application and i use platformRequest() method for this.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;The phone number that i am trying to run contains DTMF symbols.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For example: &lt;br/&gt;platformRequest("tel:0870;postd=1*1*")&lt;br/&gt;where &lt;br/&gt;0870      - calling number&lt;br/&gt;;postd=  - special pause symbol for SoneEricsson devices&lt;br/&gt;1*1*       - special DTMF symbols that i want to send after pause.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've run this code on different SonyEriccsons phones, and had different results.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It works fine on K770i, K800i, K810i, W300i, W580i, W910i, Z310i.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Device has dialled phone number(0870) and after that asked access to send DTMF symbols(1*1*).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;But it doesnt work well at K550i, K610i, W880i and some other phones.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;On these phones DTMF symbols don't pass.&lt;br/&gt;Device has dialled phone number, and that is all. It doesn't ask for access to  send DTMF symbols and doesn't send them.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;Does anybody know how to fix this problem?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanking you in anticipation,&lt;br/&gt; Victar.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8ebc90b1-b4ed-4bf4-adc6-7d0ebcb30a4e] --&gt;</description>
      <pubDate>Fri, 24 Apr 2009 12:49:34 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48973</guid>
      <dc:date>2009-04-24T12:49:34Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>[Phone Gallery API] device list not full</title>
      <link>http://developer.sonyericsson.com/community/thread/49973</link>
      <description>&lt;!-- [DocumentBodyStart:9be28fc2-6d82-474f-b255-06a348a4c6d8] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;I try to use the phone gallery API. I send the following request &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://devicedb.developer.sonyericsson.com/restful-server-webapp/phones"&gt;http://devicedb.developer.sonyericsson.com/restful-server-webapp/phones&lt;/a&gt;&lt;span&gt; but unfortunately only the 100 first devices are returned in the response.&lt;/span&gt;&lt;br/&gt;&lt;span&gt;The last device is &amp;lt;link href="&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://devicedb.developer.sonyericsson.com/restful-server-webapp/phones/W302&amp;quot;/&amp;gt;"&gt;http://devicedb.developer.sonyericsson.com/restful-server-webapp/phones/W302"/&amp;gt;&lt;/a&gt;&lt;br/&gt; &lt;br/&gt;What is the way to retrieve all the SE devices ?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;br/&gt;Cedric&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9be28fc2-6d82-474f-b255-06a348a4c6d8] --&gt;</description>
      <pubDate>Mon, 02 Nov 2009 13:29:43 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49973</guid>
      <dc:date>2009-11-02T13:29:43Z</dc:date>
      <clearspace:dateToText>2 weeks, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>909 Application Authentication Failure when use wma API</title>
      <link>http://developer.sonyericsson.com/community/thread/24800</link>
      <description>&lt;!-- [DocumentBodyStart:4e96e48e-65e3-43de-b4fc-ae91c8d1d1d6] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi All,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; I am using wma api to send and recieve sms. And also i have got Third party certificate from Thatwe to acess the restricted APIS.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When i try to install the application on SE s700i, the download is getting failed. The install notify i have got is 909 Application Authentication Failure.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Could you please tell me, Am i doing anything wrong with building the certicate or any other problems.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message was edited by: &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; saranakil&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4e96e48e-65e3-43de-b4fc-ae91c8d1d1d6] --&gt;</description>
      <pubDate>Tue, 07 Mar 2006 05:53:17 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/24800</guid>
      <dc:date>2006-03-07T05:53:17Z</dc:date>
      <clearspace:dateToText>3 years, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>PDU 中User Agent代表什么意思？</title>
      <link>http://developer.sonyericsson.com/community/thread/49535</link>
      <description>&lt;!-- [DocumentBodyStart:edfaad0c-53ef-4204-9400-388274bfd07f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;我在开发之中遇到了一个问题，PDU   中User   Agent代表什么意思？通过阅读WAP   forum   中关于WAP的协议文档，理解的也不是很清楚。据我理解它可能有以下几个意思： &lt;br/&gt;1.在客户移动终端中的   软件 &lt;br/&gt;2.在客户移动终端发送给   wap网关中的计数器。 &lt;br/&gt;&lt;br/&gt;    不知道我的理解是否正确，请大家指正。谢谢。&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:edfaad0c-53ef-4204-9400-388274bfd07f] --&gt;</description>
      <pubDate>Wed, 26 Aug 2009 06:59:54 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49535</guid>
      <dc:date>2009-08-26T06:59:54Z</dc:date>
      <clearspace:dateToText>2 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>LayeringImage</title>
      <link>http://developer.sonyericsson.com/community/thread/12448</link>
      <description>&lt;!-- [DocumentBodyStart:64194c6f-346e-465d-9145-1a1c8e32b021] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hey everyone. I have some trouble with my program. I install it to my phone and the MIDlet is started but the phone is not showing anything as if there`s nothing happen .has anyone got same problems?? is LayerManager class belong to MIDP 1.0 or 2.0??&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thankss for everyone&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:64194c6f-346e-465d-9145-1a1c8e32b021] --&gt;</description>
      <pubDate>Sun, 09 May 2004 15:27:43 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/12448</guid>
      <dc:date>2004-05-09T15:27:43Z</dc:date>
      <clearspace:dateToText>5 years, 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Looking for USB-Host functionality...</title>
      <link>http://developer.sonyericsson.com/community/thread/49961</link>
      <description>&lt;!-- [DocumentBodyStart:940c5a16-08c9-45eb-97e1-ebe5dcbebeb3] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hey,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm devoping an softwareapplication based on Windows Mobile to connect external hardware to a mobile phone, using USB-host. At this moment we are using old WM 5.2 devices (like Toshiba's G900 &amp;amp; an HTC X7500) for test purposes, but we want to have also an WM 6.5 device to test our application. But we haven't found a mobile phone, combining WM 6.5 and USB-host, yet.&lt;/p&gt;&lt;p&gt;We hope one of you can tell us if SE can deliver an mobile phone with WM 6.5 which has also a USB-Host functionality...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;Thanks on forehand.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:940c5a16-08c9-45eb-97e1-ebe5dcbebeb3] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2067">windows</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2067">mobile</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2067">6.5</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2067">usb-host</category>
      <pubDate>Mon, 02 Nov 2009 09:05:39 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49961</guid>
      <dc:date>2009-11-02T09:05:39Z</dc:date>
      <clearspace:dateToText>2 weeks, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>What is the video format for Sony Ericsson W380</title>
      <link>http://developer.sonyericsson.com/community/thread/44773</link>
      <description>&lt;!-- [DocumentBodyStart:f7f62bc8-6a29-4801-b266-c93603ee097d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i tried a MPEG4 video in 3gp-container but the phone did only play back audio, no video. This led me to the conclusion that the codec is not supported and i tried a h.263 codec and it worked. is it possible that the W380 does only uspport h.263-Videos? I thought nearly all phones support MPEG4 AND h.263.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas about this?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thankx and all the best&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;MisterSCOTCH &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f7f62bc8-6a29-4801-b266-c93603ee097d] --&gt;</description>
      <pubDate>Tue, 13 May 2008 13:14:30 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/44773</guid>
      <dc:date>2008-05-13T13:14:30Z</dc:date>
      <clearspace:dateToText>11 months, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>索爱M608c快捷键及使用技巧(购机后推荐看)</title>
      <link>http://developer.sonyericsson.com/community/thread/46996</link>
      <description>&lt;!-- [DocumentBodyStart:7b56d9e6-9bb1-4975-9175-39071608afdc] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;输入法切换：左下角"上"键＋"0"键，同时按，在拼音、笔画、英文输入法间循环切换&lt;/p&gt;&lt;p&gt;插入符号：按住"，"或者"。"，会弹出符号对话框；&lt;/p&gt;&lt;p&gt;英文大写：在输入英文时，按一次"上"，第一个字母大写，两次"上"，锁定大写，再按解除锁定；&lt;/p&gt;&lt;p&gt;数字输入：在输入文本时，按一次"ALT"，再按相应数字键，可输入一个数字，按两次"ALT"，锁定输入多个数字，再按解除锁定；&lt;/p&gt;&lt;p&gt;返回桌面：在子菜单视图，按住"返回"键快速返回待机桌面视图；&lt;/p&gt;&lt;p&gt;手动键盘锁：在待机桌面视图，按住左侧的"返回"键，开关键盘锁；按左下角的"左"键，然后快速按屏幕右下角的开关键盘锁提示；&lt;/p&gt;&lt;p&gt;静音：按住右下角的"右"键，开关静音；&lt;/p&gt;&lt;p&gt;语音信箱：按住"1"键，访问语音信箱；&lt;/p&gt;&lt;p&gt;语音拨号：按住滚轮或"OK"键，使用语音标签；&lt;/p&gt;&lt;p&gt;通讯录：待机状态下，按住除特殊定义的键（如"OK"、"1"和滚轮等）外的其他键，可访问通讯录；&lt;/p&gt;&lt;p&gt;工程模式：滚轮上&amp;amp;gt;&lt;strong&gt;键&amp;amp;gt;滚轮下&amp;amp;gt;滚轮下&amp;amp;gt;&lt;/strong&gt;键&amp;amp;gt;滚轮下&amp;amp;gt;*键；&lt;/p&gt;&lt;p&gt;文本选择：使用"向上"和"左""右"键配合选择要编辑的文本；&lt;/p&gt;&lt;p&gt;Web浏览：打开浏览器后，按Alt＋1新建标签页；按Alt＋2关闭当前标签页；按Alt＋7在多个标签页间切换。&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;快速查找中文电话:在电话本里面长按#号键,就可以用英文的大写来找中文电话号码了. 如果查找英文电话时候在次长按#号键就可以变回来了.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7b56d9e6-9bb1-4975-9175-39071608afdc] --&gt;</description>
      <pubDate>Thu, 30 Oct 2008 07:30:25 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/46996</guid>
      <dc:date>2008-10-30T07:30:25Z</dc:date>
      <clearspace:dateToText>11 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>RTL language problem</title>
      <link>http://developer.sonyericsson.com/community/thread/49945</link>
      <description>&lt;!-- [DocumentBodyStart:04c9f297-8faf-44b7-8660-d12b8c51a069] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello&lt;/p&gt;&lt;p&gt;i have a problem in sony ericsson midlet that i read arabic utf-8 data from .res file the letters appears in reversed ex: أحمد appears  د م ح أ&lt;/p&gt;&lt;p&gt;in other phones like nokia the letters shows ok&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;any one can help me for solving this issue or gives some tips&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:04c9f297-8faf-44b7-8660-d12b8c51a069] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">rtl</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">arabic</category>
      <pubDate>Thu, 29 Oct 2009 06:56:36 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49945</guid>
      <dc:date>2009-10-29T06:56:36Z</dc:date>
      <clearspace:dateToText>3 weeks, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>真急人.MTK编译不过去问题,我才接手做MTK不久(在线等高人回复）</title>
      <link>http://developer.sonyericsson.com/community/thread/49730</link>
      <description>&lt;!-- [DocumentBodyStart:6c3ff523-01f6-4380-ae56-c2eb3f8ca3bd] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;请各位大侠帮我看看这个LOG报错,是怎么回事. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;tools\make.exe[1]: Do not specify -j or --jobs if sh.exe is not available. &lt;br/&gt;tools\make.exe[1]: Resetting make for single job mode. &lt;br/&gt;tools\make.exe[1]: Entering directory `E:/MT25_081207_N' &lt;br/&gt;Compiling plutommi/Customer/custresource/CustImgMap.c ... &lt;br/&gt;Compiling plutommi/Customer/custresource/CustImgRes.c ... &lt;br/&gt;Compiling plutommi/Customer/custresource/CustImgMapExt.c ... &lt;br/&gt;Compiling plutommi/Customer/custresource/CustImgResExt.c ... &lt;br/&gt;Compiling plutommi/Customer/custresource/CustENFBImgMap.c ... &lt;br/&gt;Compiling plutommi/Customer/custresource/CustAdoMap.c ... &lt;br/&gt;Compiling plutommi/Customer/custresource/CustAdoRes.c ... &lt;br/&gt;Compiling plutommi/Customer/custresource/CustAdoMapExt.c ... &lt;br/&gt;Compiling plutommi/Customer/custresource/CustAdoResExt.c ... &lt;br/&gt;Compiling plutommi/Customer/custresource/CustMenuRes.c ... &lt;br/&gt;Compiling plutommi/Customer/custresource/CustStrMap.c ... &lt;br/&gt;"plutommi\Customer\custresource\CustStrMap.c", line 3: Warning: C2299E: Initialiser list must &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;contain at least one expression &lt;br/&gt;"plutommi\Customer\custresource\CustStrMap.c", line 3: Serious error: C2435E: uninitialised &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;static [] arrays illegal &lt;br/&gt;"plutommi\Customer\custresource\CustStrMap.c", line 5: Warning: C2299E: Initialiser list must &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;contain at least one expression &lt;br/&gt;"plutommi\Customer\custresource\CustStrMap.c", line 5: Serious error: C2435E: uninitialised &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;static [] arrays illegal &lt;br/&gt;plutommi\Customer\custresource\CustStrMap.c: 2 warnings, 0 errors, 2 serious errors &lt;br/&gt;tools\make.exe[1]: *** [CustStrMap.obj] Error 1 &lt;br/&gt;tools\make.exe[1]: Leaving directory `E:/MT25_081207_N' &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6c3ff523-01f6-4380-ae56-c2eb3f8ca3bd] --&gt;</description>
      <pubDate>Fri, 18 Sep 2009 08:45:25 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49730</guid>
      <dc:date>2009-09-18T08:45:25Z</dc:date>
      <clearspace:dateToText>2 months, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>make sis File with Codewarrior</title>
      <link>http://developer.sonyericsson.com/community/thread/4416</link>
      <description>&lt;!-- [DocumentBodyStart:c4fd2664-e7c5-43d5-937f-61dd7663a860] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;how can I make,&lt;/p&gt;&lt;p&gt;a sis file with&lt;/p&gt;&lt;p&gt;the codewarrior?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In any example there is a .app and&lt;/p&gt;&lt;p&gt;a .rsc file in the .pgk file...&lt;/p&gt;&lt;p&gt;but how can I make this .app &amp;amp; .rsc&amp;nbsp; file?&lt;/p&gt;&lt;p&gt;(I haven`t a GUI in my programm,&lt;/p&gt;&lt;p&gt;only a console)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;does anybody knows this problem?&lt;/p&gt;&lt;p&gt;Thanks a lot!!&lt;/p&gt;&lt;p&gt;Leo&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c4fd2664-e7c5-43d5-937f-61dd7663a860] --&gt;</description>
      <pubDate>Fri, 16 Jan 2004 10:31:35 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/4416</guid>
      <dc:date>2004-01-16T10:31:35Z</dc:date>
      <clearspace:dateToText>5 years, 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>转自爽 陈：这种“手机盲打输入法”，请问能否在塞班系统上实现？</title>
      <link>http://developer.sonyericsson.com/community/thread/49499</link>
      <description>&lt;!-- [DocumentBodyStart:c47303ee-ee3a-451e-a3bc-b60d0c53bde9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;这是一个提问帖，应该发在讨论版而不是wiki中，我帮爽 陈网友转过来&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;第一：请问能不能实现？  原因是什么？&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;第二：如果实现的话，那么该方法的优点是什么？&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;第三：缺点是什么？&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;如附件中的图。&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="http://developer.sonyericsson.com/community/servlet/JiveServlet/showImage/2-127620-1583/%E6%89%8B%E6%9C%BA%E7%9B%B2%E6%89%93%E8%BE%93%E5%85%A5%E6%B3%955.jpg"&gt;&lt;img alt="手机盲打输入法5.jpg" class="jive-image" src="http://developer.sonyericsson.com/community/servlet/JiveServlet/downloadImage/2-127620-1583/%E6%89%8B%E6%9C%BA%E7%9B%B2%E6%89%93%E8%BE%93%E5%85%A5%E6%B3%955.jpg"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c47303ee-ee3a-451e-a3bc-b60d0c53bde9] --&gt;</description>
      <pubDate>Sun, 23 Aug 2009 12:46:48 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49499</guid>
      <dc:date>2009-08-23T12:46:48Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>P910i bug #2</title>
      <link>http://developer.sonyericsson.com/community/thread/18315</link>
      <description>&lt;!-- [DocumentBodyStart:c1a08156-951a-4eb5-9bcf-b3269e90333c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Display.getColor() doesn`t work correctly. This bug is not too serious in itself, but it's so obious that it raises questions about QA procedures at SonyEricsson.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Again, code has been a little mangled by the Forum.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:bfcd7a4c-540d-4283-83c5-55305727e77f]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code"&gt;
/*Demonstrates how Display.getColor() doesn't work correctly. Not too serious a bug, but I can't imagine how this one wasn't caught by QA?!?*/

/*Sun's emulator and [quot][/quot]P910 emulator[quot][/quot] return: 16777215, 0, 11513775, 0, 16777215, 6316128
 *Acutal P910i returns: 0, 0, 0, 0, 0, 0*/

import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;

public class Test extends MIDlet {

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;private Display display;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;private Form form;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;public void startApp() {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;display=Display.getDisplay(this);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;String result=new String(
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[quot][/quot]\nBackground: [quot][/quot] + display.getColor(Display.COLOR_BACKGROUND) +
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[quot][/quot]\nForeground: [quot][/quot] + display.getColor(Display.COLOR_FOREGROUND) +
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[quot][/quot]\nBorder: [quot][/quot] + display.getColor(Display.COLOR_BORDER) +
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[quot][/quot]\nHi background: [quot][/quot] + display.getColor(Display.COLOR_HIGHLIGHTED_BACKGROUND) +
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[quot][/quot]\nHi foreground: [quot][/quot] + display.getColor(Display.COLOR_HIGHLIGHTED_FOREGROUND) +
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[quot][/quot]\nHi border: [quot][/quot] + display.getColor(Display.COLOR_HIGHLIGHTED_BORDER)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;form=new Form([quot][/quot]Bug #2 demo[quot][/quot]);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;form.append(new StringItem([quot][/quot]Color codes: [quot][/quot], result));
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;display.setCurrent(form);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;public void pauseApp() {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;public void destroyApp(boolean unconditional) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
}
&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:bfcd7a4c-540d-4283-83c5-55305727e77f]--&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c1a08156-951a-4eb5-9bcf-b3269e90333c] --&gt;</description>
      <pubDate>Tue, 12 Apr 2005 03:41:58 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/18315</guid>
      <dc:date>2005-04-12T03:41:58Z</dc:date>
      <clearspace:dateToText>4 years, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>GPRS网络下采用UDP发送数据</title>
      <link>http://developer.sonyericsson.com/community/thread/49511</link>
      <description>&lt;!-- [DocumentBodyStart:3674d8c2-ece3-42bd-ba3e-6324a4d3aa27] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;mobile 6.5的系统，想在手机端发送一些数据到电脑端。 采用UDP来通信。 如果手机采用cmnet上网没有问题可以正常通讯。&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;但如果手机采用cmwap上网却失败，电脑端收不到数据，请问是怎么回事？谢谢&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3674d8c2-ece3-42bd-ba3e-6324a4d3aa27] --&gt;</description>
      <pubDate>Wed, 26 Aug 2009 03:12:52 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49511</guid>
      <dc:date>2009-08-26T03:12:52Z</dc:date>
      <clearspace:dateToText>2 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>如何安装里面游戏和其他应用程序(需要详细答案)</title>
      <link>http://developer.sonyericsson.com/community/thread/43308</link>
      <description>&lt;!-- [DocumentBodyStart:6224fc1e-05c9-4b84-9f37-45d8e6bc5324] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;我的K750C里只有两个游戏我该不知如何安装游戏呢..还有我的好多朋友把词典和其他应用工具都安装了..这手机也可以安装吗?..那位高手能帮忙啊..&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6224fc1e-05c9-4b84-9f37-45d8e6bc5324] --&gt;</description>
      <pubDate>Mon, 04 Feb 2008 08:31:41 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/43308</guid>
      <dc:date>2008-02-04T08:31:41Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>RAW-IR or full IrDA</title>
      <link>http://developer.sonyericsson.com/community/thread/49992</link>
      <description>&lt;!-- [DocumentBodyStart:857007d7-ca14-4de2-8603-4861da16f5cb] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Is it possible to send AT modem commands to the IR-port just using the RAW-IR solution (only IrDA Phyiscal layer to replace Serial cable by IR), to lets say a W800i mobile ?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Or is IrDA (full IrDA protocol implementation) required ?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Which IrDA application protocol, IrCOMM/IrOBEX/IrLPT would be needed ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:857007d7-ca14-4de2-8603-4861da16f5cb] --&gt;</description>
      <pubDate>Tue, 03 Nov 2009 19:27:49 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49992</guid>
      <dc:date>2009-11-03T19:27:49Z</dc:date>
      <clearspace:dateToText>2 weeks, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>J2ME &amp; JPEG Format</title>
      <link>http://developer.sonyericsson.com/community/thread/48241</link>
      <description>&lt;!-- [DocumentBodyStart:72075157-5ee9-4c68-968d-ad7bf96b5725] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi! I would like to know if it's possible for me to save the picture I have taken with the camera as a JPEG image. If not, is there any PNG to JPEG encoder? Secondly, does native PNG files support EXIF tags? I want to build an application that inserts tags to an image that was taken with the camera. I've already done the camera part and I successfully get the picture taken to be displayed on the screen (in PNG format).&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:72075157-5ee9-4c68-968d-ad7bf96b5725] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">j2me</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">jpeg</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">tags</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">png</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">image</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">camera</category>
      <pubDate>Sat, 07 Feb 2009 12:53:25 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48241</guid>
      <dc:date>2009-02-07T12:53:25Z</dc:date>
      <clearspace:dateToText>2 weeks, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>请问索爱的手机支持通过Java程序向自身发送AT指令吗？</title>
      <link>http://developer.sonyericsson.com/community/thread/49610</link>
      <description>&lt;!-- [DocumentBodyStart:7ef4f6a2-9796-41b3-b314-e78039c78150] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;    我很想通过J2ME程序向手机发送AT指令，请问在索爱系列的手机能实现吗，如果可以实现，怎么实现呢，谢谢！&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7ef4f6a2-9796-41b3-b314-e78039c78150] --&gt;</description>
      <pubDate>Wed, 02 Sep 2009 17:46:49 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49610</guid>
      <dc:date>2009-09-02T17:46:49Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Play sound on P900</title>
      <link>http://developer.sonyericsson.com/community/thread/28038</link>
      <description>&lt;!-- [DocumentBodyStart:add0ea0c-b3ba-4186-9fb0-1e4cb82a3048] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I try to play a WAV file in P900 during an active voice call (the trigger for playing the file is that call status is RCall::EStatusConnected).&lt;/p&gt;&lt;p&gt;What happens is nothing , &lt;/p&gt;&lt;p&gt;the application doesnt fall ,&lt;/p&gt;&lt;p&gt;but no sound is played.&lt;/p&gt;&lt;p&gt;I confirmed that all the relevant CPlayAudio methods are called including the line iAudioPlayer-&amp;gt;Play(); inside MapcInitComplete.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Why isn't the WAV being played ?&lt;/p&gt;&lt;p&gt;Please advice ,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:3f924448-9a73-4164-b7ba-0c38f96f6852]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code"&gt;
//in Active class , when voice call is active after being answered.
player = CPlayAudio::NewL(_L("c:\\system\\data\\voice.wav")); 

//implementation
CPlayAudio* CPlayAudio::NewL(const TDesC&amp;amp; aFile)
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; CPlayAudio* self = new(ELeave) CPlayAudio;
&amp;nbsp;&amp;nbsp;&amp;nbsp; CleanupStack::PushL(self);
&amp;nbsp;&amp;nbsp;&amp;nbsp; self-&amp;gt;ConstructL(aFile);
&amp;nbsp;&amp;nbsp;&amp;nbsp; CleanupStack::Pop();
&amp;nbsp;&amp;nbsp;&amp;nbsp; return self;
}
void CPlayAudio::ConstructL(const TDesC&amp;amp; aFile)
{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;iAudioPlayer = 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;CMdaAudioPlayerUtility::NewFilePlayerL(aFile,*this,80,(TMdaPriorityPreference)EMdaPriorityPreferenceTimeAndQuality);
}

void CPlayAudio::MapcInitComplete(TInt aError, const TTimeIntervalMicroSeconds&amp;amp; aDuration)
{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (aError == KErrNone)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;iAudioPlayer-&amp;gt;SetVolume(iAudioPlayer-&amp;gt;MaxVolume());
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//TTimeIntervalMicroSeconds interval(0);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//iAudioPlayer-&amp;gt;SetRepeats(20,interval);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;iAudioPlayer-&amp;gt;Play();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;else
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{Stop();}
}

void CPlayAudio::Stop()
{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;iAudioPlayer-&amp;gt;Stop();
}

void CPlayAudio::MapcPlayComplete(TInt aError){}&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:3f924448-9a73-4164-b7ba-0c38f96f6852]--&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:add0ea0c-b3ba-4186-9fb0-1e4cb82a3048] --&gt;</description>
      <pubDate>Mon, 22 May 2006 23:30:49 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/28038</guid>
      <dc:date>2006-05-22T23:30:49Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Unable to invoke native walkman player with platformRequest call for W705 device</title>
      <link>http://developer.sonyericsson.com/community/thread/49901</link>
      <description>&lt;!-- [DocumentBodyStart:93e6ac63-d512-465b-8b10-2553006c848a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am new to j2me development. My application requires to play an audio file on native walkman player.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;private void playAudio() {&lt;br/&gt;        try {&lt;br/&gt;            if(!platformRequest("file:///c:/Music/Ringtones/DongaDonga.mp3")); // Sony Ericsson W705 file path&lt;br/&gt;                        System.out.println(" ** platformRequest is successfully called ");&lt;br/&gt;        } catch (ConnectionNotFoundException ex) {&lt;br/&gt;            ex.printStackTrace();&lt;br/&gt;        }&lt;br/&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When i tried the above code on Sony Ericsson W705, println method is called successfully but no player is invoked and nothing happened.&lt;/p&gt;&lt;p&gt;I tried the same code on Nokia E61 with a change in file path and it is working perfectly fine. Whats wrong for W705?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please Help!!!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:93e6ac63-d512-465b-8b10-2553006c848a] --&gt;</description>
      <pubDate>Tue, 20 Oct 2009 10:51:04 GMT</pubDate>
      <author>shankar_vn@hotmail.com</author>
      <guid>http://developer.sonyericsson.com/community/thread/49901</guid>
      <dc:date>2009-10-20T10:51:04Z</dc:date>
      <clearspace:dateToText>1 month, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>基于索爱FlashUI组件的智力游戏SmilesOn</title>
      <link>http://developer.sonyericsson.com/community/thread/49902</link>
      <description>&lt;!-- [DocumentBodyStart:42b5ddae-661f-4bdd-b385-be0ded44874b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;大家好，我基于索爱提供的FlashUI组件做了个小游戏，叫SmilesOn，&lt;/p&gt;&lt;p&gt;放在酷炫新Show比赛里面了。&lt;/p&gt;&lt;p&gt;因为没有索爱的真机，所以只在Adobe Device Central CS4里测试了&lt;/p&gt;&lt;p&gt;界面大小，布局及运行效果等，希望有索爱真机的朋友在真机环境里&lt;/p&gt;&lt;p&gt;帮忙测试下这个小游戏的真实使用效果，也欢迎提出改进的意见，谢谢！&lt;/p&gt;&lt;p&gt;这是这个游戏的简单演示视频地址：&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://v.youku.com/v_show/id_XMTI2NjQ2NDUy.html"&gt;http://v.youku.com/v_show/id_XMTI2NjQ2NDUy.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;顺便贴下这个游戏的界面贴图：&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:42b5ddae-661f-4bdd-b385-be0ded44874b] --&gt;</description>
      <pubDate>Tue, 20 Oct 2009 14:53:07 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49902</guid>
      <dc:date>2009-10-20T14:53:07Z</dc:date>
      <clearspace:dateToText>2 weeks, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Don't Use semc.news Email</title>
      <link>http://developer.sonyericsson.com/community/thread/3158</link>
      <description>&lt;!-- [DocumentBodyStart:ea1c5fb2-763c-41a3-aa42-78c922a7b2ec] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Folks,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;FYI&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The semc.news address is valid, but I do not monitor this address. If you send a question to that address, the odds are it will never be answered. On rare occasions I will notice something that needs attention, but more often than not it is lost in the blizzard of SPAM and non-technical postings that show up at that account. I may look at that once a week at BEST, sometimes not for a month.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, if you`ve got a question, you`ll get better response here in the public forum. I can PROMISE that except for unusual circumstances, every message here is read by me. If there's no response it's because I haven't got an answer, not because you're being ignored. (And, having said that, being human I do occasionally miss something, so feel free to remind me if you think I have missed something.)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Jim&lt;/p&gt;&lt;p&gt;Sony Ericsson Developer Support&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ea1c5fb2-763c-41a3-aa42-78c922a7b2ec] --&gt;</description>
      <pubDate>Mon, 08 Sep 2003 14:50:25 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/3158</guid>
      <dc:date>2003-09-08T14:50:25Z</dc:date>
      <clearspace:dateToText>6 years, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>where goes the dll with JNIK code?</title>
      <link>http://developer.sonyericsson.com/community/thread/18682</link>
      <description>&lt;!-- [DocumentBodyStart:6db7c061-d014-4743-9bd6-edb0faa4f6bb] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;i`ve compiled successfully the infoprint1 example (but writing a .mmp on my own), now when i lauch the pjava_g i get an error message from the VM, that it can't find the library. With a messege &lt;a class="jive-link-external-small" href="quot"&gt;quot&lt;/a&gt;[/quot]can't find librabry in shared paths[quot][/quot]&lt;/p&gt;&lt;p&gt; Nor -Djava.library.path, solved my problem...somebody could help mi please!!SOmebody can get wworking under emulator their JNI dlls?&lt;/p&gt;&lt;p&gt;Andrew&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6db7c061-d014-4743-9bd6-edb0faa4f6bb] --&gt;</description>
      <pubDate>Mon, 09 May 2005 09:31:14 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/18682</guid>
      <dc:date>2005-05-09T09:31:14Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Access Device's native Volume Controller</title>
      <link>http://developer.sonyericsson.com/community/thread/49932</link>
      <description>&lt;!-- [DocumentBodyStart:78e7f690-27ce-44ac-9409-d3968443e8b2] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hi frnd&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;can i use device's native volume controller in my application to control volume of songs or video.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:78e7f690-27ce-44ac-9409-d3968443e8b2] --&gt;</description>
      <pubDate>Mon, 26 Oct 2009 05:41:21 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49932</guid>
      <dc:date>2009-10-26T05:41:21Z</dc:date>
      <clearspace:dateToText>3 weeks, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>createRGBImage with alpha on the K700i</title>
      <link>http://developer.sonyericsson.com/community/thread/37158</link>
      <description>&lt;!-- [DocumentBodyStart:939e64cf-06ce-4620-8b45-0efdc8c8423a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am trying to support general alpha values on the k700i using the MIDP 2.0 API. I am using createRGBImage on processed pixel values. However, I am having a problem where if the alpha value is not 0 or 255 there is a chance the image will be corrupted (as if the pixel format was wrong). This only happens on the phone. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I use drawRGB with the pixel data directly it works fine. However, drawRGB is much slower then createRGBImage so I would like to find a way to have it work.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have tried many things: added a sleep after the createRGB call in case the paint was occuring before the image was actually created, removed all backbuffers, tried using drawImage and drawRegion...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also, on the phone it seems that after many calls the function starts to work perfectly which is rather strange. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would like to know if createRGBImage is broken on the k700i? Has anyone else encountered this before?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:939e64cf-06ce-4620-8b45-0efdc8c8423a] --&gt;</description>
      <pubDate>Thu, 14 Dec 2006 19:53:24 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/37158</guid>
      <dc:date>2006-12-14T19:53:24Z</dc:date>
      <clearspace:dateToText>2 years, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Get keylock state</title>
      <link>http://developer.sonyericsson.com/community/thread/14323</link>
      <description>&lt;!-- [DocumentBodyStart:a2e7e8d9-eceb-40db-962e-d11c2ca9f812] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;We develop a app which can do something by hotkey(like SCap), but we found the hotkey may also functional when the key is locked.&amp;nbsp; In Series60 Symbian phone, we can use RAknKeyLock class to get the keylock state, so we can disable hotkey function when key is locked.&amp;nbsp; How do we do this on P800/P900?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a2e7e8d9-eceb-40db-962e-d11c2ca9f812] --&gt;</description>
      <pubDate>Wed, 04 Aug 2004 07:05:59 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/14323</guid>
      <dc:date>2004-08-04T07:05:59Z</dc:date>
      <clearspace:dateToText>2 years, 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>How to get IMSI programmatically using C++?</title>
      <link>http://developer.sonyericsson.com/community/thread/4260</link>
      <description>&lt;!-- [DocumentBodyStart:ad4a911a-f0a3-42c8-a43e-0e09f2d4e6d0] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone know how I can programmatically get the IMSI of a subscriber on a P800/P900. I was able to do this on Series60 as follows:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;//----&lt;/p&gt;&lt;hr originalText="-------"/&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;RTelServer server;&lt;/p&gt;&lt;p&gt;CleanupClosePushL(server);&lt;/p&gt;&lt;p&gt;User::LeaveIfError(server.Connect());&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// load in the phone device driver&lt;/p&gt;&lt;p&gt;User::LeaveIfError(server.LoadPhoneModule(KTsyName)); // &amp;amp;#034;phonetsy.tsy"&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;RAdvGsmPhone phone;&lt;/p&gt;&lt;p&gt;User::LeaveIfError(phone.Open(server, info.iName));&lt;/p&gt;&lt;p&gt;CleanupClosePushL(phone);&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// get IMSI from SIM&lt;/p&gt;&lt;p&gt;MAdvGsmPhoneInformation::TSubscriberId subscriber; &lt;/p&gt;&lt;p&gt;User::LeaveIfError(phone.GetSubscriberId(subscriber));&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;CSTACK_POPD(); // phone&lt;/p&gt;&lt;p&gt;CSTACK_POPD(); // server&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;//----&lt;/p&gt;&lt;hr originalText="-------"/&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I notice that `etel.h' is not present in the SDK and from what I have read in this forum, they have only provided 'Etel3rdParty.h' which (sigh) does not give me access to the IMSI.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone have any suggestions?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Mike&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ad4a911a-f0a3-42c8-a43e-0e09f2d4e6d0] --&gt;</description>
      <pubDate>Tue, 06 Jan 2004 09:01:43 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/4260</guid>
      <dc:date>2004-01-06T09:01:43Z</dc:date>
      <clearspace:dateToText>1 year, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Some bugs of W810i (R4DB005)</title>
      <link>http://developer.sonyericsson.com/community/thread/32778</link>
      <description>&lt;!-- [DocumentBodyStart:dfaf91a9-bf48-479b-8ec0-474b5ea53a30] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;1. There is a bug when plaing VBR mp3s in the player. Progress bar shows strange values of plaing progress. Sometimes it show about 5% of the song when it is played about the end and sometimes the progress about 100% when a song only starting the playing.&lt;/p&gt;&lt;p&gt;&lt;span&gt;2. When i visit the page &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://climate.sergiusd.ru/"&gt;http://climate.sergiusd.ru/&lt;/a&gt;&lt;span&gt; using internal web brouser it always crashing the phone, the screen is blank white and then the phone restarts.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;3. It's not a bug but I think it may be more correct to append mp3s to playlist orering not only bu song title, but albom name first. I don't like when I alboms mixed in playlist.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And another question is about Settings/Connectivity/Internet settings/Security/Client certificates. What is it? And how certificates can be appended here? Is it possible to use this certificate to manage security of Java applications? If not how can be Java certificate appended?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dfaf91a9-bf48-479b-8ec0-474b5ea53a30] --&gt;</description>
      <pubDate>Fri, 22 Sep 2006 20:47:48 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/32778</guid>
      <dc:date>2006-09-22T20:47:48Z</dc:date>
      <clearspace:dateToText>3 years, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Distance Measurement via the autofocus in camera</title>
      <link>http://developer.sonyericsson.com/community/thread/50083</link>
      <description>&lt;!-- [DocumentBodyStart:3667b878-63d0-493b-ad77-dc7f5bf7d9a8] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;Is it possible to obtain information from the hardware (camera,gyro,gps e.t.c.) to measure distance?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would like to make a simple measuring while previewing in the camera and possibly superimpose information onto the screen.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can very well understand if it is quite hard. Any thoughts on this appreciated&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;Thomas&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3667b878-63d0-493b-ad77-dc7f5bf7d9a8] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2095">x10</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2095">screen</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2095">camera</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2095">hardware</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2095">distance</category>
      <pubDate>Fri, 13 Nov 2009 14:45:08 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50083</guid>
      <dc:date>2009-11-13T14:45:08Z</dc:date>
      <clearspace:dateToText>1 week, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>JavaME, Xperia X2, JSR226...</title>
      <link>http://developer.sonyericsson.com/community/thread/49836</link>
      <description>&lt;!-- [DocumentBodyStart:0a0b8965-a692-47f5-b521-62364fc887c6] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Can you confirm the lack of JSR226 on Xperia X2?&lt;/p&gt;&lt;p&gt;thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0a0b8965-a692-47f5-b521-62364fc887c6] --&gt;</description>
      <pubDate>Sun, 11 Oct 2009 13:21:12 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49836</guid>
      <dc:date>2009-10-11T13:21:12Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>how to install a java Application in sony ericsson K510i</title>
      <link>http://developer.sonyericsson.com/community/thread/49653</link>
      <description>&lt;!-- [DocumentBodyStart:c352ed09-95d9-4b4d-8a32-8992738736dc] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;tell&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c352ed09-95d9-4b4d-8a32-8992738736dc] --&gt;</description>
      <pubDate>Tue, 08 Sep 2009 17:14:36 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49653</guid>
      <dc:date>2009-09-08T17:14:36Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Voice Recognition in J2ME Game/App</title>
      <link>http://developer.sonyericsson.com/community/thread/49407</link>
      <description>&lt;!-- [DocumentBodyStart:3ed81c49-4dac-4563-91ce-1306c3e426d4] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Could you please help me or did any one tried how to handle voice commands/events in the game/app as an alternative way of using key events(keyPressed()).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please share me the info incase if you have any docs, sample apps, tools, api etc.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Your help is very much appreciated and thanks in advance.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Best Regards,&lt;/p&gt;&lt;p&gt;-Stars5&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3ed81c49-4dac-4563-91ce-1306c3e426d4] --&gt;</description>
      <pubDate>Mon, 03 Aug 2009 09:56:40 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49407</guid>
      <dc:date>2009-08-03T09:56:40Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Java ME SDK on Linux ?</title>
      <link>http://developer.sonyericsson.com/community/thread/48866</link>
      <description>&lt;!-- [DocumentBodyStart:0943e0df-775e-49d2-bbca-b9958620c446] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm trying to start learning to develop applications for Java  ME and I've searched all SonyEricson site for information about a posibilty to install the SDK on Linux.&lt;/p&gt;&lt;p&gt;From the release notes I see that it supports only Windows XP but beeing a mainly Java application I hope that at least some parts may work on Linux. Has anyone tried to run the SDK on Linux, and if yes with what success ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0943e0df-775e-49d2-bbca-b9958620c446] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">linux</category>
      <pubDate>Sun, 05 Apr 2009 06:50:16 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48866</guid>
      <dc:date>2009-04-05T06:50:16Z</dc:date>
      <clearspace:dateToText>7 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>如何判断手机unlock的这种状态呢？</title>
      <link>http://developer.sonyericsson.com/community/thread/49856</link>
      <description>&lt;!-- [DocumentBodyStart:131b423e-b2e6-42aa-ae5f-bff5fdfeca9d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;我想实现 Java 程序能够判断手机的解锁这种状态，给用户提示信息。&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;请问如何实现呢？&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:131b423e-b2e6-42aa-ae5f-bff5fdfeca9d] --&gt;</description>
      <pubDate>Sat, 10 Oct 2009 06:01:28 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49856</guid>
      <dc:date>2009-10-10T06:01:28Z</dc:date>
      <clearspace:dateToText>1 month, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>j2me multipart file upload-  Getting Error</title>
      <link>http://developer.sonyericsson.com/community/thread/46901</link>
      <description>&lt;!-- [DocumentBodyStart:f43a1889-4d6f-42d5-8e4d-8d63fe2a91e0] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;amp;lt;code&amp;amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;/*****************************************************************************&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; Description: MIDlet class posting a file to a web server using a HttpConnection.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A Gauge is used as progress bar during the upload.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; Created By: Oscar Vivall 2006-10-06&lt;/p&gt;&lt;p&gt; @file&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PostFile.java&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; COPYRIGHT All rights reserved Sony Ericsson Mobile Communications AB 2004.&lt;/p&gt;&lt;p&gt; The software is the copyrighted work of Sony Ericsson Mobile Communications AB.&lt;/p&gt;&lt;p&gt; The use of the software is subject to the terms of the end-user license &lt;/p&gt;&lt;p&gt; agreement which accompanies or is included with the software. The software is &lt;/p&gt;&lt;p&gt; provided "as is" and Sony Ericsson specifically disclaim any warranty or &lt;/p&gt;&lt;p&gt; condition whatsoever regarding merchantability or fitness for a specific &lt;/p&gt;&lt;p&gt; purpose, title or non-infringement. No warranty of any kind is made in &lt;/p&gt;&lt;p&gt; relation to the condition, suitability, availability, accuracy, reliability, &lt;/p&gt;&lt;p&gt; merchantability and/or non-infringement of the software provided herein.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; *****************************************************************************/&lt;/p&gt;&lt;p&gt;package com.mpbx;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;import javax.microedition.midlet.*;&lt;/p&gt;&lt;p&gt;import javax.microedition.lcdui.*;&lt;/p&gt;&lt;p&gt;import javax.microedition.io.*;&lt;/p&gt;&lt;p&gt;import java.io.*;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;public class PostFile extends MIDlet implements Runnable, CommandListener{&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; private final String FILE = "/image.jpg";&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; private final String URL = "&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://localhost/post.php&amp;quot;;"&gt;http://localhost/post.php";&lt;/a&gt;&lt;span&gt; // change this to a valit page.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; private final String CrLf = "\r\n";&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; private Form form = null;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; private Gauge gauge = null;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; private Command exitCommand;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; private Command uploadCommand;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public PostFile(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; form = new Form("Upload File");&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gauge = new Gauge("Progress:", true, 100, 0);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; form.append(gauge);&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exitCommand = new Command("Exit", Command.EXIT, 0);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uploadCommand = new Command("Upload", Command.SCREEN, 0);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; form.addCommand(exitCommand);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; form.addCommand(uploadCommand);&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; form.setCommandListener(this);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public void startApp() {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Display.getDisplay(this).setCurrent(form);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public void pauseApp() {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public void destroyApp(boolean unconditional) {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void progress(int total, int current){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int percent = (int) (100 * ((float)current/(float)total));&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gauge.setValue(percent);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public void run() {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; httpConn();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void httpConn(){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HttpConnection conn = null;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OutputStream os = null;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InputStream is = null;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; try{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println("url:" + URL);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; conn = (HttpConnection)Connector.open(URL);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; conn.setRequestMethod(HttpConnection.POST);&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String postData = "";&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InputStream imgIs = getClass().getResourceAsStream(FILE);&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte []imgData = new byte[&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://imgIs.available()|http://imgIs.available"&gt;http://imgIs.available()|http://imgIs.available&lt;/a&gt;&lt;span&gt;()];&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; imgIs.read(imgData);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String message1 = "";&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; message1 += "----&lt;/p&gt;&lt;hr originalText="------------------------"/&gt;&lt;p&gt;4664151417711" + CrLf;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; message1 += "Content-Disposition: form-data; name=\"uploadedfile\"; filename=\"" + FILE + "\"" + CrLf;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; message1 += "Content-Type: image/jpeg" + CrLf;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; message1 += CrLf;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // the image is sent between the messages ni the multipart message.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String message2 = "";&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; message2 += CrLf + "--&lt;del&gt;&lt;hr originalText="------------------------"/&gt;4664151417711&lt;/del&gt;" + CrLf;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; conn.setRequestProperty("Content-Type", "multipart/form-data; boundary=----&lt;/p&gt;&lt;hr originalText="----------------------"/&gt;&lt;p&gt;4664151417711");&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // might not need to specify the content-length when sending chunked data.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // conn.setRequestProperty("Content-Length", String.valueOf((message1.length() + message2.length() + imgData.length)));&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println("open os");&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; os = conn.openOutputStream();&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println(message1);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; os.write(message1.getBytes());&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // SEND THE IMAGE&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int index = 0;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int size = 1024;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; do{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println("write:" + index);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if((index+size)&amp;amp;gt;imgData.length){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; size = imgData.length - index; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; os.write(imgData, index, size);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; index+=size;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; progress(imgData.length, index); // update the progress bar.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }while(index&amp;amp;lt;imgData.length);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println("written:" + index);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println(message2);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; os.write(message2.getBytes());&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; os.flush();&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println("open is");&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is = conn.openInputStream();&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; char buff = 512;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int len;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte []data = new byte[buff];&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; do{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println("READ");&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; len = is.read(data);&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(len &amp;amp;gt; 0){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println(new String(data, 0, len));&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }while(len&amp;amp;gt;0);&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println("DONE");&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }catch(Exception e){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.printStackTrace();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }finally{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println("Close connection");&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; try{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; os.close();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }catch(Exception e){}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; try{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is.close();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }catch(Exception e){}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; try{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; conn.close();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }catch(Exception e){}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public void commandAction(javax.microedition.lcdui.Command command, javax.microedition.lcdui.Displayable displayable) {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(command == exitCommand){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.notifyDestroyed();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }else if(command == uploadCommand){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; new Thread(this).start();&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;amp;lt;/code&amp;amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I run this I get the error below...SOmeone please suggest me..&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt; url:&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://localhost/post.php"&gt;http://localhost/post.php&lt;/a&gt;&lt;/p&gt;&lt;p&gt;java.lang.NullPointerException&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.mpbx.PostFile.httpConn(PostFile.java:85)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.mpbx.PostFile.run(PostFile.java:68)&lt;/p&gt;&lt;p&gt;Close connection&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f43a1889-4d6f-42d5-8e4d-8d63fe2a91e0] --&gt;</description>
      <pubDate>Thu, 23 Oct 2008 05:34:37 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/46901</guid>
      <dc:date>2008-10-23T05:34:37Z</dc:date>
      <clearspace:dateToText>1 year, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Unable to install a signed midlet on Sony Ericsson S302 phone</title>
      <link>http://developer.sonyericsson.com/community/thread/49368</link>
      <description>&lt;!-- [DocumentBodyStart:719d0aa7-625a-42b3-bf4b-9614c6685d82] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have a simple signed midlet that sends an SMS and requires messaging permissions. I have installed/tested the midlet on k550i and w580i using USB and it seems to work perfectly fine.&lt;/p&gt;&lt;p&gt;Now I want to install the same midlet on S302. Since I am unable to connect to the phone using either device explorer or the pc suite I am trying to install the midlet OTA. When I do that, the phone thinks the midlet is not signed and doesnt install it. I have signed the midlet with Thawte certificate and I have checked S302 and it has a Thawte certificate on it. Please advise. If needed I can post the jar/jad file here.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Vikas&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:719d0aa7-625a-42b3-bf4b-9614c6685d82] --&gt;</description>
      <pubDate>Tue, 28 Jul 2009 20:22:42 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49368</guid>
      <dc:date>2009-07-28T20:22:42Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>如何刷机呀。我的机子是索爱P3I，好像是S60的，请斑竹指点哈</title>
      <link>http://developer.sonyericsson.com/community/thread/50041</link>
      <description>&lt;!-- [DocumentBodyStart:8a876dca-49f2-4e32-8930-59ec7088c3c3] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;问题如上&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8a876dca-49f2-4e32-8930-59ec7088c3c3] --&gt;</description>
      <pubDate>Tue, 10 Nov 2009 07:20:21 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/50041</guid>
      <dc:date>2009-11-10T07:20:21Z</dc:date>
      <clearspace:dateToText>1 week, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Is Mascot Engine free of charge?</title>
      <link>http://developer.sonyericsson.com/community/thread/19552</link>
      <description>&lt;!-- [DocumentBodyStart:f1e01a05-0c7f-4362-a901-2b84f46f33fa] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Is it free to use Mascot Capsule engine for commercial projects?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f1e01a05-0c7f-4362-a901-2b84f46f33fa] --&gt;</description>
      <pubDate>Fri, 22 Jul 2005 04:36:27 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/19552</guid>
      <dc:date>2005-07-22T04:36:27Z</dc:date>
      <clearspace:dateToText>4 years, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>JSR-82</title>
      <link>http://developer.sonyericsson.com/community/thread/12238</link>
      <description>&lt;!-- [DocumentBodyStart:35dd335d-932c-4aaf-9f3b-4bc5b0a203f0] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Will any of the K700,S700,Z500 or other new phones support bluetooth via Java?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:35dd335d-932c-4aaf-9f3b-4bc5b0a203f0] --&gt;</description>
      <pubDate>Wed, 21 Apr 2004 06:26:39 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/12238</guid>
      <dc:date>2004-04-21T06:26:39Z</dc:date>
      <clearspace:dateToText>5 years, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>j2me连网线程，如何获得返回值！</title>
      <link>http://developer.sonyericsson.com/community/thread/49199</link>
      <description>&lt;!-- [DocumentBodyStart:d48de727-bdb5-4b36-889c-b5245e99a28b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;比如代码如下&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;public class outer &lt;br/&gt;{ &lt;br/&gt;    private String result;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;    public outer() &lt;br/&gt;  { &lt;br/&gt;      Thread t = new Thread(new inner ()); &lt;br/&gt;      t.start(); &lt;br/&gt;  }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;class inner implements Runnable &lt;br/&gt;{ &lt;br/&gt;  public void run() &lt;br/&gt;  { &lt;br/&gt;      result = "result"; &lt;br/&gt;    }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;如何在另外一类中获得 该类里 result 的 内容？谢谢&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;public void run(){ &lt;br/&gt;&lt;br/&gt;  //在这里面得到的信息 如何 这各类外 获得 返回值？ &lt;br/&gt;&lt;br/&gt;} &lt;br/&gt;&lt;br/&gt;请问各位高手！ &lt;br/&gt;&lt;br/&gt;该类里得到的信息 如何 这各类外 获得 返回值？&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d48de727-bdb5-4b36-889c-b5245e99a28b] --&gt;</description>
      <pubDate>Fri, 12 Jun 2009 09:06:26 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49199</guid>
      <dc:date>2009-06-12T09:06:26Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>P900 emulator and Studio ONE ME v5</title>
      <link>http://developer.sonyericsson.com/community/thread/4993</link>
      <description>&lt;!-- [DocumentBodyStart:3688a929-a23d-4682-9109-a3b5a3b1831a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I am struggling to get the P900 emulator to run with the Studio ONE mobile edition version 5, but so far no sucess. Has anyone been able to acheive this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3688a929-a23d-4682-9109-a3b5a3b1831a] --&gt;</description>
      <pubDate>Fri, 12 Mar 2004 10:51:48 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/4993</guid>
      <dc:date>2004-03-12T10:51:48Z</dc:date>
      <clearspace:dateToText>5 years, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>有没有人知道Sony Ericsson PC Suite备份文件的数据格式阿</title>
      <link>http://developer.sonyericsson.com/community/thread/49204</link>
      <description>&lt;!-- [DocumentBodyStart:0db8ec43-8f33-45b8-abdf-b45ed1fbc419] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;RT&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;由于换了手机系列,原来C702c的备份文件无法恢复到W715c上面去了,而且也没办法看&lt;/p&gt;&lt;p&gt;所以萌生了向要写个程序,至少要能把DBK文件里的数据(主要是联系人)解析出来才行&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;有没有人知道阿,或者参考资料,现成的程序也行&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0db8ec43-8f33-45b8-abdf-b45ed1fbc419] --&gt;</description>
      <pubDate>Sat, 13 Jun 2009 01:48:31 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49204</guid>
      <dc:date>2009-06-13T01:48:31Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>[W910i] Internet Connection via PC</title>
      <link>http://developer.sonyericsson.com/community/thread/42066</link>
      <description>&lt;!-- [DocumentBodyStart:7d0385ba-5ef2-44f3-8a04-bef343f28fbb] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I had set up Bluetooth PAN and success to connect to internet via PC.&lt;/p&gt;&lt;p&gt;However, when I try to connect to internet using USB connection via PC, &lt;/p&gt;&lt;p&gt;connection to PC was successful, but unable to receive data from internet (via PC).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any suggestion to solve this problem?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7d0385ba-5ef2-44f3-8a04-bef343f28fbb] --&gt;</description>
      <pubDate>Thu, 15 Nov 2007 13:53:14 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/42066</guid>
      <dc:date>2007-11-15T13:53:14Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Ray Intersection check direction collision problem</title>
      <link>http://developer.sonyericsson.com/community/thread/23485</link>
      <description>&lt;!-- [DocumentBodyStart:b79f22d7-ad9e-4a09-a5aa-f926bc065af2] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hi all,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i have two object A and B. i want use ray intersection check objectA collision objectB up, down,left,right four direction. Who can tell me method.and then who can tell me ray intersection whether point to point check collision?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Best regards,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Brian &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b79f22d7-ad9e-4a09-a5aa-f926bc065af2] --&gt;</description>
      <pubDate>Wed, 14 Dec 2005 01:46:06 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/23485</guid>
      <dc:date>2005-12-14T01:46:06Z</dc:date>
      <clearspace:dateToText>3 years, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>location entry in CCommsDb</title>
      <link>http://developer.sonyericsson.com/community/thread/3236</link>
      <description>&lt;!-- [DocumentBodyStart:39b116c8-f47f-4806-89e9-5b80e40ae285] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;what is actually stored in the location entry in the CCommsDb? It always seems to have the UK entry (44)!! I assumed wrongly, that the location code received via the GSM would be entered dynamically into it.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anybody know where I can get the GSM country code in which the P800 is working??&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;john&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:39b116c8-f47f-4806-89e9-5b80e40ae285] --&gt;</description>
      <pubDate>Wed, 17 Sep 2003 14:14:21 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/3236</guid>
      <dc:date>2003-09-17T14:14:21Z</dc:date>
      <clearspace:dateToText>6 years, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>problem of installing Helloworld program to W958C</title>
      <link>http://developer.sonyericsson.com/community/thread/45202</link>
      <description>&lt;!-- [DocumentBodyStart:be6fc122-5e91-4489-b2d3-7911e6092635] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I compile a Helloworld program which buildin the UIQ3SDK&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;make sis file,when i install it to W958C,I got an error "protected ID File"&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;first i think it's sign problem&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;but after i use the open signed,it does not work either,and this time i have got no erro but fail.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; please help me thank you very much&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:be6fc122-5e91-4489-b2d3-7911e6092635] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2007">uiq3</category>
      <pubDate>Mon, 16 Jun 2008 11:52:31 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/45202</guid>
      <dc:date>2008-06-16T11:52:31Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>11</clearspace:messageCount>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>请问一下 电脑上怎么样不用PC SUITE,直接发送JAR文件给手机,并自动安装?</title>
      <link>http://developer.sonyericsson.com/community/thread/47492</link>
      <description>&lt;!-- [DocumentBodyStart:70ed50b7-2ed7-418e-8d61-cf64ec64f1ec] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;就是能否在PC上直接编程对手机进行写文件操作,并安装运行? 哪位能回答一下? 谢谢.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:70ed50b7-2ed7-418e-8d61-cf64ec64f1ec] --&gt;</description>
      <pubDate>Mon, 15 Dec 2008 08:15:07 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/47492</guid>
      <dc:date>2008-12-15T08:15:07Z</dc:date>
      <clearspace:dateToText>11 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>c702,W760i开发的j2me 高级界面，列表和菜单在C905，705等会出现问题。</title>
      <link>http://developer.sonyericsson.com/community/thread/46924</link>
      <description>&lt;!-- [DocumentBodyStart:ab9a85eb-463c-4803-aa22-e1685eaf9244] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;1 在c702，w760i可以上下一个个按。&lt;/p&gt;&lt;p&gt;现在在c905 是按住不放，列表才会移动。&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2 在列表的时候，c905的menu（菜单）会出现重复的选项。&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ab9a85eb-463c-4803-aa22-e1685eaf9244] --&gt;</description>
      <pubDate>Sat, 25 Oct 2008 10:36:15 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/46924</guid>
      <dc:date>2008-10-25T10:36:15Z</dc:date>
      <clearspace:dateToText>1 year, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Slow getResponseCode()</title>
      <link>http://developer.sonyericsson.com/community/thread/15623</link>
      <description>&lt;!-- [DocumentBodyStart:2ff00bc4-a59e-45e8-82ac-fdbc3c1ec89e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;In our app, we`ve got a thread getting data via HttpConnection from a servlet.&amp;nbsp; When we check the response code (ie. connection.getResponseCode()), it is taking 40+ (somtimes 80) seconds for this method to return.&amp;nbsp; Is this normal?&amp;nbsp; Are there known issuses with getResponseCode()?&amp;nbsp; We don't see these delays on other phones.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2ff00bc4-a59e-45e8-82ac-fdbc3c1ec89e] --&gt;</description>
      <pubDate>Tue, 12 Oct 2004 12:21:55 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/15623</guid>
      <dc:date>2004-10-12T12:21:55Z</dc:date>
      <clearspace:dateToText>4 years, 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>21</clearspace:messageCount>
      <clearspace:replyCount>20</clearspace:replyCount>
    </item>
    <item>
      <title>索爱C702在j2me中如何获取摄像头预览的时的图片，也就是实现快速拍照。</title>
      <link>http://developer.sonyericsson.com/community/thread/49159</link>
      <description>&lt;!-- [DocumentBodyStart:695a93bd-e29d-469d-a902-49eaea7c3582] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;索爱C702在j2me中如何获取摄像头预览的时的图片，也就是实现快速拍照，并且不需要有拍照声音，目的是不停的对拍照图片进行识别，当识别成功了则退出拍照。&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:695a93bd-e29d-469d-a902-49eaea7c3582] --&gt;</description>
      <pubDate>Thu, 04 Jun 2009 06:49:21 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49159</guid>
      <dc:date>2009-06-04T06:49:21Z</dc:date>
      <clearspace:dateToText>3 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Animation example Link</title>
      <link>http://developer.sonyericsson.com/community/thread/43560</link>
      <description>&lt;!-- [DocumentBodyStart:9a94051a-fb62-4c64-9223-0d070fcef82a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi All&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; can anyone send me a Animation example link for UIQ3.1 .&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank's&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9a94051a-fb62-4c64-9223-0d070fcef82a] --&gt;</description>
      <pubDate>Fri, 22 Feb 2008 06:09:20 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/43560</guid>
      <dc:date>2008-02-22T06:09:20Z</dc:date>
      <clearspace:dateToText>1 year, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>如何J2ME获取手机网络信号强度值，GPS信号强度值</title>
      <link>http://developer.sonyericsson.com/community/thread/48320</link>
      <description>&lt;!-- [DocumentBodyStart:e40a3bca-c4f6-4767-bf0f-16021f078fa8] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;请高手指点，如何在J2ME，用某种方法获取手机网络信号强度值，GPS信号强度值，多谢。&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e40a3bca-c4f6-4767-bf0f-16021f078fa8] --&gt;</description>
      <pubDate>Thu, 12 Feb 2009 02:47:03 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48320</guid>
      <dc:date>2009-02-12T02:47:03Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Unable to connect a JP-8 phone via Connection Proxy 2.5.0.3 on Vista (connection to network interface fails)</title>
      <link>http://developer.sonyericsson.com/community/thread/47801</link>
      <description>&lt;!-- [DocumentBodyStart:6625f6f7-1c84-403f-b0e1-560b37dd0420] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As I have said, I can't connect any JP-8 phone through my connection proxy on Vista. I have K850 and C905 and Connection Proxy fails to connect with any of them. A few months ago everything worked fine, but now for some reason it doesn't.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have attached a log to illustrate what is happening when I try to connect with a phone (right now I'm trying to connect C905). There is a line,&lt;/p&gt;&lt;div class="jive-quote"&gt;&lt;p&gt;getInterfaceAddress: Failed to establish a connection between Connection Proxy and device through TCP IP2. Couldn't get network interface for Sony Ericsson Device 1018 USB Ethernet Emulation (NDIS 5)&lt;/p&gt;&lt;/div&gt;&lt;p&gt; and this line keeps appearing despite my best efforts. I'm sure that the phone settings are fine, USB network is set to "Via computer", Java Developer mode is on, Windows firewall is set up properly, and the phone is perfectly pingable by pinging broadcast address 169.254.255.255. Option "deviceDiscovery.method" in sdkme.properties is set to "ping", however this doesn't help. I installed SDK 2.5.0.2 and tried to connect, now I have even reinstalled entire OS, but I'm still unable to connect.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is it? Some kind of unfortunate update through Windows Update? I have to admit, I didn't try to connect on Vista without any updates installed, but even if it is because of some update, how can I find which one of the dozens of updates is the one that causes it?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've already wasted two days of my life getting this thing working and still no luck. It is a shame to have a phone with support of CPU and memory monitoring and not being able to use this possibilities. If anyone can help me, please, help.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6625f6f7-1c84-403f-b0e1-560b37dd0420] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">sdk</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">connection_proxy</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2001">on_device_debugging</category>
      <pubDate>Tue, 06 Jan 2009 13:32:43 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/47801</guid>
      <dc:date>2009-01-06T13:32:43Z</dc:date>
      <clearspace:dateToText>8 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>12</clearspace:messageCount>
      <clearspace:replyCount>11</clearspace:replyCount>
    </item>
    <item>
      <title>Bluetooth and Java</title>
      <link>http://developer.sonyericsson.com/community/thread/5236</link>
      <description>&lt;!-- [DocumentBodyStart:adcd8c48-e2f7-454d-b202-56587786224f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Will it be possible to use the bluetooth JSR 82 API in one of the contest target phones? (K700, Z500, Z1010)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It would be great to make a multiplayer game...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:adcd8c48-e2f7-454d-b202-56587786224f] --&gt;</description>
      <pubDate>Thu, 01 Apr 2004 02:54:45 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/5236</guid>
      <dc:date>2004-04-01T02:54:45Z</dc:date>
      <clearspace:dateToText>5 years, 3 hours ago</clearspace:dateToText>
      <clearspace:messageCount>50</clearspace:messageCount>
      <clearspace:replyCount>49</clearspace:replyCount>
    </item>
    <item>
      <title>How to read Phone property (Model number, IMEI, screen size etc) in Java ME ?</title>
      <link>http://developer.sonyericsson.com/community/thread/49182</link>
      <description>&lt;!-- [DocumentBodyStart:d4239e7c-b9ae-4599-a69d-5a26806e52a0] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Guys,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any of you can quickly share how to read phone property such as model number, IMEI, screen size, processor speed in j2me?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm new to j2ME development and currenly like to study it for my project/&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks and really appreciate for reply.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Rgds&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Budi&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-email-small" href="mailto:budiasmana@ntu.edu.sg"&gt;budiasmana@ntu.edu.sg&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d4239e7c-b9ae-4599-a69d-5a26806e52a0] --&gt;</description>
      <pubDate>Tue, 09 Jun 2009 06:14:18 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49182</guid>
      <dc:date>2009-06-09T06:14:18Z</dc:date>
      <clearspace:dateToText>3 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Bluetooth / DeviceExplorer K700i</title>
      <link>http://developer.sonyericsson.com/community/thread/14709</link>
      <description>&lt;!-- [DocumentBodyStart:9b8a0b08-3ba9-4f90-9bdb-39589bea7e05] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I`m having difficulty in getting DeviceExplorer to work with my K700i.&amp;nbsp; Not able to get a connection to the phone with toolkit version 2.1.3&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The phone is able to see and use the ftp service on the host computer, but the host computer is not able to locate any services on the phone (browsing and directly selecting a service).&amp;nbsp; The host computer is able to see the phone.&amp;nbsp; Supposedly there are many bluetooth services enabled on the K700i.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any clues on how to get this to work?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ben&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9b8a0b08-3ba9-4f90-9bdb-39589bea7e05] --&gt;</description>
      <pubDate>Fri, 27 Aug 2004 21:43:01 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/14709</guid>
      <dc:date>2004-08-27T21:43:01Z</dc:date>
      <clearspace:dateToText>5 years, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>read from bluetooth gps from sony w595</title>
      <link>http://developer.sonyericsson.com/community/thread/49689</link>
      <description>&lt;!-- [DocumentBodyStart:ec0cae90-5275-49a5-a9de-de9c69a5c247] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have been unable to read from bluetooth gps on sony w595&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When i select the bluetooth gps device on a p1i -- the services available are serial port, but on a w595 it says no services.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;so the w595 is not able to discover the serial port service (uuid = 0x1101)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;is there a way for w595 to discover the serial port services?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help is appreciated&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Aswani&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ec0cae90-5275-49a5-a9de-de9c69a5c247] --&gt;</description>
      <pubDate>Mon, 14 Sep 2009 11:40:27 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49689</guid>
      <dc:date>2009-09-14T11:40:27Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Open Jotter database file in UIQ 3</title>
      <link>http://developer.sonyericsson.com/community/thread/31922</link>
      <description>&lt;!-- [DocumentBodyStart:7b1744e2-70fa-4ae2-90c9-d5670d9948fd] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Is it possible to open Jotter database file from external application in UIQ 3? And if it is possible some one have idea how?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7b1744e2-70fa-4ae2-90c9-d5670d9948fd] --&gt;</description>
      <pubDate>Tue, 05 Sep 2006 07:52:38 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/31922</guid>
      <dc:date>2006-09-05T07:52:38Z</dc:date>
      <clearspace:dateToText>3 years, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>19</clearspace:messageCount>
      <clearspace:replyCount>18</clearspace:replyCount>
    </item>
    <item>
      <title>Video capture</title>
      <link>http://developer.sonyericsson.com/community/thread/16426</link>
      <description>&lt;!-- [DocumentBodyStart:b8bbfc3a-f50d-41c1-ab0c-2fd151c27388] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would like to develop an application involving some kind of video authoring.&lt;/p&gt;&lt;p&gt;I looked into the documentation of JSR-135 (MMAPI) and understood the following things, which I would like confirmed by wome more experienced people :&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- It seems that temporal compression of video (i.e. H263, MPEG 4 simple video profile or MPEG-1) can`t be provided by standard implementations of the JSR 135. Here is an extract of the spec which make me think that :&lt;/p&gt;&lt;!--[CodeBlockStart:df14dc32-bd94-4bd3-8dcc-47ae2e9b24d4]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code"&gt;
D. Describing the video or image format:
&amp;nbsp; video_params = video_param *( [quot][/quot][amp][/amp][quot][/quot] video_param )
&amp;nbsp; video_param = 1*( [quot][/quot]encoding=[quot][/quot] video_enc / [quot][/quot]width=[quot][/quot] width /
&amp;nbsp; [quot][/quot]height=[quot][/quot] height / [quot][/quot]fps=[quot][/quot] fps )
&amp;nbsp; video_enc = [quot][/quot]gray8[quot][/quot] / [quot][/quot]rgb888[quot][/quot] / [quot][/quot]bgr888[quot][/quot] / [quot][/quot]rgb565[quot][/quot] / [quot][/quot]rgb555[quot][/quot] /
&amp;nbsp; [quot][/quot]yuv444[quot][/quot] / [quot][/quot]yuv422[quot][/quot] / [quot][/quot]yuv420[quot][/quot] / [quot][/quot]jpeg[quot][/quot] / [quot][/quot]png[quot][/quot]
&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:df14dc32-bd94-4bd3-8dcc-47ae2e9b24d4]--&gt;&lt;p&gt;It's in the documentation related to Manager.createPlayer( &lt;a class="jive-link-external-small" href="quot"&gt;quot&lt;/a&gt;[/quot]capture://...[quot][/quot] )&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- I could find no clues on the actual encapsulation format when capturing two streams at once (i.e. createPlayer(&lt;a class="jive-link-external-small" href="quot"&gt;quot&lt;/a&gt;[/quot]capture://