<?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 - Messaging</title>
    <link>http://developer.sonyericsson.com/community/community/messaging?view=discussions</link>
    <description>Popular Discussion Threads in Messaging</description>
    <language>en</language>
    <pubDate>Wed, 18 Nov 2009 12:53:45 GMT</pubDate>
    <generator>Clearspace 2.5.7 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-18T12:53:45Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>problems with Satio native email platform</title>
      <link>http://developer.sonyericsson.com/community/thread/49715</link>
      <description>&lt;!-- [DocumentBodyStart:4b6edea3-5efd-4d92-8931-3e10458507b9] --&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:4b6edea3-5efd-4d92-8931-3e10458507b9] --&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>4 days, 13 hours ago</clearspace:dateToText>
      <clearspace:messageCount>11</clearspace:messageCount>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>AT Command to send SMS message</title>
      <link>http://developer.sonyericsson.com/community/thread/26438</link>
      <description>&lt;!-- [DocumentBodyStart:e7bd6324-a3f7-49ec-b523-34b8fadc46f7] --&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:e7bd6324-a3f7-49ec-b523-34b8fadc46f7] --&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>smpt.gmail.com SSL problems</title>
      <link>http://developer.sonyericsson.com/community/thread/20254</link>
      <description>&lt;!-- [DocumentBodyStart:2e11eac2-a158-49e7-8a47-3564b2806e70] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I often use built-in e-mail client to check mail on my gmail account.&lt;/p&gt;&lt;p&gt;Everything is OK.&lt;/p&gt;&lt;p&gt;But as for sending there's some problem: I can't send anything using smpt.gmail.com.&lt;/p&gt;&lt;p&gt;All settings are correct, of course. I use this mailbox with many programs and everything is OK.&lt;/p&gt;&lt;p&gt;The error message I see is &lt;a class="jive-link-external-small" href="quot"&gt;quot&lt;/a&gt;[/quot]Encryption error. SSL/TSL unknown certificate authority[quot][/quot].&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The most interesting thing is that pop.gmail.com (successfull connection) uses (AFAIK) the same certificate for SSL as smtp.gmail.com.&lt;/p&gt;&lt;p&gt;Thawte CA certificate is present in the phone's trusted certificate storage.&lt;/p&gt;&lt;p&gt;So, what is wrong?&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, I tried a more powerfull alternative java e-mail client and the problem with smtp.gmail.com was just the same.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2e11eac2-a158-49e7-8a47-3564b2806e70] --&gt;</description>
      <pubDate>Mon, 19 Sep 2005 03:21:07 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/20254</guid>
      <dc:date>2005-09-19T03:21:07Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>21</clearspace:messageCount>
      <clearspace:replyCount>20</clearspace:replyCount>
    </item>
    <item>
      <title>why won't the sony download gif files over 10k?</title>
      <link>http://developer.sonyericsson.com/community/thread/4097</link>
      <description>&lt;!-- [DocumentBodyStart:71c7c11d-4567-4098-ad00-4842e558200a] --&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 a new company who are creating gif animations for mobile phones. the sony ericsson will not down load&amp;nbsp; from our wap site gif`s that are more then 10k. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;can anyone help!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;we have heard mention of SAR, can anyone explain.&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;/div&gt;&lt;!-- [DocumentBodyEnd:71c7c11d-4567-4098-ad00-4842e558200a] --&gt;</description>
      <pubDate>Sun, 14 Dec 2003 11:24:03 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/4097</guid>
      <dc:date>2003-12-14T11:24:03Z</dc:date>
      <clearspace:dateToText>5 years, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>26</clearspace:messageCount>
      <clearspace:replyCount>25</clearspace:replyCount>
    </item>
    <item>
      <title>Picture sms</title>
      <link>http://developer.sonyericsson.com/community/thread/48571</link>
      <description>&lt;!-- [DocumentBodyStart:13e00ab0-36c1-4f01-be96-87f52b3e648d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Please I need help on how to send Picture SMS using SMPP java API in EMS or NSM binaformat . Presently, I can send plain text. Many thanks in advance&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:13e00ab0-36c1-4f01-be96-87f52b3e648d] --&gt;</description>
      <pubDate>Mon, 02 Mar 2009 15:28:25 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48571</guid>
      <dc:date>2009-03-02T15:28:25Z</dc:date>
      <clearspace:dateToText>8 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>National character support in SMS messages</title>
      <link>http://developer.sonyericsson.com/community/thread/29490</link>
      <description>&lt;!-- [DocumentBodyStart:3fd0cd11-3c4f-4a0c-bd65-05549a7ab72f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Greetings for All!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I use SE Z300i and live in Hungary, therefore I'm interested in using national characters in SMS messages. I learned that every single characters cost twice if I turn on the usage of national characters that makes sendin SMS messages twice as expensive.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There are two available solutions now as I can see (please correct me!):&lt;/p&gt;&lt;p&gt;1) I turned off the usage of natioanl characters, however in this case T9 simply cuts off all accents of special characters that makes reading harder: it would be better if character encodings could have defined translation shames in this case instead of using a general default: &amp;amp;#337; is now transformed to o insted of ö...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2) The other possible solution can be found in Nokia phones, which are able to put national characters in SMS messages in a way that conventional characters do not cost two places! It would be a big advantage if this technology could be implemented in SonyEricsson phones as well.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Are any of these solutions implementable? It would be greatfull if any would be implemented is further software versions.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank You for any answer or effort.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3fd0cd11-3c4f-4a0c-bd65-05549a7ab72f] --&gt;</description>
      <pubDate>Thu, 29 Jun 2006 09:58:07 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/29490</guid>
      <dc:date>2006-06-29T09:58:07Z</dc:date>
      <clearspace:dateToText>10 hours, 16 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>AT Commands Help!!!</title>
      <link>http://developer.sonyericsson.com/community/thread/5017</link>
      <description>&lt;!-- [DocumentBodyStart:37fde7c0-14f9-474b-814e-5c192d2c095c] --&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 a beginner at AT Commands and I am looking for some information on &lt;/p&gt;&lt;p&gt;how to start working with AT Commands like how to set up my phone and computer, &lt;/p&gt;&lt;p&gt;dose anyone no of any websites or docs that will help me? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Would I be able to &lt;/p&gt;&lt;p&gt;use AT Commands to do something like the following-- &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 send a sms to &lt;/p&gt;&lt;p&gt;my web page with for example a password. I &lt;/p&gt;&lt;p&gt;need to use the password to access &lt;/p&gt;&lt;p&gt;some user information on the web page. When I &lt;/p&gt;&lt;p&gt;get this user info I need to &lt;/p&gt;&lt;p&gt;send a sms reply to the user with some account &lt;/p&gt;&lt;p&gt;information. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you for &lt;/p&gt;&lt;p&gt;your time, &lt;/p&gt;&lt;p&gt;James Judge.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:37fde7c0-14f9-474b-814e-5c192d2c095c] --&gt;</description>
      <pubDate>Mon, 15 Mar 2004 10:08:42 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/5017</guid>
      <dc:date>2004-03-15T10:08:42Z</dc:date>
      <clearspace:dateToText>5 years, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>SE P9x -&gt; Nokia MMS Lib</title>
      <link>http://developer.sonyericsson.com/community/thread/4546</link>
      <description>&lt;!-- [DocumentBodyStart:81e93593-325c-4a6b-9168-1fe4976aed7d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hi, would anyone have any experience in reading an MMMessage from a Sony Ericsson phone? i have this terminating app that uses the Nokia MMS Library. it freaks out and dies upon receiving an MMS from a Sony Ericsson phone. works great if the MMS was sent from a Nokia phone though (tested on 3650 and 6600). any ideas? (Hmm, the way SE arranges its MMS is diff from Nokia`s... but this shouldn't matter, right?)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:81e93593-325c-4a6b-9168-1fe4976aed7d] --&gt;</description>
      <pubDate>Fri, 30 Jan 2004 12:05:59 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/4546</guid>
      <dc:date>2004-01-30T12:05:59Z</dc:date>
      <clearspace:dateToText>5 years, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Midlet WAP-Download Failure</title>
      <link>http://developer.sonyericsson.com/community/thread/28918</link>
      <description>&lt;!-- [DocumentBodyStart:8b52ebde-f85a-47e9-94b5-9646a09d5f53] --&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;we experience a problem with downloading one of our midlet over WAP on several SonyEricsson devices (e.g. W550i, K600i, V600i). When the user initiates a download it is cancelled with the message "Selected file is not allowed to be downloaded". The same file can be successfully downloaded on K750i, D750i, W800i, etc.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What's the reason of this failure?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Best,&lt;/p&gt;&lt;p&gt;Christoph&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8b52ebde-f85a-47e9-94b5-9646a09d5f53] --&gt;</description>
      <pubDate>Wed, 14 Jun 2006 10:08:12 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/28918</guid>
      <dc:date>2006-06-14T10:08:12Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>16</clearspace:messageCount>
      <clearspace:replyCount>15</clearspace:replyCount>
    </item>
    <item>
      <title>coding/sending a SMIL MMS</title>
      <link>http://developer.sonyericsson.com/community/thread/4605</link>
      <description>&lt;!-- [DocumentBodyStart:8a7d78b5-f525-45bd-a71e-309da9384a3d] --&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 trying to send a SMIL MMS with the Help of Ericsson MMS MM7 SDK. Unfortunately i don`t know exactly how to implement that because i can`t find any examples. I do the following:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;File smilFile = ContextServlet.getTestMmsSmilFile();&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; msg.setContentType(&amp;amp;#034;application/smil&amp;amp;#034;);&lt;/p&gt;&lt;p&gt;msg.setSMIL(smilFile);&lt;/p&gt;&lt;p&gt;File[] attachments = ContextServlet.getTestMmsSmilAttachments();&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;if (attachments != null) {&lt;/p&gt;&lt;p&gt;&amp;nbsp; for (int attIndex = 0; attIndex &lt;!--[CodeBlockStart:b80842c7-a3b3-405f-98aa-c37c5217534c]--&gt;&lt;span&gt;&lt;/span&gt;&lt;!--[CodeBlockEnd:b80842c7-a3b3-405f-98aa-c37c5217534c]--&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 receive this MMS on the Cell Phone, there is either the Message unsupporte content type or inconvertibale message rejecetd.&lt;/p&gt;&lt;p&gt;Could somebody help me with that or poste an example so i can see how to do it the right way?&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;Angela&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8a7d78b5-f525-45bd-a71e-309da9384a3d] --&gt;</description>
      <pubDate>Fri, 06 Feb 2004 06:37:40 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/4605</guid>
      <dc:date>2004-02-06T06:37:40Z</dc:date>
      <clearspace:dateToText>5 years, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>EMS, Predefined animation/sound</title>
      <link>http://developer.sonyericsson.com/community/thread/12269</link>
      <description>&lt;!-- [DocumentBodyStart:6f4ef437-3e58-401a-849d-21dc20445de8] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi there!&lt;/p&gt;&lt;p&gt;Does anyone know where I can find the the ETSI predefined animation and sounds for EMS? Preferable I would like to get the user data header HEX source.&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;leviathan&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6f4ef437-3e58-401a-849d-21dc20445de8] --&gt;</description>
      <pubDate>Fri, 23 Apr 2004 04:01:17 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/12269</guid>
      <dc:date>2004-04-23T04:01:17Z</dc:date>
      <clearspace:dateToText>5 years, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>p990i Problem Receiving sms.help req urgent</title>
      <link>http://developer.sonyericsson.com/community/thread/46012</link>
      <description>&lt;!-- [DocumentBodyStart:82a7fa66-4cd5-4727-9833-acbd52c5749b] --&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 am facing problem receiving sms.tried every thing lik software update.etc couldn't 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&gt;i receive all incoming sms only when i swich off and dan switch on my mobile 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&gt;plz plz plz somebody help me solving this 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;/div&gt;&lt;!-- [DocumentBodyEnd:82a7fa66-4cd5-4727-9833-acbd52c5749b] --&gt;</description>
      <pubDate>Sun, 24 Aug 2008 18:14:52 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/46012</guid>
      <dc:date>2008-08-24T18:14:52Z</dc:date>
      <clearspace:dateToText>8 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Interface specification for R600/T68 to PC via data cable</title>
      <link>http://developer.sonyericsson.com/community/thread/2712</link>
      <description>&lt;!-- [DocumentBodyStart:c0a8a919-e40e-4e68-b961-cad4662680e4] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Can anybody tell me the usage of the various pins for R600/T68 when connected using the RS232 data cable? That is, I want to know which pin on the R600/T68 corresponds to TxD, RxD, RTS, CTS, GND, 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 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;/div&gt;&lt;!-- [DocumentBodyEnd:c0a8a919-e40e-4e68-b961-cad4662680e4] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:53 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2712</guid>
      <dc:date>2003-07-01T17:52:53Z</dc:date>
      <clearspace:dateToText>5 years, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Does W800 support SMS throught AT-Commands ??</title>
      <link>http://developer.sonyericsson.com/community/thread/37986</link>
      <description>&lt;!-- [DocumentBodyStart:467f4a2e-2df8-4885-b609-5b5d69c14ed5] --&gt;&lt;div class='jive-rendered-content'&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;AT+CMGF=?&lt;/p&gt;&lt;p&gt;+CMGF: (0)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;OK&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;According to my readings, it means that this phone cannot be set to text messages. : ( could it be true with such a great phone, or is there a walkaround ?&lt;/p&gt;&lt;p&gt;thanks !&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:467f4a2e-2df8-4885-b609-5b5d69c14ed5] --&gt;</description>
      <pubDate>Thu, 25 Jan 2007 09:05:04 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/37986</guid>
      <dc:date>2007-01-25T09:05:04Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>AT Commands for R600</title>
      <link>http://developer.sonyericsson.com/community/thread/2734</link>
      <description>&lt;!-- [DocumentBodyStart:6c1d4269-7d4e-4585-8386-d385d95bda86] --&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;My problem is with the AT commands for the R600. It seems as if some of the standard AT commands are either unavailable in the R600, or I somehow can not use them correctly.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 connected the R600 to my PC using the standard serial cable (DRS-11). I'm using Hyperterminal on my PC, connected at 9600 baud (the phone is on auto baud select). I have managed to get going without too many problems - I can send sms messages, read them from the SIM, dial numbers, and get the phone's model etc. The phone is default in PDU mode, and one has to set it to text mode to get some success (AT+CMGF=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;My problem is with other commands such as AT&lt;em&gt;CSQ (signal strength) and AT&lt;/em&gt;CBC (battery status). Although these commands are listed when I type AT+$ (help with extended commands), they return nothing but errors when I try to use them. Are these commands supported? I have downloaded the white pages for the R600 from the sonyericsson website, and it seems as if the R600 should support these commands.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 would also like to know if it is possible to receive sms's via hyperterminal. The R600 does not give any indication to Hyperterminal that it has received an sms.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Marius&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6c1d4269-7d4e-4585-8386-d385d95bda86] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:53:00 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2734</guid>
      <dc:date>2003-07-01T17:53:00Z</dc:date>
      <clearspace:dateToText>5 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>I need some information about sony ericsson k700</title>
      <link>http://developer.sonyericsson.com/community/thread/14815</link>
      <description>&lt;!-- [DocumentBodyStart:d22fc541-9de8-4799-a204-d40be06693c9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi all!! i need some information about k700 i cant found the next information i hope your help please. i need to know what deleyries support the k700i, and the type of poly´s and mono´s tones support. please if someone know how i can know answer to me. thank´s&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d22fc541-9de8-4799-a204-d40be06693c9] --&gt;</description>
      <pubDate>Thu, 02 Sep 2004 13:31:16 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/14815</guid>
      <dc:date>2004-09-02T13:31:16Z</dc:date>
      <clearspace:dateToText>5 years, 2 months 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:a80fc00f-1ff8-4425-86e5-8b8835e48354] --&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:a80fc00f-1ff8-4425-86e5-8b8835e48354] --&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, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Sms Ringtones To Ericsson Handsets</title>
      <link>http://developer.sonyericsson.com/community/thread/2684</link>
      <description>&lt;!-- [DocumentBodyStart:132bff97-02b6-4692-8610-8e81e330c91c] --&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 *.emy and *.imy ringtone file &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;that I want to SMS using the SMPP.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 been attempting to do this, but &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;keep failing for some strange reason.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 believe I am putting the correct UDH and still failing.&amp;nbsp; My UDH is the following... 0x82, 0x0C, 0x80, 0x00 then the ringtone 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 style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My SMSC is returning a command status of 20 and I don't know why.&amp;nbsp; Can anyone provide a code snippets 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 style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:132bff97-02b6-4692-8610-8e81e330c91c] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:46 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2684</guid>
      <dc:date>2003-07-01T17:52:46Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>password protect sms</title>
      <link>http://developer.sonyericsson.com/community/thread/49254</link>
      <description>&lt;!-- [DocumentBodyStart:b07ce5ba-9b8d-4381-b2d8-393164586be9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hey is der any way i can password protect messaging in my  c510 .....its my 6 th ericsson phone till now ....still havent figured out anythin .... plz suggest something ...some development ....&lt;/p&gt;&lt;p&gt;plz reply ......&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;vinzzz&lt;/p&gt;&lt;p&gt;software &amp;amp; mobile development &lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/cool.gif" width="16px"/&gt;&lt;a class="jive-link-external-small" href="/post!input.jspa?container=2011&amp;amp;containerType=14"&gt;Main: Post New Thread&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b07ce5ba-9b8d-4381-b2d8-393164586be9] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">messaging</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">sms</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">password</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">protect</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">guard</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">c510</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">text</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">messages</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">inbox</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">sony</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">ericsson</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">java</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">platform</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">8</category>
      <pubDate>Sun, 28 Jun 2009 04:58:49 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49254</guid>
      <dc:date>2009-06-28T04:58:49Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>OTA messages with newer models</title>
      <link>http://developer.sonyericsson.com/community/thread/2748</link>
      <description>&lt;!-- [DocumentBodyStart:528018fb-8a71-4486-b533-0fd254f7e942] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I'm having a lot of trouble sending OTA bookmarks and WAP-configuration messages to newer SonyEricsson Models. I have a T100 here which doesn't accept anything OTA, no bookmarks and no configuration messages. I use the official specs as in the "OTA settings specification 7.0" document by Nokia and Ericsson. Has there been a change in format? The same messages do work on Nokia phones and older (Sony)Ericsson phones and also on the p800. I don't get 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;This is an example of a nonaccepted WAP configuration 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 style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;message 1:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;udh:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0B0504C34F00000003680201 &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ud:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;01062C1F2A6170706C69636174696F6E2F782D7761702D70726F762E62726F777365722D73657474696E67730081EA01016A0045C6060187124501871311033139332E3131332E3230302E313935000187146101872111032B3331363236303030323232000187227001872311036F326E6C00018724110370617373776F7264 &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;message 2:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;udh:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0B0504C34F00000003680202 &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ud:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;00018728730187296b010186071103687474703A2F2F6F322E62656C2E6E6C2F0001C60801871511034F32206F726967696E616C000101C67F0187151103486F6D65204F32206F726967696E616C000187171103687474703A2F2F6F322E62656C2E6E6C2F00010101&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 think the problem is in the udh or wsp-header.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;/div&gt;&lt;!-- [DocumentBodyEnd:528018fb-8a71-4486-b533-0fd254f7e942] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:53:03 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2748</guid>
      <dc:date>2003-07-01T17:53:03Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Zero size MIDI in MMS</title>
      <link>http://developer.sonyericsson.com/community/thread/3715</link>
      <description>&lt;!-- [DocumentBodyStart:8b0cf03c-ca69-44db-bd73-cc4627e401a5] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I`m trying to send a polyphonic MIDI ringtones using MMS messages. I compose test messages using nokia MMS Toolkit and when SonyEricsson phone receives them it doesn't show any midi file inside. If this is a message without SMIL-part phone shows that is has a zero size and if I include a SMIL and some text parts for example phone shows only this text parts and their sizes. &lt;/p&gt;&lt;p&gt;At the other hand, Nokia phone display this messages in a right way and plays MIDI-file correctly.&lt;/p&gt;&lt;p&gt;What can be a source of this problem?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8b0cf03c-ca69-44db-bd73-cc4627e401a5] --&gt;</description>
      <pubDate>Thu, 06 Nov 2003 15:43:01 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/3715</guid>
      <dc:date>2003-11-06T15:43:01Z</dc:date>
      <clearspace:dateToText>6 years, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>mm7 help !</title>
      <link>http://developer.sonyericsson.com/community/thread/2923</link>
      <description>&lt;!-- [DocumentBodyStart:6e931d81-f02f-489a-a9e8-2b5e8fceda38] --&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 a VAS application for sending mms from web. I'm sending mm7 formated messages to Ericsson MMSC. The message is given below. If some of the headers are wrong (i.e. the wrong start boundary) the mmsc responds reporting the fault. But, when I send a correct message (the one that is given below) I do not receive any response form the MMSC and the message is not delivered as well. What I'm doing wrong? I'm not sure if my conetent-length field is correct, and maybe MMSC waits to receive more bytes.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;POST /vasp/servlet/messagerouter HTTP/1.1&lt;/p&gt;&lt;p&gt;Content-Type: multipart/related; type=&amp;amp;quot;text/xml"; start="&lt;!--[CodeBlockStart:90bb0dee-eef8-480f-b22b-602be5a0a9f6]--&gt;&lt;span&gt;&lt;/span&gt;&lt;!--[CodeBlockEnd:90bb0dee-eef8-480f-b22b-602be5a0a9f6]--&gt;"; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;boundary="----Part_outer_19801120.19790227"&lt;/p&gt;&lt;p&gt;Accept: application/soap+xml, application/dime, multipart/related, text/*&lt;/p&gt;&lt;p&gt;User-Agent: Axis/1.1beta&lt;/p&gt;&lt;p&gt;Host: 62.162.155.232:80&lt;/p&gt;&lt;p&gt;Cache-Control: no-cache&lt;/p&gt;&lt;p&gt;Pragma: no-cache&lt;/p&gt;&lt;p&gt;SOAPAction: ""&lt;/p&gt;&lt;p&gt;Content-Length: 1174&lt;/p&gt;&lt;p&gt;Authorization: Basic dmFzcDI6bXRuZXQ=&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;hr originalText="-----"/&gt;&lt;p&gt;Part_outer_19801120.19790227&lt;/p&gt;&lt;p&gt;Content-Type: text/xml; charset="utf-8"&lt;/p&gt;&lt;p&gt;Content-Id: &lt;!--[CodeBlockStart:e9ccee34-f79e-400b-92d5-703131defd38]--&gt;&lt;span&gt;&lt;/span&gt;&lt;!--[CodeBlockEnd:e9ccee34-f79e-400b-92d5-703131defd38]--&gt;&lt;/p&gt;&lt;p&gt;-&lt;/p&gt;&lt;hr originalText="-----"/&gt;&lt;p&gt;Part_outer_19801120.19790227&lt;/p&gt;&lt;p&gt;Content-Type: text/plain;charset=UTF-8&lt;/p&gt;&lt;p&gt;Content-Transfer-Encoding: binary&lt;/p&gt;&lt;p&gt;Content-ID: &lt;!--[CodeBlockStart:368658ce-517b-404d-b453-bf51ff72682f]--&gt;&lt;span&gt;&lt;/span&gt;&lt;!--[CodeBlockEnd:368658ce-517b-404d-b453-bf51ff72682f]--&gt;&lt;/p&gt;&lt;p&gt;This is a test message!&lt;/p&gt;&lt;p&gt;-&lt;/p&gt;&lt;hr originalText="-----"/&gt;&lt;p&gt;Part_outer_19801120.19790227&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;Sasko&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6e931d81-f02f-489a-a9e8-2b5e8fceda38] --&gt;</description>
      <pubDate>Fri, 01 Aug 2003 07:48:55 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2923</guid>
      <dc:date>2003-08-01T07:48:55Z</dc:date>
      <clearspace:dateToText>6 years, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>AT comands</title>
      <link>http://developer.sonyericsson.com/community/thread/15421</link>
      <description>&lt;!-- [DocumentBodyStart:a130b1fa-3677-4f8a-ad64-ffd6c00c7c77] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Where can I find a list of AT comands to my T610 telephone, so I can use it as a standard modem?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a130b1fa-3677-4f8a-ad64-ffd6c00c7c77] --&gt;</description>
      <pubDate>Wed, 29 Sep 2004 06:07:21 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/15421</guid>
      <dc:date>2004-09-29T06:07:21Z</dc:date>
      <clearspace:dateToText>5 years, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>sending mms from a PC</title>
      <link>http://developer.sonyericsson.com/community/thread/15733</link>
      <description>&lt;!-- [DocumentBodyStart:7765966f-ebba-4e6f-a80c-a47df8056b7c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hey there, i wanted to build an application on a PC that sends MMS messages to mobile phones and i wanted to know if that was possible or not.&lt;/p&gt;&lt;p&gt;please help&lt;/p&gt;&lt;p&gt;thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7765966f-ebba-4e6f-a80c-a47df8056b7c] --&gt;</description>
      <pubDate>Tue, 19 Oct 2004 04:05:45 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/15733</guid>
      <dc:date>2004-10-19T04:05:45Z</dc:date>
      <clearspace:dateToText>5 years, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>MM7 - T68i - JPEG -  SMIL</title>
      <link>http://developer.sonyericsson.com/community/thread/2759</link>
      <description>&lt;!-- [DocumentBodyStart:3cf92df4-581a-48f4-9fa4-285ed23e1863] --&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 style="min-height: 8pt; height: 8pt; padding: 0px;"&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 having problems sending mms via mm7 to a T68i. The T68i neglects smil and jpeg files that i send. The same files are accepted by all the nokia phones. I don't know about the other Ericsson phones. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Can anybody post a example of MM7 with smil and a jpeg file that actually worked with the T68i (or any other Ericsson) ?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Thanx 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;Pieter&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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&gt;&lt;span&gt;ps: I have an example of a MM7 post with smil (and jpeg) at &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.ericsson.com/mobilityworld/sub/open/technologies/messaging/forum_replies.html?TID=11083&amp;amp;Start=1&amp;amp;Step=25"&gt;http://www.ericsson.com/mobilityworld/sub/open/technologies/messaging/forum_replies.html?TID=11083&amp;amp;Start=1&amp;amp;Step=25&lt;/a&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 style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3cf92df4-581a-48f4-9fa4-285ed23e1863] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:53:06 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2759</guid>
      <dc:date>2003-07-01T17:53:06Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Message format?</title>
      <link>http://developer.sonyericsson.com/community/thread/3754</link>
      <description>&lt;!-- [DocumentBodyStart:98aaedee-1527-432e-8063-084fcaecae56] --&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 read the AT command document and can recieve messages using some third party software but they are in hex format.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can convert hex to ASCII but this doesn`t seem to match.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So has anyone any idea which text format the message is in?&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;Grant&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:98aaedee-1527-432e-8063-084fcaecae56] --&gt;</description>
      <pubDate>Mon, 10 Nov 2003 13:30:55 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/3754</guid>
      <dc:date>2003-11-10T13:30:55Z</dc:date>
      <clearspace:dateToText>6 years, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>auto MMS configure</title>
      <link>http://developer.sonyericsson.com/community/thread/15577</link>
      <description>&lt;!-- [DocumentBodyStart:cfe434fc-8fac-4808-84a9-9783a70d1717] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello everybody,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;First: 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 style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a question:&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 autconfigure MMS/WAP settings? What must be in the SMS to configure automatically... I found the auto-Email configuration, but I need info for MMS/WAP configuration...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks Sven&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cfe434fc-8fac-4808-84a9-9783a70d1717] --&gt;</description>
      <pubDate>Sat, 09 Oct 2004 03:14:20 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/15577</guid>
      <dc:date>2004-10-09T03:14:20Z</dc:date>
      <clearspace:dateToText>5 years, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Read Wap Push message with at command</title>
      <link>http://developer.sonyericsson.com/community/thread/37652</link>
      <description>&lt;!-- [DocumentBodyStart:4e8cc54c-4413-4432-94db-a48f97638290] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi, I need help to &lt;strong&gt;read wap push&lt;/strong&gt; with at command. My cellphone model is Sony Ericsson K310.&lt;/p&gt;&lt;p&gt;I can read and send sms, but i can´t read wap push.&lt;/p&gt;&lt;p&gt;Somebody 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;Thank's&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Manu&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4e8cc54c-4413-4432-94db-a48f97638290] --&gt;</description>
      <pubDate>Tue, 02 Jan 2007 19:16:24 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/37652</guid>
      <dc:date>2007-01-02T19:16:24Z</dc:date>
      <clearspace:dateToText>1 week, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Help with AT+CMGS.....</title>
      <link>http://developer.sonyericsson.com/community/thread/48996</link>
      <description>&lt;!-- [DocumentBodyStart:05372ea7-41b5-4a71-98b9-b87141531298] --&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 've been trying to send messages using AT Commands. I use M600i.&lt;/p&gt;&lt;p&gt;I've used hyperterminal to send the message.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i got the response like this:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;+CMGS: 0&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;OK&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But the recipient never recieved the message i sent..I don't understand the problem ..somebody plz help 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 style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Thnx,&lt;/p&gt;&lt;p&gt;Raj     &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:05372ea7-41b5-4a71-98b9-b87141531298] --&gt;</description>
      <pubDate>Wed, 29 Apr 2009 08:13:28 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48996</guid>
      <dc:date>2009-04-29T08:13:28Z</dc:date>
      <clearspace:dateToText>6 months, 22 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>HID on K700i</title>
      <link>http://developer.sonyericsson.com/community/thread/14075</link>
      <description>&lt;!-- [DocumentBodyStart:90d142f9-cc53-4107-ba2c-066f59321dd3] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;since the standard phones do not support a bluetooht API I was wondering if there is an other way to use the K700i as a remote controle using the HID Profile and have the K700i as a remote display?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;HID has a page defined for simple remote displays is this supported by K700i?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Or can I use the Push Object Profile to have an Image dumped on the screen while using the phone as remote?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Idea is to have a program on the PC that usese a standard bluetooth cell phone as remote but also send menu options and played title names and options to the cell phone&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;Nik&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:90d142f9-cc53-4107-ba2c-066f59321dd3] --&gt;</description>
      <pubDate>Tue, 20 Jul 2004 01:47:19 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/14075</guid>
      <dc:date>2004-07-20T01:47:19Z</dc:date>
      <clearspace:dateToText>5 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Disable new event notification</title>
      <link>http://developer.sonyericsson.com/community/thread/49801</link>
      <description>&lt;!-- [DocumentBodyStart:b61bc18e-2ac7-4716-b67b-8b2aed19d5f4] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Is there  a way to disable the new event notification when new SMS is received using AT commands?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b61bc18e-2ac7-4716-b67b-8b2aed19d5f4] --&gt;</description>
      <pubDate>Mon, 28 Sep 2009 13:19:29 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49801</guid>
      <dc:date>2009-09-28T13:19:29Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Sync archive SMS message from PC to Phone</title>
      <link>http://developer.sonyericsson.com/community/thread/49814</link>
      <description>&lt;!-- [DocumentBodyStart:b62ff92b-b731-4f5e-91b6-7cb959eeb9a1] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi guys need help how to sync back my archive sms message back to my phone memory or memory stick using the phone pc suite.My unit is SE C901 I used the phone pc suite to archive the sms message and now I want to sync it back to my phone but it wont. Thank you very much in advance.&lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/happy.gif" width="16px"/&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b62ff92b-b731-4f5e-91b6-7cb959eeb9a1] --&gt;</description>
      <pubDate>Thu, 01 Oct 2009 03:45:02 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49814</guid>
      <dc:date>2009-10-01T03:45:02Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Picture message (SMS)</title>
      <link>http://developer.sonyericsson.com/community/thread/4534</link>
      <description>&lt;!-- [DocumentBodyStart:6746ad1c-942b-4465-a7ea-a28b83ac5849] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I couldn`t send and revice SMS messages wtih my P900, wht?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6746ad1c-942b-4465-a7ea-a28b83ac5849] --&gt;</description>
      <pubDate>Thu, 29 Jan 2004 08:42:04 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/4534</guid>
      <dc:date>2004-01-29T08:42:04Z</dc:date>
      <clearspace:dateToText>5 years, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>MM7 / T68i isn't showing the smil presentation</title>
      <link>http://developer.sonyericsson.com/community/thread/2752</link>
      <description>&lt;!-- [DocumentBodyStart:9a433d13-e4e1-4a20-a2f5-41c6cf271f7f] --&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 style="min-height: 8pt; height: 8pt; padding: 0px;"&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 connect via mm7 to an operator. If i send a message to a T68i, it seems to neglect the smil presentation. It just shows the attachments like there is no smil. Is there something wrong with my MM7 / smil ?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 would be greatly appreciated,&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 style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Pieter&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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&gt;Here's my complete mm7 post (body) with smil:&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&gt;Part_outer_19801120.19790227&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Content-Type: text/xml; charset="utf-8"&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Content-Id: &lt;!--[CodeBlockStart:fbcaf53e-d9e0-4cb2-82e0-0d01d9b0e967]--&gt;&lt;span&gt;&lt;/span&gt;&lt;!--[CodeBlockEnd:fbcaf53e-d9e0-4cb2-82e0-0d01d9b0e967]--&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;hr originalText="-----"/&gt;&lt;p&gt;Part_outer_19801120.19790227&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Content-Type: multipart/related; Type="application/smil";Start="SMIL";boundary="----Part_inner_19790227.19801120"&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Content-ID: &lt;!--[CodeBlockStart:5278dcac-5122-4463-8dbf-be443673d757]--&gt;&lt;span&gt;&lt;/span&gt;&lt;!--[CodeBlockEnd:5278dcac-5122-4463-8dbf-be443673d757]--&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;hr originalText="-----"/&gt;&lt;p&gt;Part_inner_19790227.19801120&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Content-Type: application/smil&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Content-Transfer-Encoding: 7bit&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Content-ID: &lt;!--[CodeBlockStart:9539b1c1-b59f-4a74-9386-cfb6b6e554c5]--&gt;&lt;span&gt;&lt;/span&gt;&lt;!--[CodeBlockEnd:9539b1c1-b59f-4a74-9386-cfb6b6e554c5]--&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;hr originalText="-----"/&gt;&lt;p&gt;Part_inner_19790227.19801120&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;Content-ID: &amp;lt;&lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:foo265mm@mms.tmsc.be"&gt;foo265mm@mms.tmsc.be&lt;/a&gt;&lt;span&gt;&amp;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;Content-Type: image/gif&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Content-Transfer-Encoding: base64&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Content-Location: busy1.gif&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;R0lGODlh ....bqocUJBy9qnLBAQgQAADs=&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;hr originalText="-----"/&gt;&lt;p&gt;Part_inner_19790227.19801120&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;Content-ID: &amp;lt;&lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:foo961mm@mms.tmsc.be"&gt;foo961mm@mms.tmsc.be&lt;/a&gt;&lt;span&gt;&amp;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;Content-Type: text/plain&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Content-Transfer-Encoding: 7bit&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Content-Location: busy1.txt&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 am busy&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&gt;Part_inner_19790227.19801120&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;Content-ID: &amp;lt;&lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:foo786mm@mms.tmsc.be"&gt;foo786mm@mms.tmsc.be&lt;/a&gt;&lt;span&gt;&amp;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;Content-Type: image/gif&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Content-Transfer-Encoding: base64&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Content-Location: busy2.gif&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;R0lGODlhZQAm .... ddBEBADs=&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;hr originalText="-----"/&gt;&lt;p&gt;Part_inner_19790227.19801120&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;Content-ID: &amp;lt;&lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:foo233mm@mms.tmsc.be"&gt;foo233mm@mms.tmsc.be&lt;/a&gt;&lt;span&gt;&amp;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;Content-Type: text/plain&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Content-Transfer-Encoding: 7bit&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Content-Location: busy2.txt&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;...please...&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&gt;Part_inner_19790227.19801120--&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&gt;Part_outer_19801120.19790227--&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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:9a433d13-e4e1-4a20-a2f5-41c6cf271f7f] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:53:03 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2752</guid>
      <dc:date>2003-07-01T17:53:03Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Limited AT Commands for R600?</title>
      <link>http://developer.sonyericsson.com/community/thread/2716</link>
      <description>&lt;!-- [DocumentBodyStart:2a2b3118-df62-4173-ac24-11baa0c17fb9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I have connected my R600 to my PC using a DRS-11 RS232 cable. I discover that I only a limited set of AT commands works, such as those related to dailing, entering of pin, etc. AT commands related to SMS or phonebook or even battery level AT+CBC does not work at all. Does the R600 supports the full industry standard set of AT commands?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please help. I am trying to use my PC to send/receive SMS through R600. Non of the SMS software that I tried, including those from Ericsson, works.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:2a2b3118-df62-4173-ac24-11baa0c17fb9] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:54 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2716</guid>
      <dc:date>2003-07-01T17:52:54Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>SMS BLOCK TEXT C905 ?? WHY NOT??</title>
      <link>http://developer.sonyericsson.com/community/thread/49509</link>
      <description>&lt;!-- [DocumentBodyStart:af5e9e6f-f4a2-4717-a437-18cb4ed0d9cf] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;i love the phone but just wish u guys could put a ,or create a sms block app for this 6-900 dollar fone ,cause my rubbish spare 0 dollar samsung flip peice of you know what does it…..i have asked them every time ive had there fones non symbian to create the app!!!!! every w800 , every w850 and so on,now this phone………..please cause i dont really want to start using samsung for top of the range non symbion fonzzz……cause all them have the option.!!!!!!…..is there a usable app available?? cause i cant find it???!!!! My ex is driving me nuts with her harrassing textes…………and all my mates use ur fones and are realy getting the arse with it......!!!!!!!!!!!  plse give us some good news.......PLSE WE LOVE UR FONZZZZZ   ..... sony ericsson forever..!!!!!!!!!!!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Nicholas&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:af5e9e6f-f4a2-4717-a437-18cb4ed0d9cf] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">sms</category>
      <pubDate>Tue, 25 Aug 2009 09:54:18 GMT</pubDate>
      <author>nicholassurtees@hotmail.com</author>
      <guid>http://developer.sonyericsson.com/community/thread/49509</guid>
      <dc:date>2009-08-25T09:54:18Z</dc:date>
      <clearspace:dateToText>2 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>AT command support on Z600 ?</title>
      <link>http://developer.sonyericsson.com/community/thread/13091</link>
      <description>&lt;!-- [DocumentBodyStart:e5cdb514-4c30-4857-a125-f681b74de907] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Does Z600 support sending SMS via AT command? I get my T39m send SMS via AT but not my Z600.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e5cdb514-4c30-4857-a125-f681b74de907] --&gt;</description>
      <pubDate>Wed, 23 Jun 2004 06:27:08 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/13091</guid>
      <dc:date>2004-06-23T06:27:08Z</dc:date>
      <clearspace:dateToText>5 years, 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Mimic MMS send from mobile using GPRS connected to PC</title>
      <link>http://developer.sonyericsson.com/community/thread/2763</link>
      <description>&lt;!-- [DocumentBodyStart:3b6f8b59-b1f3-4279-afc2-87a365306fad] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I am trying to write an application that will run on my PC. It essentially mimics a mobile sending an MMS to another mobile. I have a GPRS modem attached to my PC. Is there any tools or APIs that can simplify this? If not, what would be involved? Are there any websites or demo applications that I could refer to? Any pointers at all would be highly appreciated. Thanx&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3b6f8b59-b1f3-4279-afc2-87a365306fad] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:53:07 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2763</guid>
      <dc:date>2003-07-01T17:53:07Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>AT Commands for R300d</title>
      <link>http://developer.sonyericsson.com/community/thread/2757</link>
      <description>&lt;!-- [DocumentBodyStart:316a33a5-a1d2-44c1-a954-52449ec999e4] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Anybody have docmentation about R300d modem AT command? I have to do an application segnding and receivin sms messages.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 anticipation&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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:316a33a5-a1d2-44c1-a954-52449ec999e4] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:53:06 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2757</guid>
      <dc:date>2003-07-01T17:53:06Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>GC75 error on sending concatenated SMS</title>
      <link>http://developer.sonyericsson.com/community/thread/29030</link>
      <description>&lt;!-- [DocumentBodyStart:92851ed1-048f-4b4c-9889-37312762a73b] --&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 couple of GC75 pc card modems used for SMS alerts. It is connected to Linux box as an serial /dev/ttyS3 and driven with AT commands (PDU mode) to send SMSes. Software is opensource Perl GSM::SMS module. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It sends two type of SMS - short (&amp;lt;160 chars) SM in 7bit GSM encoding and long concatenated messages in 8bit encoding. GC75 can succesfully send smses for several days, but then it can hang on sending a concatenated sms or on sending a bunch of short smses when returned MR value reaches ~200.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It can simply hang or starts return CMS ERROR 304 on correct smses.&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 this report to be sent GC75 developers. GC75 is good device, but the instability really hurts.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:92851ed1-048f-4b4c-9889-37312762a73b] --&gt;</description>
      <pubDate>Fri, 16 Jun 2006 14:14:31 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/29030</guid>
      <dc:date>2006-06-16T14:14:31Z</dc:date>
      <clearspace:dateToText>3 years, 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>error sending in Text mode?</title>
      <link>http://developer.sonyericsson.com/community/thread/17421</link>
      <description>&lt;!-- [DocumentBodyStart:1cc19d06-8595-4d13-89f6-2cc318279a20] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;i want to send a sms using the at+cmgs command in text mode. This is the sequence:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="gt"&gt;gt&lt;/a&gt;[/gt]AT+CPMS=[quot][/quot]ME[quot][/quot],[quot][/quot]ME[quot][/quot]&lt;/p&gt;&lt;p&gt;+CPMS:5,70,5,70,5,70&lt;/p&gt;&lt;p&gt;OK&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="gt"&gt;gt&lt;/a&gt;[/gt]AT+CMGF=1&lt;/p&gt;&lt;p&gt;OK&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="gt"&gt;gt&lt;/a&gt;[/gt]AT+CMGS=[quot][/quot]91234567[quot][/quot]\rMymessageHere\x1A&lt;/p&gt;&lt;p&gt;ERROR&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;desperatly need help...&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;!--[CodeBlockStart:62a258f9-4863-40bc-84f6-c147e3bf1318]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code"&gt;Code Example displayed here&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:62a258f9-4863-40bc-84f6-c147e3bf1318]--&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 class="jive-link-external-small" href="href"&gt;href&lt;/a&gt;this is a link example[/href]&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1cc19d06-8595-4d13-89f6-2cc318279a20] --&gt;</description>
      <pubDate>Sun, 06 Feb 2005 22:16:15 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/17421</guid>
      <dc:date>2005-02-06T22:16:15Z</dc:date>
      <clearspace:dateToText>4 years, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>GC75 Technical Information</title>
      <link>http://developer.sonyericsson.com/community/thread/3743</link>
      <description>&lt;!-- [DocumentBodyStart:f209213f-d83e-45dd-b4fc-6d13ae9d7281] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Dear SonyEricsson Support Team, &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Our company is trying to develop a driver for GC75 on an embedded platform. We need to obtain &lt;/p&gt;&lt;p&gt;technical information including but not limited to the following: &lt;/p&gt;&lt;p&gt;1) CIS &lt;/p&gt;&lt;p&gt;2) Intialization procedures &lt;/p&gt;&lt;p&gt;3) Timing diagram &lt;/p&gt;&lt;p&gt;4) GSM operating procedures &lt;/p&gt;&lt;p&gt;5) HSCSD operating procedures &lt;/p&gt;&lt;p&gt;6) SMS operating procedures &lt;/p&gt;&lt;p&gt;7) Special registers definition (if any) &lt;/p&gt;&lt;p&gt;8) How to set the card to fax (GSM) mode (not GPRS mode)? &lt;/p&gt;&lt;p&gt;9) How to set the card to CSD mode? &lt;/p&gt;&lt;p&gt;10) Does the card have UART inside? What is the UART start address? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Our hardware is able to read the CIS but not able to write AT command to it. We found that this &lt;/p&gt;&lt;p&gt;might be due to incorrect start address of UART. Please help to provide as much information as &lt;/p&gt;&lt;p&gt;possible. &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;/div&gt;&lt;!-- [DocumentBodyEnd:f209213f-d83e-45dd-b4fc-6d13ae9d7281] --&gt;</description>
      <pubDate>Mon, 10 Nov 2003 00:32:34 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/3743</guid>
      <dc:date>2003-11-10T00:32:34Z</dc:date>
      <clearspace:dateToText>5 years, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>java SMS manager</title>
      <link>http://developer.sonyericsson.com/community/thread/49631</link>
      <description>&lt;!-- [DocumentBodyStart:a0001363-a27f-4b04-812a-ae1549ed9ce9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Is there any java application available for easy viewing of SMS and to mark while viewing? Also the user should be able to delete or move the marked SMS. Now I'm using PC suite for handling SMS&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a0001363-a27f-4b04-812a-ae1549ed9ce9] --&gt;</description>
      <pubDate>Sat, 05 Sep 2009 10:14:39 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49631</guid>
      <dc:date>2009-09-05T10:14:39Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Where to buy connectors</title>
      <link>http://developer.sonyericsson.com/community/thread/28469</link>
      <description>&lt;!-- [DocumentBodyStart:297a07e9-c8fd-4097-83d6-c646a0faff9e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I have an application working with AT command and microcontroller. However, I would like to buy 100 connectors as the ones used in cables DRS-10 and DRS-11 for the mobile part. Because I cannot find the connector type, it is difficult to order.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Somebody know where is possible to buy only the connector at the mobile part?&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:297a07e9-c8fd-4097-83d6-c646a0faff9e] --&gt;</description>
      <pubDate>Thu, 01 Jun 2006 23:17:58 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/28469</guid>
      <dc:date>2006-06-01T23:17:58Z</dc:date>
      <clearspace:dateToText>3 years, 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>SMS Access (other than via AT Commands)?</title>
      <link>http://developer.sonyericsson.com/community/thread/49109</link>
      <description>&lt;!-- [DocumentBodyStart:c69cad50-3ba6-4938-8c5a-09da6866a175] --&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've been doing a lot of reading on the internet about communicating with a mobile phone through your PC (GSM modems, AT commands etc.) and have learnt many interesting things. The one thing I can't seem to find any information about is where/how the SMS messages are stored on a K800i phone? I'm guessing this is proprietry information and it may not be pertinent to my biggest curiousity, and that is, how does the phone store and retrieve the time/date of &lt;strong&gt;sent&lt;/strong&gt; messages? Also, the SMS software (firmware?) that is built into the phone keeps track of whether an SMS has been replied to or forwarded, but is there any way to access this?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Where is all this information stored and is there some way of accessing this information. All the documentation I've found talks about AT commands, but I'm sure there must be some "low-level" way of communicating with the phone as well (manufacturer-specific)? If not, are there any SE-specific AT commands that might address this?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any comments or advice would be gratefully received.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Pete&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c69cad50-3ba6-4938-8c5a-09da6866a175] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">k800i</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">at_commands</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">sms</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">timestamp</category>
      <pubDate>Thu, 28 May 2009 09:50:36 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49109</guid>
      <dc:date>2009-05-28T09:50:36Z</dc:date>
      <clearspace:dateToText>5 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>OTA SUPPORTED MOBILES</title>
      <link>http://developer.sonyericsson.com/community/thread/16305</link>
      <description>&lt;!-- [DocumentBodyStart:69cb4c7e-60fa-4aa6-9075-92a2d90e18e8] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I want to know the list of devices that supportes OTA. (Over the Air Settings.) &lt;/p&gt;&lt;p&gt;Please differentiate Nokia/OMA Spec.,like devices only supports Nokia Spec/Devices only supports OMA/Devices supports both.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Please provide the information.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:69cb4c7e-60fa-4aa6-9075-92a2d90e18e8] --&gt;</description>
      <pubDate>Mon, 22 Nov 2004 01:52:15 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/16305</guid>
      <dc:date>2004-11-22T01:52:15Z</dc:date>
      <clearspace:dateToText>4 years, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Blank SMS-STATUS-REPORTs on GC79</title>
      <link>http://developer.sonyericsson.com/community/thread/16958</link>
      <description>&lt;!-- [DocumentBodyStart:2dd39c58-3ddd-4f36-bf91-81c9a1c13bc1] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I have requested Message Status Reports to my application with `AT&lt;em&gt;CNMI=2,3,2,1,0' (in TPU mode) and all I get are the '&lt;/em&gt;CDS' messages but with no data; I'd be expecting the length &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp] the PDU data on the next line.&lt;/p&gt;&lt;p&gt;Can any one help me get the full +CDS reports?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2dd39c58-3ddd-4f36-bf91-81c9a1c13bc1] --&gt;</description>
      <pubDate>Mon, 10 Jan 2005 07:55:37 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/16958</guid>
      <dc:date>2005-01-10T07:55:37Z</dc:date>
      <clearspace:dateToText>4 years, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>SMS Forwarder Application</title>
      <link>http://developer.sonyericsson.com/community/thread/48481</link>
      <description>&lt;!-- [DocumentBodyStart:c97ac2e2-b9a7-4672-9cf6-657631529cee] --&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 need help, recently i bought a W890i for my son and i'm suspecting him misuse of handphone via SMS.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 you have any software on tracking SMS message and forward to me without his notice.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:c97ac2e2-b9a7-4672-9cf6-657631529cee] --&gt;</description>
      <pubDate>Wed, 25 Feb 2009 02:05:21 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48481</guid>
      <dc:date>2009-02-25T02:05:21Z</dc:date>
      <clearspace:dateToText>8 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>MMS Traffic Info</title>
      <link>http://developer.sonyericsson.com/community/thread/2746</link>
      <description>&lt;!-- [DocumentBodyStart:fc984d78-a0c8-4796-a840-2c607a6ec4aa] --&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;We'd like to develop an application to&amp;nbsp; send real-time traffic (car) condition through MMS. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Has anyone tried-out this kind of service ? What is the user experience ? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Lastly, what is the general feeling about the take-up rate for this kind of service - low, medium, high ?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 for any info.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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:fc984d78-a0c8-4796-a840-2c607a6ec4aa] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:53:03 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2746</guid>
      <dc:date>2003-07-01T17:53:03Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to determine when a text message was sent?</title>
      <link>http://developer.sonyericsson.com/community/thread/28989</link>
      <description>&lt;!-- [DocumentBodyStart:fe35497a-5d71-471a-9828-b606311da7b2] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I am trying to write a script for the k750i to automatically delete old text messages to make space for new ones, as the device apparently does not support this functionality itself. At the moment my code connects to the device over Bluetooth and issues AT commands to extract SMS messages from the phone's memory. However, while the PDU for a received message (SMS-DELIVER) contains a timestamp, that for a sent message (SMS-SUBMIT) does. So I can cull old received messages, but since the phone will write outgoing SMSs to any of the up to 128 free slots in memory, I can't infer which sent messages are old and which are new.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any suggestions for working around this? Clearly the phone &lt;!--[CodeBlockStart:83bc6f59-e7e9-4ab0-a4a2-3bf49a50b9a8]--&gt;&lt;span&gt;&lt;i&gt;does&lt;/i&gt;&lt;/span&gt;&lt;!--[CodeBlockEnd:83bc6f59-e7e9-4ab0-a4a2-3bf49a50b9a8]--&gt; record when outgoing messages were composed/sent, since it displays this in the UI. But is there a way to get hold of the information using AT commands? If not, is there any other way to do so?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fe35497a-5d71-471a-9828-b606311da7b2] --&gt;</description>
      <pubDate>Thu, 15 Jun 2006 17:26:55 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/28989</guid>
      <dc:date>2006-06-15T17:26:55Z</dc:date>
      <clearspace:dateToText>3 years, 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Java Coding Problems with AT commands?</title>
      <link>http://developer.sonyericsson.com/community/thread/29586</link>
      <description>&lt;!-- [DocumentBodyStart:7c55e868-be23-4041-b6a5-5655571691ab] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;.........&lt;/p&gt;&lt;p&gt;protected void converse() throws IOException {&lt;/p&gt;&lt;p&gt;String resp;// the modem response.&lt;/p&gt;&lt;p&gt;// Send the reset command&lt;/p&gt;&lt;p&gt;send("ATZ");&lt;/p&gt;&lt;p&gt;expect("OK");&lt;/p&gt;&lt;p&gt;send("ATDT" + number);&lt;/p&gt;&lt;p&gt;expect("OK");&lt;/p&gt;&lt;p&gt;try {&lt;/p&gt;&lt;p&gt;Thread.sleep(5000);&lt;/p&gt;&lt;p&gt;} catch (InterruptedException e) {&lt;/p&gt;&lt;p&gt;// nothing to do&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;is.close();&lt;/p&gt;&lt;p&gt;os.close();&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 style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cant seem to get it right to send sms through. ATD + number works but there is no ring tone on my phone and the receiver cannot hear. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Further to that, I was wondering how AT+CMGS works for this code segment. I tried but then the response is always wrong. It works on Hyperterminal. My guess is that there are some hidden characters in it. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Whats the character for Ctrl-Z when i need to send it as a String to the Serial Port? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 Regards&lt;/p&gt;&lt;p&gt;Niversphere.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7c55e868-be23-4041-b6a5-5655571691ab] --&gt;</description>
      <pubDate>Mon, 03 Jul 2006 02:31:07 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/29586</guid>
      <dc:date>2006-07-03T02:31:07Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Maximum number of connection registered</title>
      <link>http://developer.sonyericsson.com/community/thread/26519</link>
      <description>&lt;!-- [DocumentBodyStart:8996cd5c-9862-4a3f-b001-2ef7e79920f3] --&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 anybody know how many connection could be register using by using the dynamic registration "PushRegistry.registerConnection("sms://:portNumber","MidletName","*");"&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:8996cd5c-9862-4a3f-b001-2ef7e79920f3] --&gt;</description>
      <pubDate>Tue, 18 Apr 2006 10:03:20 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/26519</guid>
      <dc:date>2006-04-18T10:03:20Z</dc:date>
      <clearspace:dateToText>3 years, 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>unicude problem - miscelleous symbol</title>
      <link>http://developer.sonyericsson.com/community/thread/14987</link>
      <description>&lt;!-- [DocumentBodyStart:4adc43dc-a0e9-4375-b988-4ab2ebcbd89f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I have a question about unicode.&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 nokia phone supports unocode.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;but, i think that nokia phone deosn`t have langauge pack of whole unicode.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i wonder whether nokia phone supports unicode - miscelleous symbol area(&lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9827; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9828; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9829; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9830; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9831; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9832; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9833; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9834; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9835; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9836; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9837; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9838; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9839;).&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 send sms inculding charcters(&lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9827; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9828; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9829; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9830; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9831; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9832; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9833; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9834; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9835; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9836; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9837; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9838; &lt;a class="jive-link-external-small" href="amp"&gt;amp&lt;/a&gt;[/amp]#9839;)?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4adc43dc-a0e9-4375-b988-4ab2ebcbd89f] --&gt;</description>
      <pubDate>Tue, 14 Sep 2004 00:24:59 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/14987</guid>
      <dc:date>2004-09-14T00:24:59Z</dc:date>
      <clearspace:dateToText>5 years, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>+CMS ERROR:303 on executing AT+CMGF=1</title>
      <link>http://developer.sonyericsson.com/community/thread/19580</link>
      <description>&lt;!-- [DocumentBodyStart:87c0441d-a3e0-4f57-90f9-edcaad4030a0] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I am trying to send an SMS to another mobile by giving AT commands to my K700i. I wanna enter the text mode; but on excuting AT+CMGF=1, I get an error &lt;/p&gt;&lt;p&gt;+CMS ERROR: 303&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can someone help me ! If anybody has done this stuff before then plz send me the all the commands(in order) on the following e-mail&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:jawad.uet@gmail.com"&gt;jawad.uet@gmail.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;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:87c0441d-a3e0-4f57-90f9-edcaad4030a0] --&gt;</description>
      <pubDate>Mon, 25 Jul 2005 05:21:37 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/19580</guid>
      <dc:date>2005-07-25T05:21:37Z</dc:date>
      <clearspace:dateToText>2 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>J2ME Email</title>
      <link>http://developer.sonyericsson.com/community/thread/49211</link>
      <description>&lt;!-- [DocumentBodyStart:063d615b-dda8-45d7-bc79-0d736c89df01] --&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 am new to the mobile environment. &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;Is it possible to send emails directly from a J2ME Application without having to connect to a Servlet etc?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If yes, which packages would i be required to use/import?&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:063d615b-dda8-45d7-bc79-0d736c89df01] --&gt;</description>
      <pubDate>Mon, 15 Jun 2009 10:18:08 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49211</guid>
      <dc:date>2009-06-15T10:18:08Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>K700i with more than 1 @ in "My Friends" username</title>
      <link>http://developer.sonyericsson.com/community/thread/16326</link>
      <description>&lt;!-- [DocumentBodyStart:81ccc181-66d2-4230-a819-175bf9601e8c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span&gt;The wirelessvillage-server at yamigo.com uses dual @`s to be able to bridge to different im&amp;nbsp; systems. An example: &lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:myname@hotmail.com"&gt;myname@hotmail.com&lt;/a&gt;&lt;span&gt;@msn.com. The &lt;/span&gt;&lt;a class="jive-link-external-small" href="quot"&gt;quot&lt;/a&gt;[/quot]My Friends[quot][/quot] konfiguration program on the K700i doesn't allow this and replies with &lt;a class="jive-link-external-small" href="quot"&gt;quot&lt;/a&gt;[/quot]invalid username[quot][/quot]. As I can recall, other SE phones doesn't have this limitation. Is it fair to believe that this will be corrected, or is there a spesific reason for this inconvinience?&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;Lars Stea&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:81ccc181-66d2-4230-a819-175bf9601e8c] --&gt;</description>
      <pubDate>Tue, 23 Nov 2004 07:38:31 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/16326</guid>
      <dc:date>2004-11-23T07:38:31Z</dc:date>
      <clearspace:dateToText>3 years, 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>How to send a concatnate multiple messages in EMS</title>
      <link>http://developer.sonyericsson.com/community/thread/2761</link>
      <description>&lt;!-- [DocumentBodyStart:c8205ab7-0382-4d3b-b2b0-f46f96b27750] --&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 style="min-height: 8pt; height: 8pt; padding: 0px;"&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 someone please help me with some sample code in sending concatenated multiple messages as an EMS.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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. 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;/div&gt;&lt;!-- [DocumentBodyEnd:c8205ab7-0382-4d3b-b2b0-f46f96b27750] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:53:07 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2761</guid>
      <dc:date>2003-07-01T17:53:07Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to send the Rights Object via Wap Push for Separate Delivery?</title>
      <link>http://developer.sonyericsson.com/community/thread/30098</link>
      <description>&lt;!-- [DocumentBodyStart:5db78347-847c-4755-b5f2-aa935d37c7ed] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I have some problem with separate delivery. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried to read the spec from oma about this and know that the separate delivery will split between the content and its rights. I use NMIT 4.1 to build a DCF file and a DR file.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After that I downloaded the DCF file to my cell phone (Nokia 6600 &amp;amp; Sony Ericsson W550i) with HTTP. Everything look OK, my content has been protected. So, I tried to send the rights object via WAP Push as some thing like this binary message:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:1d04f13b-7a00-434f-8d1c-bcf435a85c89]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code"&gt;030E6A00C505850686078701464703312E30000101494A4648036369643A373039323032303036303731343137313831342D30303336353230383336406D6F6269636C75622E6E65740001014B4CC310941EB81FB6A3C2820B4BFD6A57BB644C0101014D4F5253033500010101010101&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:1d04f13b-7a00-434f-8d1c-bcf435a85c89]--&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But there is no any thing happens. My content still locked. And my cell phone doesn&amp;#146;t understand the WAP Push that I sent but it tells me that it does just receive a text message.&lt;/p&gt;&lt;p&gt;The text message can't readable.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I think I have made something wrong. Anybody please help me.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5db78347-847c-4755-b5f2-aa935d37c7ed] --&gt;</description>
      <pubDate>Sat, 15 Jul 2006 08:02:48 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/30098</guid>
      <dc:date>2006-07-15T08:02:48Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>T200: Send SMS problem</title>
      <link>http://developer.sonyericsson.com/community/thread/2755</link>
      <description>&lt;!-- [DocumentBodyStart:c83ac89f-3b57-4bd7-90c4-2894bbdca13e] --&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 style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Can anyone send an SMS thru T200 connected to PC using ANY command?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AT+CMGS=&lt;!--[CodeBlockStart:83985544-b94b-4e24-bfe3-2ac745d881f5]--&gt;&lt;span&gt;&lt;/span&gt;&lt;!--[CodeBlockEnd:83985544-b94b-4e24-bfe3-2ac745d881f5]--&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;gives an 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 style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Moreover this command is NOT included in the available commands list (AT*)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 for any help and 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;Sergey&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c83ac89f-3b57-4bd7-90c4-2894bbdca13e] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:53:06 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2755</guid>
      <dc:date>2003-07-01T17:53:06Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Looking for someone responsible for Z200 firmware</title>
      <link>http://developer.sonyericsson.com/community/thread/5130</link>
      <description>&lt;!-- [DocumentBodyStart:27c5f3be-d5b4-4553-b759-d382576f01f9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Good day,&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 exchange few user experiences with someone responsible for Z200 firmware. The phone has unfinished message delivery notifications, and is too slow in writing messages. I think the first thing can be solved easily in nearest firmware update. I would like also to ask about possibility of implementing e-mail client to future firmware versions. The phone is much more expensive than his competitors from other manufactures, so I expect to compensate this by perfect functionality (MMS not necessary - as I asked other users). With thanks and best regards, Jaromir A. R. Vich&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:27c5f3be-d5b4-4553-b759-d382576f01f9] --&gt;</description>
      <pubDate>Wed, 24 Mar 2004 09:15:58 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/5130</guid>
      <dc:date>2004-03-24T09:15:58Z</dc:date>
      <clearspace:dateToText>5 years, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>AT modem commands</title>
      <link>http://developer.sonyericsson.com/community/thread/2713</link>
      <description>&lt;!-- [DocumentBodyStart:dde9fba3-8487-4cba-ac8c-e1fa7c46ed7d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Anybody have docmentation about T200 modem AT command? I have to do an application sending and receiving sms messages.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 anticipation&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;a class="jive-link-email-small" href="mailto:rafa_ah@terra.es"&gt;rafa_ah@terra.es&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dde9fba3-8487-4cba-ac8c-e1fa7c46ed7d] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:53 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2713</guid>
      <dc:date>2003-07-01T17:52:53Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Programmatically take pictures with SMS or  MMS</title>
      <link>http://developer.sonyericsson.com/community/thread/29399</link>
      <description>&lt;!-- [DocumentBodyStart:973ffe20-8387-4895-adde-9e81fe1ceb6b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I was told that it is possible to send a SMS or MMS message to a Sony Ericsson k500i and force it to take a picture and send it back to the original message sender.&amp;nbsp; This is all suppose to happen without any additional software installed.&amp;nbsp; I have looked all over for this functionality but cannot find it.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does it even exist??&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:973ffe20-8387-4895-adde-9e81fe1ceb6b] --&gt;</description>
      <pubDate>Tue, 27 Jun 2006 02:07:32 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/29399</guid>
      <dc:date>2006-06-27T02:07:32Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Sending Voice from Pc to Phone?</title>
      <link>http://developer.sonyericsson.com/community/thread/46480</link>
      <description>&lt;!-- [DocumentBodyStart:30f7a1dc-88eb-44ff-b912-4f45d5924a4b] --&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; Im developing an application,which connects PC and mobile phone over bluetooth.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;it notyfies if der is an incoming call,new sms and so on.Im doing this in C# with at-commands.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 dialling a number and calling it by atd0123455; for example,it establishs a phone call.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 now want to do is: i would like to send a wav file for example,or some input from my PC-microphone to the phone during the call,so that it plays this wave file or microphone input to the person,which i ve called.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 hope you did understand,my english isnt 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;So i would like to do phone calls with my application over bluetooth(which already works) but then i need to talk into my pc mycrophone,and the person i called should hear it,like if i would talk into my mobile 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&gt; is there a way?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:30f7a1dc-88eb-44ff-b912-4f45d5924a4b] --&gt;</description>
      <pubDate>Fri, 26 Sep 2008 16:19:21 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/46480</guid>
      <dc:date>2008-09-26T16:19:21Z</dc:date>
      <clearspace:dateToText>5 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Need ActiveX control for sending sms via t310</title>
      <link>http://developer.sonyericsson.com/community/thread/3727</link>
      <description>&lt;!-- [DocumentBodyStart:f2eedceb-a748-4245-a804-abc3f41d6f26] --&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;earlier i was working with activex control and nokia 3310 and using my application to send messages via f-bus cable attached to the phone.. now i bought a t310 and want to continue working the same way.. just changing the activex control. does there exist any such ocx ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f2eedceb-a748-4245-a804-abc3f41d6f26] --&gt;</description>
      <pubDate>Fri, 07 Nov 2003 13:08:26 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/3727</guid>
      <dc:date>2003-11-07T13:08:26Z</dc:date>
      <clearspace:dateToText>6 years, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Newbie Quertion - AT-Commands</title>
      <link>http://developer.sonyericsson.com/community/thread/26748</link>
      <description>&lt;!-- [DocumentBodyStart:5f75b1cb-cf10-470f-9641-a95d7ad1c3a0] --&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&amp;#146;m guessing this may have come up before, but couldn&amp;#146;t find the answer so making a new post&lt;/p&gt;&lt;p&gt;I have been asked if I can write a program (I will be using Delphi) that talks to a datacard (they did say a Vodafone 3G card, but guessing all the cards are similar)&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 the following and what to know if it can be done, and if anybody can point me in a good direction on how to do it, I have never done anything that involves sending AT-Commands, so it&amp;#146;s going to be a very big learning curve&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1) When a SMS message comes in let my program know about it, or my program will poll it to see if there are any new messages. Not sure if I need to check the card or if it will let me know&lt;/p&gt;&lt;p&gt;My program will read it in, store the message body and the number it came from, and then deletes the message from the SIM card&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2) Same as the SMS, when a MMS message comes in let my program know about it or I need to check&lt;/p&gt;&lt;p&gt;My program will read it in, store the message body (picture) and the number is came from, and&amp;nbsp; then delete the message from the SIM&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;3) Be able to send out SMS messages to the card (yes you guessed it, to the numbers that got sorted)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I know they can read SMS messages, but can most cards handle a MMS and can they be read from it?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also does anybody know where to get a list of AT-Commands? if possible the Vodafone 3G card as I have one of those I can play J &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;Brian&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5f75b1cb-cf10-470f-9641-a95d7ad1c3a0] --&gt;</description>
      <pubDate>Sun, 23 Apr 2006 02:00:47 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/26748</guid>
      <dc:date>2006-04-23T02:00:47Z</dc:date>
      <clearspace:dateToText>3 years, 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Ringtones &amp; Ericsson Phones</title>
      <link>http://developer.sonyericsson.com/community/thread/2660</link>
      <description>&lt;!-- [DocumentBodyStart:ec867bfa-c159-4e22-b892-4e66e6c4e91c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello there,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How we go about to develop our own UDH&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;so we will be able to send ringtones to&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ericsson Phones via our sms provider.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Andreas&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:ec867bfa-c159-4e22-b892-4e66e6c4e91c] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:42 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2660</guid>
      <dc:date>2003-07-01T17:52:42Z</dc:date>
      <clearspace:dateToText>5 years, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Linux + ericsson 810 + AT commands</title>
      <link>http://developer.sonyericsson.com/community/thread/48445</link>
      <description>&lt;!-- [DocumentBodyStart:4b6a9f7c-50a9-493f-8953-e44e2826a8e7] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hai all,&lt;/p&gt;&lt;p&gt;I connected W810i in USB in my Mandriva Linux 2009. I found it is assigned to /dev/ttyACM0. When I queried the modem with kppp, it responds to the commands issued. I am building a java based applcation that will send sms using the serial port modem. I listed all the serial ports available 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;em&gt;Enumeration ports = CommPortIdentifier.getPortIdentifiers();&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;em&gt;ArrayList portList = new ArrayList();&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;em&gt;String portArray[] = null;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;em&gt;while (ports.hasMoreElements()) {&lt;/em&gt;&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; &lt;em&gt;CommPortIdentifier port = (CommPortIdentifier) ports.nextElement();&lt;/em&gt;&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; &lt;em&gt;if (port.getPortType() == CommPortIdentifier.PORT_SERIAL) {&lt;/em&gt;&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;em&gt;portList.add(port.getName());&lt;/em&gt;&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; &lt;em&gt;}&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;em&gt;}&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 found the following output.&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;Port name: SessionIndependent_/dev/ttyS0&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Port name: SessionIndependent_/dev/ttyS1&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;where the specified portname /dev/ttyACM0 is not found. when I called this port explicitly, I got nosuchportException. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any inputs here?&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4b6a9f7c-50a9-493f-8953-e44e2826a8e7] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">w810i</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">linux</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">at_commands</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">sms</category>
      <pubDate>Sun, 22 Feb 2009 07:38:01 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48445</guid>
      <dc:date>2009-02-22T07:38:01Z</dc:date>
      <clearspace:dateToText>9 months, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>push registry</title>
      <link>http://developer.sonyericsson.com/community/thread/45442</link>
      <description>&lt;!-- [DocumentBodyStart:794b5d80-60a9-4877-b438-99d78b00e58d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;is push registry always needed in sending and receiving messages? can't understand its role in messaging.. please help.. thanks..&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:794b5d80-60a9-4877-b438-99d78b00e58d] --&gt;</description>
      <pubDate>Mon, 07 Jul 2008 06:24:47 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/45442</guid>
      <dc:date>2008-07-07T06:24:47Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Xperia and Postfix (IMAP) - how to download mail from private Folder</title>
      <link>http://developer.sonyericsson.com/community/thread/48855</link>
      <description>&lt;!-- [DocumentBodyStart:1251d589-5ffa-47fc-be31-e3aee29ae5a8] --&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'm in trouble. I'm trying to configure my XPERIA in order to check my mail address (IMAP). I can check correctly the Sent Mail and Incoming mail but I can't see any mail into my Personal Folder that I have create like for example Experia, Job and some other.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My personal Mail server is configured with Postfix and I have an IMAP account.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;With some other mobile phone everything works fine and also with Outlook and Thunderbird mail client.&lt;/p&gt;&lt;p&gt;Can anyone help me please ?&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&gt;Leonardo&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1251d589-5ffa-47fc-be31-e3aee29ae5a8] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">postfix</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">imap</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">xpaeria</category>
      <pubDate>Sat, 11 Apr 2009 10:47:08 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48855</guid>
      <dc:date>2009-04-11T10:47:08Z</dc:date>
      <clearspace:dateToText>7 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>AT-Commands to create a GUI-Dialog</title>
      <link>http://developer.sonyericsson.com/community/thread/48737</link>
      <description>&lt;!-- [DocumentBodyStart:ae8f39d5-c6c7-4839-b696-0290ef8a6d92] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I create a GUI dialoge on a K700i, with AT-commands:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AT*SEUIS=1   --&amp;gt; OK&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AT*SESTRI="Titel","Field1:","This is the default text",0,0,1   --&amp;gt; *SESTRI: 1&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;it works, the Dispay shows a Input Field.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The 1-st problem is, that the default text-String "This is default text"&lt;/p&gt;&lt;p&gt;will displayed without spaces between the words.&lt;/p&gt;&lt;p&gt;On the display is: "Thisisthedefaulttext"&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This problem is on all strings, sent by a AT_Commands:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AT*SETICK="Dies ist der Text",1&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AT*SEYNQ="HS-Abfrage","Temperatur....  löschen",1&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;etc.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The 2-nd problem is,&lt;/p&gt;&lt;p&gt;that the spezial charater  ä ö ü&lt;/p&gt;&lt;p&gt;will not be displayed.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;II tried it with different char-set: AT+CSCS="UTF-8"  and AT+CSCS="8859-1"&lt;/p&gt;&lt;p&gt;without success&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for help&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ae8f39d5-c6c7-4839-b696-0290ef8a6d92] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">at_commands</category>
      <pubDate>Mon, 23 Mar 2009 00:06:03 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48737</guid>
      <dc:date>2009-03-23T00:06:03Z</dc:date>
      <clearspace:dateToText>8 months, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Read SMS inbox with AT Commands</title>
      <link>http://developer.sonyericsson.com/community/thread/47612</link>
      <description>&lt;!-- [DocumentBodyStart:53a878de-d7b9-447e-90eb-71bc3ac4a587] --&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 am using SE W760 and need to read the SMS inbox with AT Commands. the phone is connected to the PC with sync cable.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;once we send AT+CMGL=4 the phone responded with only "OK" and does not show the inbox content.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:53a878de-d7b9-447e-90eb-71bc3ac4a587] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">sms</category>
      <pubDate>Tue, 23 Dec 2008 10:43:32 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/47612</guid>
      <dc:date>2008-12-23T10:43:32Z</dc:date>
      <clearspace:dateToText>10 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>SEMC create list</title>
      <link>http://developer.sonyericsson.com/community/thread/48744</link>
      <description>&lt;!-- [DocumentBodyStart:b4fd3d9b-9ddd-4527-a58b-613ae179c147] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;there is a problem with the AT*SELIST command:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AT*SEUIS=1&lt;/p&gt;&lt;p&gt;OK&lt;/p&gt;&lt;p&gt;*SESFI: 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;AT*SELIST="Color",1,1,2,4,1,"red","",0,1,0,"grün","",0,0,0&lt;/p&gt;&lt;p&gt;ERROR !!!!!!!!!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks for help&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b4fd3d9b-9ddd-4527-a58b-613ae179c147] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">at_commands</category>
      <pubDate>Mon, 23 Mar 2009 20:07:37 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48744</guid>
      <dc:date>2009-03-23T20:07:37Z</dc:date>
      <clearspace:dateToText>7 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>PDU and hide yoour number</title>
      <link>http://developer.sonyericsson.com/community/thread/45015</link>
      <description>&lt;!-- [DocumentBodyStart:ef93a14e-6f95-4dd2-b751-13f7a152161f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello all&lt;/p&gt;&lt;p&gt;Respected person,&lt;/p&gt;&lt;p&gt;I am able to send sms using PDU mode.But when my this sms is rexeived on other phone, my phone number is displayed like "xxxxxxxxxx" on receipient mobile,&lt;/p&gt;&lt;p&gt;I do not want to display my number to receipient, instead of it i want to show some text like "abc" on receipient screen display instead of my number.&lt;/p&gt;&lt;p&gt;My question is : "Is there any way to change this setting using pdu frame ?"&lt;/p&gt;&lt;p&gt;waiting for answer,&lt;/p&gt;&lt;p&gt;Thank u.&lt;/p&gt;&lt;p&gt;Fahim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ef93a14e-6f95-4dd2-b751-13f7a152161f] --&gt;</description>
      <pubDate>Sun, 01 Jun 2008 10:03:08 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/45015</guid>
      <dc:date>2008-06-01T10:03:08Z</dc:date>
      <clearspace:dateToText>5 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>SMS PDU TO TEXT ?</title>
      <link>http://developer.sonyericsson.com/community/thread/2700</link>
      <description>&lt;!-- [DocumentBodyStart:f72cbed4-d0e8-4c75-a463-dc2b2fb4081a] --&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 read from some previous post that. When SMS is transfer back to terminal (Like a PC which connect to a T39 with cable). That only the PDU will be transfer, I would like to ask if it is possible to read the text in the terminal side ?&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:f72cbed4-d0e8-4c75-a463-dc2b2fb4081a] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:51 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2700</guid>
      <dc:date>2003-07-01T17:52:51Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>sms saving problem</title>
      <link>http://developer.sonyericsson.com/community/thread/4355</link>
      <description>&lt;!-- [DocumentBodyStart:ae604616-2ad4-48c8-b564-8799f92fd640] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Anybody knows why with a SIM card from Telecom Italia Mobile (TIM) sms that arrives are stored on the sim memory?&lt;/p&gt;&lt;p&gt;Usually sms are stored on phone memory (tried with T68i, P900).&lt;/p&gt;&lt;p&gt;Any suggestion? or any tip to solve the problem?&lt;/p&gt;&lt;p&gt;SIMs works fine with other phones.&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&gt;Enrico N. Gozzi&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ae604616-2ad4-48c8-b564-8799f92fd640] --&gt;</description>
      <pubDate>Tue, 13 Jan 2004 09:53:35 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/4355</guid>
      <dc:date>2004-01-13T09:53:35Z</dc:date>
      <clearspace:dateToText>5 years, 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>WRITE &amp; SEND SMS FROM COMPUTER VIA MOBILE</title>
      <link>http://developer.sonyericsson.com/community/thread/48310</link>
      <description>&lt;!-- [DocumentBodyStart:bde9d9d1-f746-4ab2-a6ab-2e4e23c3250f] --&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;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&gt;ACCTUALLY I WANT TO WRITE &amp;amp; SEND MY SMS FROM MY COMPUTER THROUGH CONNECTED MY MOBILE VIA BLUETOOTH OR DATA CABLE ALSO &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;AFTER INSTALLING YOUR PC SUITE SOFTWERE. MY MOBILE IS SONY ERRICSSON K550i. PLEASE HELP ME TO SOLVE OUT THIS PROBLEM ANY HOW.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;SNEHASISH&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;a class="jive-link-email-small" href="mailto:snehasishsardar@ymail.com"&gt;snehasishsardar@ymail.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 style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bde9d9d1-f746-4ab2-a6ab-2e4e23c3250f] --&gt;</description>
      <pubDate>Wed, 11 Feb 2009 07:27:43 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48310</guid>
      <dc:date>2009-02-11T07:27:43Z</dc:date>
      <clearspace:dateToText>9 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Is it possible to Modify Sender's phone number while sending SMS via Midlet in J2ME?</title>
      <link>http://developer.sonyericsson.com/community/thread/47220</link>
      <description>&lt;!-- [DocumentBodyStart:63d638f5-2d7c-4c41-8989-3e765fc02add] --&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;We have developed a J2ME application that sends SMS - handset to handset. Is it possible to Modify Sender Id/Sender phone number i.e. when recipients recieve the message, they see something like 'Best Deal' instead of sender's phone number? Is there any J2ME API available to do so? SMSLib is one such java library which supports Custom Sender ID but only for bulk sms operators and not for GSM Modems.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Looking forward to your response/suggestions.&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:63d638f5-2d7c-4c41-8989-3e765fc02add] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">sms</category>
      <pubDate>Mon, 01 Dec 2008 08:56:06 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/47220</guid>
      <dc:date>2008-12-01T08:56:06Z</dc:date>
      <clearspace:dateToText>11 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>get the free memory available on a mobile phone ?</title>
      <link>http://developer.sonyericsson.com/community/thread/26861</link>
      <description>&lt;!-- [DocumentBodyStart:526d29da-201b-4164-a8a4-0e13830401b4] --&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;Is there a way to get the free memory ( phone memory and card memory) space available with J2me ? I know that there is two methode in the class runtime but i think that the value return correspond to the heap allow to the KVM and i m not looking for 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;/div&gt;&lt;!-- [DocumentBodyEnd:526d29da-201b-4164-a8a4-0e13830401b4] --&gt;</description>
      <pubDate>Wed, 26 Apr 2006 09:13:59 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/26861</guid>
      <dc:date>2006-04-26T09:13:59Z</dc:date>
      <clearspace:dateToText>3 years, 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Sony-Ericsson P1i Send Report Bug | Please Help</title>
      <link>http://developer.sonyericsson.com/community/thread/46482</link>
      <description>&lt;!-- [DocumentBodyStart:aa47526a-62b3-43d1-b0b4-31c1c303a3cd] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I use my P1i for SMS . I have in inbox 1250 SMS, send item 1300 SMS. My P1i don't to get send reports. It is a great bug for a smartphone. What is solution of the problem?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:aa47526a-62b3-43d1-b0b4-31c1c303a3cd] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">p1i</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">report</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">sms</category>
      <pubDate>Sat, 27 Sep 2008 11:32:07 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/46482</guid>
      <dc:date>2008-09-27T11:32:07Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>GM47 module and I2C Communication Bus.</title>
      <link>http://developer.sonyericsson.com/community/thread/31228</link>
      <description>&lt;!-- [DocumentBodyStart:3eda0294-5ed6-4183-afe4-bf15c0af3231] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I have recently purchased one GM47 Module in order to experiment with it and especially the AT commands and other functions there. My system is some microcontrollers with an I2C Bus and different other things.&lt;/p&gt;&lt;p&gt;So far I have gone through the whole Integration Manual but could not find enough information as to how to accomodate this module in my system using the I2C Bus, as all is there is the Clock and Data pins without any mention of the actual address of the module once in the system.&lt;/p&gt;&lt;p&gt;So if I do not have the address I can not use the module. Also what other uses are there for the I2C pins if they are not associated with an I2C address?&lt;/p&gt;&lt;p&gt;&lt;span&gt;I am happy to supply any information which might be required off the label of the module if necessary, but I can not tell what version is the module's software as I can not talk to it yet with AT commands. I know that some software versions do not support the I2C, as indicated for example in this Integration Manual on page 63 ( &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.gaw.ru/pdf/Sony/GM47_Integrators_Manual.pdf"&gt;http://www.gaw.ru/pdf/Sony/GM47_Integrators_Manual.pdf&lt;/a&gt;&lt;span&gt; ), but my manual does not say that it does not support it (the note is not there). So it does very likely support the I2C, but HOW? Tx 4 Ur Hlp.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3eda0294-5ed6-4183-afe4-bf15c0af3231] --&gt;</description>
      <pubDate>Thu, 17 Aug 2006 06:20:48 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/31228</guid>
      <dc:date>2006-08-17T06:20:48Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Sony Ericsson MMS Composer</title>
      <link>http://developer.sonyericsson.com/community/thread/27180</link>
      <description>&lt;!-- [DocumentBodyStart:924e1b9e-1f65-4739-993c-8871a4486ce8] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Does any one have the link for Sony MMS Composer? I really need a program that composes MMS presentation files for Sony Ericsson based on SMIL. Or where can I find it? &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;Selcuk&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:924e1b9e-1f65-4739-993c-8871a4486ce8] --&gt;</description>
      <pubDate>Wed, 03 May 2006 09:32:44 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/27180</guid>
      <dc:date>2006-05-03T09:32:44Z</dc:date>
      <clearspace:dateToText>3 years, 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Instan-t Mobile for J2ME, Pocket PC and Symbian OS</title>
      <link>http://developer.sonyericsson.com/community/thread/30839</link>
      <description>&lt;!-- [DocumentBodyStart:d1ef1345-2c70-45e6-abbc-b83928385a8c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I found this way to instant message as very easy and quick one.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Instan-t is the brand of an instant messaging freeware that has a lot of benefits for example the most important is its interoperability with the public IMs, MSN YAHOO, AIM and ICQ. Instan-t gone mobile with the &lt;strong&gt;Instan-t Mobile&lt;/strong&gt;, it take me less than 3 minutes to download and its available for Pocket PC, J2ME and Symbian OS.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I recommend it, is easy to switch your contact list form your PC to your cell phone and no matter what carrier your cell phone belongs to. But most importantly is easy to use and you could IM anyone anywhere at anytime.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If anyone is interested you just go to their website which is&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://labs.interactiveni.com"&gt;http://labs.interactiveni.com&lt;/a&gt;&lt;span&gt; and try out this great version...&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;GOOD LUCK!&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; MaríaG.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d1ef1345-2c70-45e6-abbc-b83928385a8c] --&gt;</description>
      <pubDate>Thu, 03 Aug 2006 20:37:26 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/30839</guid>
      <dc:date>2006-08-03T20:37:26Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Reading SMS with AT commands</title>
      <link>http://developer.sonyericsson.com/community/thread/12630</link>
      <description>&lt;!-- [DocumentBodyStart:7b41b470-7421-445c-97d9-37792e6f1e34] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I whould like to read SMS from phone&lt;/p&gt;&lt;p&gt;with AT commands. When I read&lt;/p&gt;&lt;p&gt;messages with AT+SMGL command&lt;/p&gt;&lt;p&gt;the &amp;amp;#034;unread" messages becomes as&lt;/p&gt;&lt;p&gt;"read". Is there another way to read&lt;/p&gt;&lt;p&gt;message so the status still unchanged.&lt;/p&gt;&lt;p&gt;It should work like Siemens do, command&lt;/p&gt;&lt;p&gt;AT^SMGL.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7b41b470-7421-445c-97d9-37792e6f1e34] --&gt;</description>
      <pubDate>Mon, 24 May 2004 11:05:39 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/12630</guid>
      <dc:date>2004-05-24T11:05:39Z</dc:date>
      <clearspace:dateToText>5 years, 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>OTA Bookmark</title>
      <link>http://developer.sonyericsson.com/community/thread/2694</link>
      <description>&lt;!-- [DocumentBodyStart:e3fe7cf5-f070-4d13-ac7d-fccdd1d67807] --&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 have an application which send ota config setting and bookmarks.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The status is: &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;it's working well with nokia handset,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;instead I can send only config setting to ericsson handset.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 wasting a lot of time trying to figure it out.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So my question is: does ericsson handsets support OTA Bookmark?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If they support it, are there any differences with the OTA standard to take care of?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks please respond&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Paolo&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e3fe7cf5-f070-4d13-ac7d-fccdd1d67807] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:48 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2694</guid>
      <dc:date>2003-07-01T17:52:48Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>14</clearspace:messageCount>
      <clearspace:replyCount>13</clearspace:replyCount>
    </item>
    <item>
      <title>K700 Using Phone as a modem and sending SMS</title>
      <link>http://developer.sonyericsson.com/community/thread/30118</link>
      <description>&lt;!-- [DocumentBodyStart:862b9bc1-203c-4715-a42e-f5a1c44b6fc3] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;HI, I am trying to connect to a k700 phone using bluetooth and send sms. I logged into Terminal Services and connected to the device. (COM5). then the AT command got a OK. But when I tried to give SMS commands it returns an error. AT+CREG? retruns (0,1). but the errors are.&lt;/p&gt;&lt;p&gt;AT+CMGF=1 returns "error"&lt;/p&gt;&lt;p&gt;AT+CMGS="number" also gives error&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ATDT="2841858" (is the phone number) also returns NO CARRIER. Can anybody help me since I am new to this area.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;PS:I connected to the phone using a bluetooth dongle and software called "bluesoleil" and activated bluetooth serial service on COM5. then installed k700 modem driver for bluetooth for the port com5 and connected using Terminal Service. Is it something wrong with the steps i have taken. My network provider is Dialog TeleKom (MTN Networks) and they are allowing using the phone as a gprs modem.&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;Lahiru&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:862b9bc1-203c-4715-a42e-f5a1c44b6fc3] --&gt;</description>
      <pubDate>Sat, 15 Jul 2006 12:24:27 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/30118</guid>
      <dc:date>2006-07-15T12:24:27Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Z800: SMS reply fails when sender reuqests reply</title>
      <link>http://developer.sonyericsson.com/community/thread/17990</link>
      <description>&lt;!-- [DocumentBodyStart:e9e322d9-3795-4213-bdf2-64e970547120] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I discovered that when receiving an SMS with the &lt;a class="jive-link-external-small" href="quot"&gt;quot&lt;/a&gt;[/quot]request reply[quot][/quot] option embedded, sending your reply to the SMS fails with the &lt;a class="jive-link-external-small" href="quot"&gt;quot&lt;/a&gt;[/quot]Sending failed[quot][/quot] message, but works fine when resending from the Drafts folder. I asked the person with whom I was having problems to switch off the Request Reply option, and it now works fine. The other user has a T610 (in Sweden) and I have a V802SE running Z800 firmware, version R1X019 prgCXC 1250046_EU_1_VI in the United States&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e9e322d9-3795-4213-bdf2-64e970547120] --&gt;</description>
      <pubDate>Mon, 21 Mar 2005 17:25:42 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/17990</guid>
      <dc:date>2005-03-21T17:25:42Z</dc:date>
      <clearspace:dateToText>4 years, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Email Server Certificate Invalid</title>
      <link>http://developer.sonyericsson.com/community/thread/49252</link>
      <description>&lt;!-- [DocumentBodyStart:ad0581ee-8d4d-408d-a01f-f3fd4d45d92c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;I am having an issue with my W760i's email client recognizing my IMAP4 email server's SSL certificate. It informs me that the certificate is invalid. I have tried to download and transfer the certificate but the phone informs me that it already exists, but it does not display the cerfificate nor does it recognize my SSL certificate.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;Any thoughts?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;Thanks,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="background-color: #f8fafd;"&gt;Dan&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ad0581ee-8d4d-408d-a01f-f3fd4d45d92c] --&gt;</description>
      <pubDate>Thu, 25 Jun 2009 23:30:46 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49252</guid>
      <dc:date>2009-06-25T23:30:46Z</dc:date>
      <clearspace:dateToText>5 months, 3 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>GM47 I/O level interface chips</title>
      <link>http://developer.sonyericsson.com/community/thread/2784</link>
      <description>&lt;!-- [DocumentBodyStart:fe13f560-9f64-42af-a2bb-297a2104deb8] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I've designed a device using GM47. To interface TTL to its 2.75V I/O lines, I chose MAX3377EEUD, as I couldn't find a similar IC on any other manufacturers' portfolio. The problem is now, these chips seem to be impossible to find. And we sould start testing our board immediately.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;So, has anyone used these ICs? If you just happen to have some leftovers we could buy them as we need them urgently.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 for any info about possible places to ask for these.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Harri Siirtola&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;VTT Industrial Systems&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Finland&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:fe13f560-9f64-42af-a2bb-297a2104deb8] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:53:10 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2784</guid>
      <dc:date>2003-07-01T17:53:10Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>AT*SESSTCP -how to</title>
      <link>http://developer.sonyericsson.com/community/thread/14085</link>
      <description>&lt;!-- [DocumentBodyStart:558b6851-cc66-4dc5-b3b6-1deb5fd85e8d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;how to use this command in T610?&lt;/p&gt;&lt;p&gt;Is it similar to AT*EOBEX ?&lt;/p&gt;&lt;p&gt;Something like HTTP server, or what?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:558b6851-cc66-4dc5-b3b6-1deb5fd85e8d] --&gt;</description>
      <pubDate>Tue, 20 Jul 2004 08:44:59 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/14085</guid>
      <dc:date>2004-07-20T08:44:59Z</dc:date>
      <clearspace:dateToText>5 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Problem with WAP Push display in sonny ericsson phones !</title>
      <link>http://developer.sonyericsson.com/community/thread/30602</link>
      <description>&lt;!-- [DocumentBodyStart:b933ece2-4525-4ebf-a8d3-d432d6335690] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm sending a WAP Push to a sony ericsson mobile, but the message comes without sender, it takes the &lt;!--[CodeBlockStart:852e5a7f-4b56-4baf-b49b-da9617dbd1b7]--&gt;&lt;span&gt;&lt;/span&gt;&lt;!--[CodeBlockEnd:852e5a7f-4b56-4baf-b49b-da9617dbd1b7]--&gt; I put and view it as the sender like when you receive an SMS message. anyone has any idea...&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;mohsleem&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b933ece2-4525-4ebf-a8d3-d432d6335690] --&gt;</description>
      <pubDate>Thu, 27 Jul 2006 14:24:43 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/30602</guid>
      <dc:date>2006-07-27T14:24:43Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>1 phone uses 2 port names</title>
      <link>http://developer.sonyericsson.com/community/thread/49236</link>
      <description>&lt;!-- [DocumentBodyStart:b28de5f4-79b3-4c5f-981b-e2ed1c7e6038] --&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 my Sony Ericsson W200i connected to my USB port using the cable provided with the phone. I use Ubuntu 9.04 OS and minicom (similar to hyperterminal) to communicate with the phone using AT commands. I noticed that my phone, when connected, uses 2 port addresses at once, /dev/ttyACM0 and /dev/ttyACM1. Both ports are responding to AT commands from the terminal but they both point to the same phone, just one W200i. This causes some problems as I'm using many phones connected to my PC via USB ports. This makes my programs assume there are 2 phones available, while actually, I've connected only 1. Is this normal behaviour or is something wrong with my phone?? Any help would be great! All I want is my W200i to use just 1 port address, /dev/ttyACM0 and not 2, as it is doing now. Thanks!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Kaushik.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b28de5f4-79b3-4c5f-981b-e2ed1c7e6038] --&gt;</description>
      <pubDate>Tue, 23 Jun 2009 08:14:27 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49236</guid>
      <dc:date>2009-06-23T08:14:27Z</dc:date>
      <clearspace:dateToText>5 months, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>AT command to K800i</title>
      <link>http://developer.sonyericsson.com/community/thread/45194</link>
      <description>&lt;!-- [DocumentBodyStart:3500c03a-b8f9-490e-bde4-8bf1830c6ec0] --&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;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&gt;I am new to AT command and looking your response about how should I communicate with Sony Ericsson K800i mobile set through AT command.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 interesting in getting which access technology it is currently connected to and signal strength. I dont know how to issue AT command, I mean which command prompt and which commands should I use.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Looking for response.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;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;-- Azam &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:3500c03a-b8f9-490e-bde4-8bf1830c6ec0] --&gt;</description>
      <pubDate>Mon, 16 Jun 2008 11:05:09 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/45194</guid>
      <dc:date>2008-06-16T11:05:09Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>AT Commands: problems with SE Developer's Guide and implementations</title>
      <link>http://developer.sonyericsson.com/community/thread/47485</link>
      <description>&lt;!-- [DocumentBodyStart:41de46f2-c4b5-4f30-bb12-ba9a7e89d170] --&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 been trying to use the AT+CNMI command and have hit a number of problems. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;1. The Developer's Guide (Sept 2008) has a dialogue fragment on page 189&amp;nbsp; which is inconsistent with the AT+CNMI command parameters on page 178.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;which restricts the first parameter to be a single value - namely 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;2. In the fragment on page 189 the command AT+CNMI? has response +CNMI: (3),(0-1),1-2),(0),(0)&amp;nbsp; which&amp;nbsp; is incompatible with the description on page 178.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;3 The subsequent command AT+CNMI=0,1,2,0,0&amp;nbsp; should elicit a response ERROR but doesn't - , it gives +CNMI:3,1,2,0,0 which seems incorrect. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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; 4. When I use what I think is the correct sequence on my phone AT&lt;em&gt;CNMI=2,1,2,0,0 the phone accepts this (OK) and if I enter AT&lt;/em&gt;CNMI? Iget the expected result +CNMI:2,1,2,0,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;However when I send a text to the phone I get no indication. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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; Worse the comms channel freezes. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 disconnect/reconnect I again I can use AT&lt;em&gt;CMGL to discover that the phone has received the message successfully.&amp;nbsp; However if I now enter AT&lt;/em&gt;CNMI?&amp;nbsp; I get +CNMI: 2,0,0,0,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;Alttogether this seems very confusing.&amp;nbsp;&amp;nbsp; The manual seems to be incorrect and the phone operation aslso appears faulty. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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; At the very least can someone explain if my understanding of the Developer's Guide is incorrect. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 phone is a K300i -which has a simple RS232 interface connected via a DSR11 cable to a PC running hyperterminal (although I have double checked using a microntroller based system using 'raw' RS232. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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:41de46f2-c4b5-4f30-bb12-ba9a7e89d170] --&gt;</description>
      <pubDate>Sun, 14 Dec 2008 18:36:47 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/47485</guid>
      <dc:date>2008-12-14T18:36:47Z</dc:date>
      <clearspace:dateToText>11 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>t65 external system connector</title>
      <link>http://developer.sonyericsson.com/community/thread/2776</link>
      <description>&lt;!-- [DocumentBodyStart:486a9edc-979e-4617-b6fb-d01e2bd9073a] --&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;im having trouble finding information on the pinassignments of the external system connector at the bottom of the t65, can somebody help me? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:486a9edc-979e-4617-b6fb-d01e2bd9073a] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:53:09 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2776</guid>
      <dc:date>2003-07-01T17:53:09Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>not able to receive Bookmark on sony Ericsson w810i?</title>
      <link>http://developer.sonyericsson.com/community/thread/46361</link>
      <description>&lt;!-- [DocumentBodyStart:e7b1ca77-4e2b-468a-b554-90576352ea4f] --&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;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&gt; i am trying the following message as bookmark in settings message , i encoded it as per OTA_settings.pdf (As standard ericsson and Nokia Standard) .&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;here is the UDH &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;//UDH Plain&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0B 05 04 C3 4F C0 02 00 03 04 01 01&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;//Bookmark 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; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;01&amp;nbsp; 06&amp;nbsp; 2C&amp;nbsp; 1F&amp;nbsp; 2A&amp;nbsp; 61 70 70 6C 69 63 61 74 69 6F 6E 2F 78 2D 77 61 70 2D 70 72 6F 76 2E 62 72 6F 77 73 65 72 2D 73 65 74 74 69 6E 67 73&amp;nbsp; 00&amp;nbsp; 81&amp;nbsp; EA&amp;nbsp; 01&amp;nbsp;&amp;nbsp; 06&amp;nbsp; 6A&amp;nbsp;&amp;nbsp; 00&amp;nbsp;&amp;nbsp; 45&amp;nbsp;&amp;nbsp; 86&amp;nbsp;&amp;nbsp; 07&amp;nbsp;&amp;nbsp; 11&amp;nbsp;&amp;nbsp; 03&amp;nbsp;&amp;nbsp; 68 74 74 70 3A 2F 2F 77 61 70 2E 79 61 68 6F 6F 2E 63 6F 6D 00&amp;nbsp;&amp;nbsp; 01&amp;nbsp;&amp;nbsp; C6&amp;nbsp;&amp;nbsp; 7F&amp;nbsp;&amp;nbsp; 01&amp;nbsp;&amp;nbsp; 87&amp;nbsp;&amp;nbsp; 15&amp;nbsp;&amp;nbsp; 11&amp;nbsp;&amp;nbsp; 03&amp;nbsp;&amp;nbsp; 79 61 68 6F 6F&amp;nbsp; 00&amp;nbsp;&amp;nbsp; 01&amp;nbsp;&amp;nbsp; 87&amp;nbsp;&amp;nbsp; 17&amp;nbsp;&amp;nbsp; 11&amp;nbsp;&amp;nbsp; 03&amp;nbsp;&amp;nbsp; 68 74 74 70 3A 2F 2F 77 61 70 2E 79 61 68 6F 6F 2E 63 6F 6D 00&amp;nbsp;&amp;nbsp; 01&amp;nbsp;&amp;nbsp; 01&amp;nbsp;&amp;nbsp; 01 &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;But i am not receiving anything on my mobile.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Infact on Nokia 6680 ,6681 and on N 72 is is reaching and am able to save 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; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Help Me if i have make any mistake or any one provide me the correct UDH or dump data for Ericsson.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 may able to recive single bookmark on sony Ericsson.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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:e7b1ca77-4e2b-468a-b554-90576352ea4f] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">bookmark</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">ota</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">on</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">sony</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">ericsson</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">w810i.</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">nokia</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">n</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">72</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">6681</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">6680</category>
      <pubDate>Fri, 19 Sep 2008 13:07:02 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/46361</guid>
      <dc:date>2008-09-19T13:07:02Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>11</clearspace:messageCount>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>OTA bookmark Sony Ericsson</title>
      <link>http://developer.sonyericsson.com/community/thread/46415</link>
      <description>&lt;!-- [DocumentBodyStart:e7e60fdb-ed83-44b7-b99b-775a8bc9a644] --&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;Hi all,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 trying to sending the bookmark messaging on sony w200i.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;this is my xml:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;?xml version="1.0" encoding="UTF-8"?&amp;amp;gt;&lt;/p&gt;&lt;p&gt;&amp;amp;lt;!DOCTYPE CHARACTERISTIC-LIST SYSTEM "[file:///gw/settings.dtd] &amp;amp;gt;&lt;/p&gt;&lt;p&gt;&amp;amp;lt;CHARACTERISTIC-LIST&amp;amp;gt;&lt;/p&gt;&lt;p&gt;&amp;amp;lt;CHARACTERISTIC TYPE="BOOKMARK"&amp;amp;gt;&lt;/p&gt;&lt;p&gt;&amp;amp;lt;PARM NAME="NAME" VALUE="Orkut"/&amp;amp;gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;amp;lt;PARM NAME="URL" VALUE="[&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://m.myurl.com/Home&amp;quot;/|http://m.orkut.com/Home"&gt;http://m.myurl.com/Home"/|http://m.orkut.com/Home&lt;/a&gt;&lt;span&gt;]&amp;amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;amp;lt;/CHARACTERISTIC"&amp;amp;gt;&lt;/p&gt;&lt;p&gt;&amp;amp;lt;/CHARACTERISTIC-LIST&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;My WSP&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;01062c1f2a6170706c69636174696f6e2f782d7761702d70726f762e62726f777365722d73657474696e67730081ea&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 WBXMl:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;01016a0045c67f01871511034f726b7574000187171103687474703a2f2f6d2e6f726b75742e636f6d2f486f6d6500010101&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 UDH&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;0b0504c34fc0020003040101&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 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;01062c1f2a6170706c69636174696f6e2f782d7761702d70726f762e62726f777365722d73657474696e67730081ea01016a0045c67f01871511034f726b7574000187171103687474703a2f2f6d2e6f726b75742e636f6d2f486f6d6500010101 &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;On nokia n-72 it is received and i am able to save it but it is not receiving on the sony w200i and other sets.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 apreciated. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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&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:e7e60fdb-ed83-44b7-b99b-775a8bc9a644] --&gt;</description>
      <pubDate>Tue, 23 Sep 2008 06:51:05 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/46415</guid>
      <dc:date>2008-09-23T06:51:05Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>SMS Sending problem</title>
      <link>http://developer.sonyericsson.com/community/thread/15872</link>
      <description>&lt;!-- [DocumentBodyStart:b1e67846-2cdd-411e-9529-dd2ffb41b6d6] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello , i am developing a application for sending SMS.&lt;/p&gt;&lt;p&gt;I have problem with the CMsvSession Class.&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="quot"&gt;quot&lt;/a&gt;[/quot] CMsvSession *&amp;nbsp; iSession = CMsvSession::OpenAsyncL(*this); &lt;a class="jive-link-external-small" href="quot"&gt;quot&lt;/a&gt;[/quot]&amp;nbsp; raised E32user-cbase 44 &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I`m working on a p900, with metrowerks, uiq2.1.&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:b1e67846-2cdd-411e-9529-dd2ffb41b6d6] --&gt;</description>
      <pubDate>Mon, 25 Oct 2004 11:10:09 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/15872</guid>
      <dc:date>2004-10-25T11:10:09Z</dc:date>
      <clearspace:dateToText>5 years, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Sony Ericsson MMS Home Studio</title>
      <link>http://developer.sonyericsson.com/community/thread/29708</link>
      <description>&lt;!-- [DocumentBodyStart:ceae8330-e523-44f3-8414-e4d2978097f8] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;This programm create mms and could save it in phone memory. Somebody know how does it work? If I have image or complete mms in binary code, how can I save it in phone in right place? For example, sendfile programm can save picture in phone memory but on sendfile web (www.christersson.org) i can't find any contact &lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/sad.gif" width="16px"/&gt; Thank you for any help!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ceae8330-e523-44f3-8414-e4d2978097f8] --&gt;</description>
      <pubDate>Wed, 05 Jul 2006 15:16:55 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/29708</guid>
      <dc:date>2006-07-05T15:16:55Z</dc:date>
      <clearspace:dateToText>3 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>menu driven sms</title>
      <link>http://developer.sonyericsson.com/community/thread/5254</link>
      <description>&lt;!-- [DocumentBodyStart:15fdc00b-0811-421b-84ae-7aba59b6bd4d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hi all i need help here, do anyone know how to create a menu driven sms&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;something like this&lt;/p&gt;&lt;p&gt;1.Football&lt;/p&gt;&lt;p&gt;2.Transport&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Its like when you can click the first option then it will send a request to get information for football&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;can this be done using EMS&lt;/p&gt;&lt;p&gt;well i hope there is someone out here to help me out over this..... dont really know 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&gt;with regards&lt;/p&gt;&lt;p&gt;mathew&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:15fdc00b-0811-421b-84ae-7aba59b6bd4d] --&gt;</description>
      <pubDate>Fri, 02 Apr 2004 02:21:17 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/5254</guid>
      <dc:date>2004-04-02T02:21:17Z</dc:date>
      <clearspace:dateToText>5 years, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>problem with SAN notification (wappusch for synchronisation) with  W810i</title>
      <link>http://developer.sonyericsson.com/community/thread/26408</link>
      <description>&lt;!-- [DocumentBodyStart:13941621-34da-49f9-a3ea-1f5d56490ab1] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello all,&lt;/p&gt;&lt;p&gt;I try since 4 days to test the notification&amp;nbsp; SAN (sever alerted notification) with the proto mobile phone sony ericsson w810i. I don't find the solution. It's supposed to run like this:&lt;/p&gt;&lt;p&gt;1. I send a binary SMS with the format described in the documents: &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-OMA-TS-SyncML_SAN-V1_2-20050509-C &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-OMA-SyncML-DataSyncProtocol-V1_2-20040601-C&lt;/p&gt;&lt;p&gt;2. After the receipt of the SMS, the mobile must launch a synchronisation with the profile described in the SMS.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Question:&lt;/p&gt;&lt;p&gt;I would like to know if this mobile implemente this functionality or if someone had already succed to test the SAN&amp;nbsp; with this mobile or another one ?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Info:&lt;/p&gt;&lt;p&gt;SMS sended:0051000B913376987482F800F5AD3E0605040B840B84010603C4AF875D17A21536EEBDF698ED572F8E690FBE032800000000010F73796E632E7365727665722E636F6D1060000007042F636F6E&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the part digestMD5&amp;nbsp; contained the folowing value: &lt;/p&gt;&lt;p&gt;- server-user:"guest"&lt;/p&gt;&lt;p&gt;- server-password:"guest"&lt;/p&gt;&lt;p&gt;- nonce: "0000"&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The another values of the body notification are those used in the doc OMA-SyncML-DataSyncProtocol-V1_2-20040601-C.&lt;/p&gt;&lt;p&gt;So I creat on the mobile the following profile in the synchronisation menu:&lt;/p&gt;&lt;p&gt;-user name: "guest"&lt;/p&gt;&lt;p&gt;-password: "guest"&lt;/p&gt;&lt;p&gt;- param application&amp;gt;data base name:"./con" &lt;/p&gt;&lt;p&gt;-distance security&amp;gt;id server: "sync.server.com"&lt;/p&gt;&lt;p&gt;-distance security&amp;gt;password:"0000"&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;At the receipt of the SMS, nothing happen.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you have any ideas, any informations don't hesitate to contact me.&lt;/p&gt;&lt;p&gt;thanks in advance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:13941621-34da-49f9-a3ea-1f5d56490ab1] --&gt;</description>
      <pubDate>Fri, 14 Apr 2006 08:22:48 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/26408</guid>
      <dc:date>2006-04-14T08:22:48Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>VCard list of supported phones</title>
      <link>http://developer.sonyericsson.com/community/thread/2731</link>
      <description>&lt;!-- [DocumentBodyStart:e18a5342-15df-4bb4-9f2d-525c47de34d5] --&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;Is it possible to send VCards and VCal message to Ericsson phones using SMS. I've seen that the T68i, T300 and P800 support VCard and VCal sending via MMS but there is nothing about how these phones can receive. I am only interested in sending to phones using SMS (I haven't been able to get my head around sending MMS message from the web yet).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;If anyone has a list of which Ericsson phones support VCard and VCal it would be greatly appreciated - 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;/div&gt;&lt;!-- [DocumentBodyEnd:e18a5342-15df-4bb4-9f2d-525c47de34d5] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:58 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2731</guid>
      <dc:date>2003-07-01T17:52:58Z</dc:date>
      <clearspace:dateToText>5 years, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Author of AMR-to-WAV Converter</title>
      <link>http://developer.sonyericsson.com/community/thread/2622</link>
      <description>&lt;!-- [DocumentBodyStart:7c007104-823d-4c88-9d55-c79c87c6f5e3] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Does anybody know who the author of the freeware AMR-to-WAV converter is?&amp;nbsp; I'm doing a book on MMS and I'd like to give him or her credit.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 for any insight.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Cheers, Scott&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7c007104-823d-4c88-9d55-c79c87c6f5e3] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:35 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2622</guid>
      <dc:date>2003-07-01T17:52:35Z</dc:date>
      <clearspace:dateToText>5 years, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Help!!!...Please?</title>
      <link>http://developer.sonyericsson.com/community/thread/4482</link>
      <description>&lt;!-- [DocumentBodyStart:07128b8d-85a2-42c4-93c5-31d04427ff45] --&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 investigating an MMS solution for my company and I've put together an example .smil message to run on my P800/P900 as a demo/test, however, I've 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;Firstly, I've produced the .smil file as below which seems to run fine in the P800 in Adobe GoLive CS, however, when using the SE player downloaded from this site it doesn't play...the player doesn't recognize 'propimage' region correctly.&amp;nbsp; i have produced a similar file for a nokia phone which runs ok in their SDK.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Secondly, I tried sending this .smil file via our MMS Gateway (3rd party - WapMX) and when downloading the message I get an error; 'Access to your MMS service has been denied.&amp;nbsp; Please check your WAP/MMS settings from the control panel or contact your provider - Reason Code 0x52b' - is this a relted problem to the above or is this unrelated?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Lastly, does anyone know of any additional tools, documentation, books etc on created messaging services for mobile devices?...as you may be able to tell I'm learning (with deadline of course!)?!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;!--[CodeBlockStart:d17e2b7f-c804-42e9-b2d9-633d063b785e]--&gt;&lt;span&gt;&lt;/span&gt;&lt;!--[CodeBlockEnd:d17e2b7f-c804-42e9-b2d9-633d063b785e]--&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;Many thanks in advance for your assistance/time.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Pete&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:07128b8d-85a2-42c4-93c5-31d04427ff45] --&gt;</description>
      <pubDate>Fri, 23 Jan 2004 08:34:24 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/4482</guid>
      <dc:date>2004-01-23T08:34:24Z</dc:date>
      <clearspace:dateToText>5 years, 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>sending Themes over GSM network</title>
      <link>http://developer.sonyericsson.com/community/thread/5036</link>
      <description>&lt;!-- [DocumentBodyStart:508788f1-8b91-49c1-9fdf-feffd671ba80] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Is it possible to send themes over the GSM network via MMS?&amp;nbsp; My phone is a T610 and my friend`s phone is also a T610.&amp;nbsp; Can I also send it via MMS to some of my friends who has a different Sony Ericsson phone model (eg. T68i) that supports .thm files ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:508788f1-8b91-49c1-9fdf-feffd671ba80] --&gt;</description>
      <pubDate>Wed, 17 Mar 2004 02:01:27 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/5036</guid>
      <dc:date>2004-03-17T02:01:27Z</dc:date>
      <clearspace:dateToText>5 years, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Sending USSD message under Symbian v 7.0</title>
      <link>http://developer.sonyericsson.com/community/thread/2710</link>
      <description>&lt;!-- [DocumentBodyStart:bd69d267-c98a-4e17-8139-b8bdf612a26f] --&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 do not find any way to send USSD messages under Symbian v 6.1, neither using API or low-level functions.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is any one know if it is possible to do it now with Symbian v 7.0, and how ?&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&gt;Cyril&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bd69d267-c98a-4e17-8139-b8bdf612a26f] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:53 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2710</guid>
      <dc:date>2003-07-01T17:52:53Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>themes development and deployment</title>
      <link>http://developer.sonyericsson.com/community/thread/2730</link>
      <description>&lt;!-- [DocumentBodyStart:e997f1d7-0809-4775-8ef6-f4a68cc173f3] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;i'm looking for information on how to develop and deploy themes. i've looked thru most of the documentation on this site, but haven't been able to find anything as specific as i need. thanks before hand! (pablo / cartoon network latin america)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e997f1d7-0809-4775-8ef6-f4a68cc173f3] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:58 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2730</guid>
      <dc:date>2003-07-01T17:52:58Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>OTA Bookmark</title>
      <link>http://developer.sonyericsson.com/community/thread/3918</link>
      <description>&lt;!-- [DocumentBodyStart:bcbe643d-6ad3-434b-a1cf-ced0713a63aa] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;does anyone have an example of the user data header and user data to use for sending OTA bookmarks? &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;dynetic&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bcbe643d-6ad3-434b-a1cf-ced0713a63aa] --&gt;</description>
      <pubDate>Wed, 26 Nov 2003 10:50:27 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/3918</guid>
      <dc:date>2003-11-26T10:50:27Z</dc:date>
      <clearspace:dateToText>5 years, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>K700i - Phone hangs with TLS/SSL email</title>
      <link>http://developer.sonyericsson.com/community/thread/17232</link>
      <description>&lt;!-- [DocumentBodyStart:5380915c-9be5-4e82-aacf-e1607b4edee4] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Send/Receive email with an encrypted TLS/SSL server. Connects fine, starts receiving mail then phone hangs. Have to remove battery to reset. I checked the logs onthe mail server and it connected and authenticated fine. ANyone else have similar? Solution?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5380915c-9be5-4e82-aacf-e1607b4edee4] --&gt;</description>
      <pubDate>Thu, 27 Jan 2005 02:01:10 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/17232</guid>
      <dc:date>2005-01-27T02:01:10Z</dc:date>
      <clearspace:dateToText>3 years, 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Web to SMS/MMS to Web?</title>
      <link>http://developer.sonyericsson.com/community/thread/2682</link>
      <description>&lt;!-- [DocumentBodyStart:b1915dbe-a5b4-4a70-9c18-36c485584cfa] --&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 am a web application developer, working mainly in PERL.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;How do I create an application that can send SMS's? Do I need some sort of agreement with one of the operators, or are there other "gateways" that one can use? Can someone please give me more information? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Thank you! &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b1915dbe-a5b4-4a70-9c18-36c485584cfa] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:46 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2682</guid>
      <dc:date>2003-07-01T17:52:46Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>decoding tpdu when iei of 14 exists fails! why?</title>
      <link>http://developer.sonyericsson.com/community/thread/2701</link>
      <description>&lt;!-- [DocumentBodyStart:884bb078-371a-4ec1-a323-ebd7b561329d] --&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've justed started programming a tool to download sms' from a mobile phone (testing is with sony ericsson t68i).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;all worked fine so far:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i'm able to decode sms' correctly (even concatenated ones)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;but when a animation is defined in the udh, decoded tpdu data is messed up.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;example:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;a sms with a short text (three characters) and a animation.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;all works fine till i decode the text, which in this case should be&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;iLD&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;'i' is 0x69 1101001&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;'L' is 0x4C 1001100&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;'D' is 0x44 1000100&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;but what i get is:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;'R' 0x52 1010010&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"teta" 0x19 0011001&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;'I' 0x49 1001001&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;thus before decoding it was&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0xD2 11010010&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x4C 01001100&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x32 00110010&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 dcs was set to 0x00, which is 7bit default alphabet.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 phone displays the message correctly, so what am i doing wrong?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;please help me, i'm getting mad.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;thx 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;smoon &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:884bb078-371a-4ec1-a323-ebd7b561329d] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:52 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2701</guid>
      <dc:date>2003-07-01T17:52:52Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>MMS Slideshow</title>
      <link>http://developer.sonyericsson.com/community/thread/2702</link>
      <description>&lt;!-- [DocumentBodyStart:719bed3e-343b-4ea0-84bf-598bf892c681] --&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'm looking for a SMIL sample that support a simple slideshow of images and text for MMS use.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Anybody could help 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 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 style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Giuseppe&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:719bed3e-343b-4ea0-84bf-598bf892c681] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:52 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2702</guid>
      <dc:date>2003-07-01T17:52:52Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>R300LX Problems Sending Email</title>
      <link>http://developer.sonyericsson.com/community/thread/2671</link>
      <description>&lt;!-- [DocumentBodyStart:958c166e-579d-4aac-b18b-c35dfffe8734] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;When using AT commands I am able to send SMS messages to a telephone number using the AT+CSSM command but can not use that command to send to an email address (the command does not seem to support an email destination address).&amp;nbsp; Is there an AT command to send email? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:958c166e-579d-4aac-b18b-c35dfffe8734] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:44 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2671</guid>
      <dc:date>2003-07-01T17:52:44Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>big picture message, sending problem?</title>
      <link>http://developer.sonyericsson.com/community/thread/2703</link>
      <description>&lt;!-- [DocumentBodyStart:a76549e6-3537-480b-8bda-036efd21ef0b] --&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 style="min-height: 8pt; height: 8pt; padding: 0px;"&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 sending to Ericsson handset an 72&lt;strong&gt;24 sized picture with short text message by cutting the picture to two parts as 40&lt;/strong&gt;24 and 32*24&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;There is no problem generally. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;But following sample is no received by handset;&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 1&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;01848200030A0201127B100518FFFFFFFFFF800000000080000006008000000000800000000080038C720087728872008D938E9200881202D2009833CE76008000000400800000181880000030188000000000800000004480000000448000000044800000003C80000000008000000000800000000080000000008000000000FFFFFFFFFF20&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;MESSAGE 2&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;01786A00030A020212630E0418FFFFFFFF0000000100000001000000010000000100000001000000010000000100000001000000010000000100800001010800016108000141080001738EF001110890017188E001008EC00100007001000000010000000100000001FFFFFFFF6B61616E20657264656D697220&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;On the other hand, following sample is OK! it is received by handset...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;MESSAGE 1&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;01848200030A0201127B100518FFFFFFFFFF800000000080000006008000000000800000000080038C720087728872008D938E9200881202D2009833CE76008000000400800000181880000030188000000000800000004480000000448000000044800000003C80000000008000000000800000000080000000008000000000FFFFFFFFFF20&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;MESSAGE 2&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;01796A00030A020212630E0418FFFFFFFF00000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000160000001400000017000F001100090017000E0010000C00100007001000000010000000100000001FFFFFFFF6B61616E20657264656D69722020&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Finally, both of samples are actually same!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;There is a just little difference between samples...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;At first sample there is a text drawing on the picture as 'mesaj ustte'&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;And, at second sample there is a text drawing on picture as 'mesaj us&amp;nbsp; e'...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;That is it! And I have a problem which is not understandable???&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a76549e6-3537-480b-8bda-036efd21ef0b] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:52 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2703</guid>
      <dc:date>2003-07-01T17:52:52Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Bug Found: R300LX and SMS</title>
      <link>http://developer.sonyericsson.com/community/thread/2669</link>
      <description>&lt;!-- [DocumentBodyStart:1c3c539f-a6d1-40f1-87dd-6339fa4ffed5] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;When using AT commands to get message list (AT+CGML=1) the phone will reset if there are any SENT messages still in the phone's memory.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;My workaround is to use the CGML command to list all of the "sent" messages first, delete them and then you can list all messages without having the phone reset.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1c3c539f-a6d1-40f1-87dd-6339fa4ffed5] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:44 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2669</guid>
      <dc:date>2003-07-01T17:52:44Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>WAP push bookmark OTA</title>
      <link>http://developer.sonyericsson.com/community/thread/2520</link>
      <description>&lt;!-- [DocumentBodyStart:c0b1280e-3df8-4a3a-87f2-94e1f43a314d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I'm trying to push a bookmark to a T68 by WAP but fails.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 read and followed: ota_settings_general_7_0.pdf&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;It works fine on Nokia phones. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Has anyone succeded in sending a bookmark (not browser-settings) to an Ericsson phone?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c0b1280e-3df8-4a3a-87f2-94e1f43a314d] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:19 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2520</guid>
      <dc:date>2003-07-01T17:52:19Z</dc:date>
      <clearspace:dateToText>11 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>how to improve SMS performance of T238?</title>
      <link>http://developer.sonyericsson.com/community/thread/15860</link>
      <description>&lt;!-- [DocumentBodyStart:d68f39a0-e390-4c4d-896a-6d824b001723] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;When editing or opening a SMS,&amp;nbsp; T238 exhibits 1 or 2 or even 3 seconds delay in response. It`s always the case that the characters appear a few seconds later after finishing typing. This is the most complained point when people&amp;nbsp; talk about the drawbacks of T238, and this defect sure&amp;nbsp; brings inconvenience to the user. I am wondering how this problem come into being? Is there any way to fix it? &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;If anyone can provide a solution or any suggestion, could you please contact me by &lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:yjbox_2000@sina.com"&gt;yjbox_2000@sina.com&lt;/a&gt;&lt;span&gt;?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Your help is appreciated.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d68f39a0-e390-4c4d-896a-6d824b001723] --&gt;</description>
      <pubDate>Mon, 25 Oct 2004 02:22:22 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/15860</guid>
      <dc:date>2004-10-25T02:22:22Z</dc:date>
      <clearspace:dateToText>5 years, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>SyncML with T68i/T610</title>
      <link>http://developer.sonyericsson.com/community/thread/3781</link>
      <description>&lt;!-- [DocumentBodyStart:efcf0fe4-5f5c-4d66-ae28-b99dcbfc85a3] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;We are currently running a mobile synchronization pilot installation for a large customer and we have encountered some problems when synchronizing contacts/calendar to a T68i. I have a couple of questions 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;1. We have experienced some stability problems when synching a T68i. We have synchronized using a T610 as well and have not experienced any stability issues at all. When we synch with the T68i, the synchronization fails when more than just a few contacts/meetings are synched. We have attempted to isolate the cause of the problem (e.g. GPRS provider, language setting, etc) but have not succeeded. We are using XTNDConnect Server as our synchronization tool and are in contact with the local distributor as well on this problem. Has anyone else had similar problems? What version(s) of the SyncML protocol are used on the T68i and the T610?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2. We are also testing the synchronization of recurring meetings to mobile telephones. I have not seen the ability to manually create recurring meetings with the T68i and assume that this functionality does not exist, is this correct? Also, Is it possible to synchronize recurring meetings at all with SyncML, or is it a limitation of the protocol?&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;Ken&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:efcf0fe4-5f5c-4d66-ae28-b99dcbfc85a3] --&gt;</description>
      <pubDate>Wed, 12 Nov 2003 04:32:29 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/3781</guid>
      <dc:date>2003-11-12T04:32:29Z</dc:date>
      <clearspace:dateToText>6 years, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>DRM OMA 1.1</title>
      <link>http://developer.sonyericsson.com/community/thread/26858</link>
      <description>&lt;!-- [DocumentBodyStart:b45fbf51-17e8-44e8-984f-8ea3d3c85bd0] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I tried to install a ******.dm (packaged content) into a T637 but the phone didn't install it, it said unknown file format, so, it supports OMA DRM 1.1, does somebody how to apply this protection?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b45fbf51-17e8-44e8-984f-8ea3d3c85bd0] --&gt;</description>
      <pubDate>Tue, 25 Apr 2006 20:59:11 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/26858</guid>
      <dc:date>2006-04-25T20:59:11Z</dc:date>
      <clearspace:dateToText>3 years, 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>OTAP for SonyEricsson mobiles</title>
      <link>http://developer.sonyericsson.com/community/thread/15714</link>
      <description>&lt;!-- [DocumentBodyStart:00871c4b-4081-40ce-9e67-9f2fecb3ef88] --&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is there any white paper avaliable from SonyEricsson on OTAP according to the OMA Client Provisioning1.1&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thnaks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:00871c4b-4081-40ce-9e67-9f2fecb3ef88] --&gt;</description>
      <pubDate>Mon, 18 Oct 2004 05:45:47 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/15714</guid>
      <dc:date>2004-10-18T05:45:47Z</dc:date>
      <clearspace:dateToText>5 years, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>SMS transmation and recieving CMS ERROR: 30</title>
      <link>http://developer.sonyericsson.com/community/thread/48460</link>
      <description>&lt;!-- [DocumentBodyStart:0b1207a8-940d-42c3-ad1d-147ff1ae0e8e] --&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;Dear Sir&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 software developer. i am try to make an application for SMS transmation and recieving system. i make code and send instruction AT commang set. for this purpos i am using GC79 and GC 85 but i am facing a problem. my code is working fine with your wireless manager application but when i close your application my code is not send the sms. all command working fine but when i an send the message i recived an error "+CMS ERROR: 30". I need some help to solve this 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;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;Saeed&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;00971502288096&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:0b1207a8-940d-42c3-ad1d-147ff1ae0e8e] --&gt;</description>
      <pubDate>Tue, 24 Feb 2009 06:52:09 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48460</guid>
      <dc:date>2009-02-24T06:52:09Z</dc:date>
      <clearspace:dateToText>9 months, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>read message only in inbox</title>
      <link>http://developer.sonyericsson.com/community/thread/30691</link>
      <description>&lt;!-- [DocumentBodyStart:ef1cf4e6-d351-48e6-ad3b-189da94ae71b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi, I have a problem:&lt;/p&gt;&lt;p&gt;I have a sony p800 and I must read your message, but only message present in inbox, not message present in "Beamed", How to?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I use this method for read all:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;TMsvId* entryId;&lt;/p&gt;&lt;p&gt;// entry id from the session event&lt;/p&gt;&lt;p&gt;entryId = static_cast&amp;lt;TMsvId*&amp;gt;(aArg2);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;// new entry has been created in Inbox folder&lt;/p&gt;&lt;p&gt;if (*entryId == KMsvGlobalInBoxIndexEntryId )&amp;nbsp; &lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // We take the created entries into a selection&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CMsvEntrySelection* entries = static_cast&amp;lt;CMsvEntrySelection*&amp;gt;(aArg1);&lt;/p&gt;&lt;p&gt; for(TInt i = 0; i &amp;lt; entries-&amp;gt;Count(); i++)&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;//action of code&lt;/p&gt;&lt;p&gt;}&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;Thanks a lot&lt;/p&gt;&lt;p&gt;Silvia&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ef1cf4e6-d351-48e6-ad3b-189da94ae71b] --&gt;</description>
      <pubDate>Mon, 31 Jul 2006 09:20:20 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/30691</guid>
      <dc:date>2006-07-31T09:20:20Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>SMS related...</title>
      <link>http://developer.sonyericsson.com/community/thread/3864</link>
      <description>&lt;!-- [DocumentBodyStart:d2118c14-02a7-4a1a-842c-1d4c79e9fec0] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I am using F251m FCT for sending/receiving SMS through RS232 interface. But I couldn`t get the acknowledgement message coming from the SMSC. As I understood I should use the CNMI command for this. I didn't understand the setttings and I couldn't find any detailed technical documentation about F251m. How can I get unsolicitated messages that comes to the F251m.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can anyone help me? If possible, I want to get a technical documentation on interfacing F251m by RS232.&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;Baatar Tsolmon.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:d2118c14-02a7-4a1a-842c-1d4c79e9fec0] --&gt;</description>
      <pubDate>Thu, 20 Nov 2003 10:01:33 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/3864</guid>
      <dc:date>2003-11-20T10:01:33Z</dc:date>
      <clearspace:dateToText>6 years, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>REPLYING AN SMS MESSAGE WITH A MIDLET APP JAR FILE</title>
      <link>http://developer.sonyericsson.com/community/thread/27849</link>
      <description>&lt;!-- [DocumentBodyStart:75c92fb0-3910-488b-858d-0266e4bcf2ab] --&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;Basically, what i want to achieve is for a user to be able to send an SMS to a phone short-code(my short-code) e.g 4545,34056. and based on what that person sent, he/she would be replied with a MIDlet application which will be residing on my webserver.&lt;/p&gt;&lt;p&gt;At the moment i am replying with an SMS using an(SMSC)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is this possible? if yes, what setup do i need?&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;Lex&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:75c92fb0-3910-488b-858d-0266e4bcf2ab] --&gt;</description>
      <pubDate>Thu, 18 May 2006 13:42:06 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/27849</guid>
      <dc:date>2006-05-18T13:42:06Z</dc:date>
      <clearspace:dateToText>3 years, 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>SMIL Autolinking</title>
      <link>http://developer.sonyericsson.com/community/thread/48823</link>
      <description>&lt;!-- [DocumentBodyStart:912a5534-7197-4014-9db5-7dcfbbbb7382] --&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 having a bit of a problem. I cannot get a link to open automatically on my Sony Ericsson W660i.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Below is the SMIL 2.1 File:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:d245bfb3-a4a0-4e3c-b1c3-d50312ad7861]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-xml"&gt;&lt;span class="jive-xml-tag"&gt;&amp;lt;smil xmlns="http://www.w3.org/2005/SMIL21/"&amp;gt;&lt;/span&gt;
     &lt;span class="jive-xml-tag"&gt;&amp;lt;head&amp;gt;&lt;/span&gt;
          &lt;span class="jive-xml-tag"&gt;&amp;lt;layout&amp;gt;&lt;/span&gt;
               &lt;span class="jive-xml-tag"&gt;&amp;lt;region id="a" top="5" /&amp;gt;&lt;/span&gt;
          &lt;span class="jive-xml-tag"&gt;&amp;lt;/layout&amp;gt;&lt;/span&gt;
     &lt;span class="jive-xml-tag"&gt;&amp;lt;/head&amp;gt;&lt;/span&gt;
     &lt;span class="jive-xml-tag"&gt;&amp;lt;body&amp;gt;&lt;/span&gt;
          &lt;span class="jive-xml-tag"&gt;&amp;lt;seq&amp;gt;&lt;/span&gt;
               &lt;span class="jive-xml-tag"&gt;&amp;lt;text region="a" src="cid:a.txt" dur="3s"/&amp;gt;&lt;/span&gt;
               &lt;span class="jive-xml-tag"&gt;&amp;lt;a href="http://www.example.com/" actuate="onLoad" show="new"&amp;gt;&lt;/span&gt;
                    &lt;span class="jive-xml-tag"&gt;&amp;lt;text region="a" src="cid:a.txt" dur="3s"/&amp;gt;&lt;/span&gt;
               &lt;span class="jive-xml-tag"&gt;&amp;lt;/a&amp;gt;&lt;/span&gt;
          &lt;span class="jive-xml-tag"&gt;&amp;lt;/seq&amp;gt;&lt;/span&gt;
     &lt;span class="jive-xml-tag"&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;
&lt;span class="jive-xml-tag"&gt;&amp;lt;/smil&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:d245bfb3-a4a0-4e3c-b1c3-d50312ad7861]--&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The actuate="onLoad" doesn't cause the link to open. I can click on it though. But it has to open automatially as it is defined in the SMIL 2 spec.&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&gt;Thanks!&lt;/p&gt;&lt;p&gt;Donovan&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:912a5534-7197-4014-9db5-7dcfbbbb7382] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">smil</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">autolink</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">actuate</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">mms</category>
      <pubDate>Tue, 31 Mar 2009 23:16:17 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48823</guid>
      <dc:date>2009-03-31T23:16:17Z</dc:date>
      <clearspace:dateToText>7 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>T630 AT Command Set</title>
      <link>http://developer.sonyericsson.com/community/thread/14940</link>
      <description>&lt;!-- [DocumentBodyStart:69a0a059-e4e9-4c27-9da7-92e691d017ea] --&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 try to connect my SMS gateway in Linux with SonyEricsson T630. However, the SMS does not seem to send/receive successfully.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can anyone tell me where can I find the T630 AT Command Set Reference? I found T68 but could not get T630. Can anyone help?&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;Heng&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:69a0a059-e4e9-4c27-9da7-92e691d017ea] --&gt;</description>
      <pubDate>Fri, 10 Sep 2004 10:51:26 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/14940</guid>
      <dc:date>2004-09-10T10:51:26Z</dc:date>
      <clearspace:dateToText>5 years, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>SMTP authentication</title>
      <link>http://developer.sonyericsson.com/community/thread/3463</link>
      <description>&lt;!-- [DocumentBodyStart:1659c2ad-907f-4d59-bbcb-8bae5269ac4c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I operate my business email from a yahoo snall business service - I can retrieve the emails from their server using standard email clients (outlook etc) using the proscribed settings, including SMTP authentication.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However when I try to retrieve these mails with the P800 via GPRS, having set up the mail accoutn with identical settings the GPRS just hangs and fails to conneect properly to the yahoo server.&amp;nbsp; The service provider is O2 in the UK.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is this part of their walled garden revenue protection scheme, or am I able to do this somehow?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1659c2ad-907f-4d59-bbcb-8bae5269ac4c] --&gt;</description>
      <pubDate>Thu, 16 Oct 2003 03:55:47 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/3463</guid>
      <dc:date>2003-10-16T03:55:47Z</dc:date>
      <clearspace:dateToText>5 years, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>How to access registry</title>
      <link>http://developer.sonyericsson.com/community/thread/2930</link>
      <description>&lt;!-- [DocumentBodyStart:7e28f256-0289-4a97-834d-ecef0400efbe] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;How can I access / view/edit the registry on a P800?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Seems something went wrong with a Save/Getsettings and needs a manual correction.&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;Bastiaan&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7e28f256-0289-4a97-834d-ecef0400efbe] --&gt;</description>
      <pubDate>Sat, 02 Aug 2003 16:57:29 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2930</guid>
      <dc:date>2003-08-02T16:57:29Z</dc:date>
      <clearspace:dateToText>6 years, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Getting SizeExceededException MMS (JSR 205) on the device</title>
      <link>http://developer.sonyericsson.com/community/thread/26498</link>
      <description>&lt;!-- [DocumentBodyStart:9db1dbcb-15aa-4a8b-b530-ad60cc80f0db] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I have an MMS application that composes MMS Message using Java (JSR 205) MMS APIs. The application works fine in the emulator (Sun Wireless Toolkit 2.2).&lt;/p&gt;&lt;p&gt;When I migrate the application to W600i device (which supports JSR 205) I get&lt;/p&gt;&lt;p&gt;"SizeExceededException - Size exceeds maximum allowed".&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I get this exception, when the app creates an instance of MessagePart i.e. new MessagePart(.....).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I get this error when I try to add text or image to MessagePart, irrespective of the length of the message.&amp;nbsp; I even tried to send a 1 byte text message and still I get SizeExceededException error on the device.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried the MMSSender example listed on this web site. Even then, I get the same error on the device.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone encountered similar issues or any thoughts to resolve 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 in advance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9db1dbcb-15aa-4a8b-b530-ad60cc80f0db] --&gt;</description>
      <pubDate>Mon, 17 Apr 2006 22:28:17 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/26498</guid>
      <dc:date>2006-04-17T22:28:17Z</dc:date>
      <clearspace:dateToText>3 years, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>help! imelody size??</title>
      <link>http://developer.sonyericsson.com/community/thread/2449</link>
      <description>&lt;!-- [DocumentBodyStart:fba25840-2ed2-4f13-92b9-469f48781f2e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;according to ems developer guide, imelody maximum size is 128bytes. it is including header and footer.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;header and footer data size is 81bytes. so the available size in actual melody data is 47bytes. so it can have about 15notes. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;1)it is true?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;if so, it is very few notes in expressing melody. i need the way to express longer melody.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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)anyone else knows the way to express loger melody?&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;thank you in advance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fba25840-2ed2-4f13-92b9-469f48781f2e] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:51:58 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2449</guid>
      <dc:date>2003-07-01T17:51:58Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>retrieving MMS from k750i to PC strategy</title>
      <link>http://developer.sonyericsson.com/community/thread/24140</link>
      <description>&lt;!-- [DocumentBodyStart:4542bc29-bc3e-46f1-bb0d-bfa11658f24c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I'm trying to find out how to transfer MMS-es from the phone to a pc or &lt;/p&gt;&lt;p&gt;divert arriving MMS-es to some java application on the phone which does that.&lt;/p&gt;&lt;p&gt;The goal is to being able to send MMS-es to a number and have the pictures posted on a website automatically.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I found out that:&lt;/p&gt;&lt;p&gt;- It seems impossible to access the messages through java.&lt;/p&gt;&lt;p&gt;I tried through jsr 75, (PIM and file connection). But it won't work because that's not where these messages are stored.&lt;/p&gt;&lt;p&gt;- It looks like there is a possibilty using WMA in java, which allows MMS-es to be received by a java app. However, it seems that a MMS message must have the application ID in the header in order to have it processed by anything but the default MMS-processor.&lt;/p&gt;&lt;p&gt;- I looked at AT commands, specifically at AT&lt;strong&gt;CMGR and AT&lt;/strong&gt;EAPP, but unfortunately it doesn't seem that they can transfer the message either through the terminal or run an action which would copy the image in the MMS to the memmory stick.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, basically finding that out took a long time, so maybe this message spares somebody else the time &lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/happy.gif" width="16px"/&gt; OR maybe someone knows another strategy or some way of creating this pretty basic function.&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;Ingmar&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4542bc29-bc3e-46f1-bb0d-bfa11658f24c] --&gt;</description>
      <pubDate>Tue, 14 Feb 2006 22:51:37 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/24140</guid>
      <dc:date>2006-02-14T22:51:37Z</dc:date>
      <clearspace:dateToText>3 years, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>how to use default proxy in OTA,client provisioning?</title>
      <link>http://developer.sonyericsson.com/community/thread/26301</link>
      <description>&lt;!-- [DocumentBodyStart:ad75da21-1774-47d6-89dc-3fdfafeebe49] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;we are trying to send wireless village OTA to users(to sync etc, the problem should be the same) if we define the proxy in the xml OTA files, it needs 3 sms to send (which is ok to s60 phones, but s40 has great chances of lossing it)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;we read on oma doc that they should suppoort using default proxy on the phone(preset ones). but after digging around a lot,still no answers, anyone to help?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;great thanks&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Steven&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ad75da21-1774-47d6-89dc-3fdfafeebe49] --&gt;</description>
      <pubDate>Wed, 12 Apr 2006 10:15:17 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/26301</guid>
      <dc:date>2006-04-12T10:15:17Z</dc:date>
      <clearspace:dateToText>3 years, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>E-Mail not working.</title>
      <link>http://developer.sonyericsson.com/community/thread/26728</link>
      <description>&lt;!-- [DocumentBodyStart:bf7c3628-415a-47df-b5dc-8bf28fcc08a8] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I ave k300i . i ave set up email's settings as : &lt;/p&gt;&lt;ul&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;incoming server : * pop.mail.yahoo.com&lt;/p&gt;&lt;/li&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;&lt;span&gt;outgoing server : * smtp.mail.yahoo.com . * mailbox * is empty * email address * as &lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:b1335555@yahoo.co.in"&gt;b1335555@yahoo.co.in&lt;/a&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;ports * r default 110, 25 . &lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;i ave http (web) supported internet connection too. but whenever i tried to send &amp;amp; reci mail error occured * can't connect 2 server *&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bf7c3628-415a-47df-b5dc-8bf28fcc08a8] --&gt;</description>
      <pubDate>Sat, 22 Apr 2006 10:26:32 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/26728</guid>
      <dc:date>2006-04-22T10:26:32Z</dc:date>
      <clearspace:dateToText>3 years, 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Where to buy connectors</title>
      <link>http://developer.sonyericsson.com/community/thread/28468</link>
      <description>&lt;!-- [DocumentBodyStart:e35a4089-3834-4096-9800-bb2e85b621b9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I have an application working with AT command and microcontroller. However, I would like to buy 100 connectors as the ones used in cables DRS-10 and DRS-11 for the mobile part. Because I cannot find the connector type, it is difficult to order.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Somebody know where is possible to buy only the connector at the mobile part?&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:e35a4089-3834-4096-9800-bb2e85b621b9] --&gt;</description>
      <pubDate>Thu, 01 Jun 2006 23:17:44 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/28468</guid>
      <dc:date>2006-06-01T23:17:44Z</dc:date>
      <clearspace:dateToText>3 years, 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Concatenate ringtone sms</title>
      <link>http://developer.sonyericsson.com/community/thread/46160</link>
      <description>&lt;!-- [DocumentBodyStart:572f6615-48a8-4bb0-86af-ca68731d5a48] --&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 am new in EMS. i want to send concatenate user defined ringtones to sony ericson handset. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Data sent format is given below:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;SMS1: &amp;amp;lt;UDHL&amp;amp;gt;&amp;amp;lt;concat&amp;amp;gt;&amp;amp;lt;UPI&amp;amp;gt;&amp;amp;lt;iMelody&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;SMS2: &amp;amp;lt;UDHL&amp;amp;gt;&amp;amp;lt;concat&amp;amp;gt;&amp;amp;lt;iMelody&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;sms1 : 4D00036402011301030C43004D454C4F44593A2A356530663265322364326532663023663267317232613262322A366332643263322A35623261326730723272320D0A454E443A494D454C4F4459&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;sms2 :&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;4200036402020C3B004D454C4F44593A2A3567336132673365322A3663322A3561326731673361336733613367322A3663322A3562300D0A454E443A494D454C4F4459&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 got the error in handset and won't play it. Any mistake in my 'sms'.Please help 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;/div&gt;&lt;!-- [DocumentBodyEnd:572f6615-48a8-4bb0-86af-ca68731d5a48] --&gt;</description>
      <pubDate>Wed, 03 Sep 2008 08:48:31 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/46160</guid>
      <dc:date>2008-09-03T08:48:31Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Problem in Sending Two Page SMS</title>
      <link>http://developer.sonyericsson.com/community/thread/49098</link>
      <description>&lt;!-- [DocumentBodyStart:3bb2e32d-fe42-485a-ac20-e522c94f2ecd] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am using GC79 GSM Modem and i have created an application on VB6 and Visual Studio to send SMS, it is working fine but when i want to send text more than 160 character, it only sent 1 page (i.e 160 characters). I am using the following code:&lt;/p&gt;&lt;p&gt;In Visual Studio C#&lt;/p&gt;&lt;p&gt;=========================================&lt;/p&gt;&lt;p&gt;&lt;p&gt;                SPort.Write("AT \n\r");&lt;/p&gt;&lt;p&gt;                Thread.Sleep(500);&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;                SPort.Write("AT+CMGF=2 \n\r");&lt;/p&gt;&lt;p&gt;                Thread.Sleep(500);&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;                SPort.Write("AT+CSDH=1 \n\r");&lt;/p&gt;&lt;p&gt;                Thread.Sleep(500);&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;                SPort.Write("AT+CMGS=" + sCellNo + " \n\r");&lt;/p&gt;&lt;p&gt;                Thread.Sleep(500);&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;                SPort.Write(sTextMessage + ((char)26));&lt;/p&gt;&lt;p&gt;                Thread.Sleep(6000);&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;sCellNo = number to sent&lt;/p&gt;&lt;p&gt;sTextMessge = Text to sent&lt;/p&gt;&lt;p&gt;-----------------------------------------------------------------------------------------&lt;/p&gt;&lt;p&gt;In Visual Basic 6&lt;/p&gt;&lt;p&gt;=============================================&lt;/p&gt;&lt;p&gt;&lt;p&gt;Dim SBUFF As String&lt;/p&gt;&lt;p&gt;Dim ReturnStr As String&lt;/p&gt;&lt;p&gt;SBUFF = Space(256)&lt;/p&gt;&lt;p&gt;MSComm1.Output = "AT" &amp;amp; vbCrLf&lt;/p&gt;&lt;p&gt;Sleep 500&lt;/p&gt;&lt;p&gt;ReturnStr = MSComm1.Input&lt;/p&gt;&lt;p&gt;MSComm1.Output = "AT+CMGF=1" &amp;amp; vbCrLf                          'This line can be removed if your modem will always be in Text Mode...&lt;/p&gt;&lt;p&gt;'MSComm1.Output = "AT" &amp;amp; vbCrLf&lt;/p&gt;&lt;p&gt;Sleep 500&lt;/p&gt;&lt;p&gt;ReturnStr = ReturnStr &amp;amp; vbNewLine &amp;amp; MSComm1.Input&lt;/p&gt;&lt;p&gt;MSComm1.Output = "AT+CSDH=1" &amp;amp; vbCr&lt;/p&gt;&lt;p&gt;Sleep 500&lt;/p&gt;&lt;p&gt;ReturnStr = ReturnStr &amp;amp; vbNewLine &amp;amp; MSComm1.Input&lt;/p&gt;&lt;p&gt;MSComm1.Output = "AT+CMGS=" &amp;amp; strMobno &amp;amp; "" &amp;amp; vbCrLf     'Replace this with your mobile Phone's No.&lt;/p&gt;&lt;p&gt;Sleep 1000&lt;/p&gt;&lt;p&gt;ReturnStr = ReturnStr &amp;amp; vbNewLine &amp;amp; MSComm1.Input&lt;/p&gt;&lt;p&gt;MSComm1.Output = strMessage &amp;amp; Chr(26)&lt;/p&gt;&lt;p&gt;Sleep 2000&lt;/p&gt;&lt;p&gt;ReturnStr = ReturnStr &amp;amp; vbNewLine &amp;amp; MSComm1.Input&lt;/p&gt;&lt;p&gt;Debug.Print ReturnStr&lt;/p&gt;&lt;p&gt;SBUFF = ReturnStr&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;Kindly 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;Regards&lt;/p&gt;&lt;p&gt;Saqlain Raza Hemani&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3bb2e32d-fe42-485a-ac20-e522c94f2ecd] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">send</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">sms</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">c#</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">at</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">commands</category>
      <pubDate>Thu, 21 May 2009 13:24:29 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/49098</guid>
      <dc:date>2009-05-21T13:24:29Z</dc:date>
      <clearspace:dateToText>6 months, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>SMS AT commands compatible phones</title>
      <link>http://developer.sonyericsson.com/community/thread/2793</link>
      <description>&lt;!-- [DocumentBodyStart:75c27105-69e4-41ad-97af-628cca5859a2] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Anybody knows which TDMA ericsson phones support sending SMS with AT commands?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Will be helpfull&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:75c27105-69e4-41ad-97af-628cca5859a2] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:53:11 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2793</guid>
      <dc:date>2003-07-01T17:53:11Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Unable to download .mms file om sony ericsson w550i</title>
      <link>http://developer.sonyericsson.com/community/thread/25178</link>
      <description>&lt;!-- [DocumentBodyStart:9fa75122-142c-43a3-981b-91d3dd7ba81b] --&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 created a .mms file using Nokia Mobile Internet Toolkit and placed on server. To download mms i am sending MMS indication message. But the phone (W550i) display error message : Unsupported content.&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 the same with Nokia phones and it it working fine.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also i have tested mms files with and without smil file.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any pointer to this problem.&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:9fa75122-142c-43a3-981b-91d3dd7ba81b] --&gt;</description>
      <pubDate>Fri, 17 Mar 2006 07:33:08 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/25178</guid>
      <dc:date>2006-03-17T07:33:08Z</dc:date>
      <clearspace:dateToText>3 years, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Does SE T303 support AT+CPMS="SM),"SM","SM"</title>
      <link>http://developer.sonyericsson.com/community/thread/48653</link>
      <description>&lt;!-- [DocumentBodyStart:d9764796-156f-44ae-8e62-ba0663d98b54] --&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 knows if SE T303 support AT+CPMS="SM","SM","SM"&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 searching the Internet but to no avail.&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;Rgds,&lt;/p&gt;&lt;p&gt;Joshua Lim&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://visualtron.com"&gt;SMS Gateway&lt;/a&gt;@Expert&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d9764796-156f-44ae-8e62-ba0663d98b54] --&gt;</description>
      <pubDate>Thu, 12 Mar 2009 05:38:14 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48653</guid>
      <dc:date>2009-03-12T05:38:14Z</dc:date>
      <clearspace:dateToText>8 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>SMS-memory is full!!!</title>
      <link>http://developer.sonyericsson.com/community/thread/36598</link>
      <description>&lt;!-- [DocumentBodyStart:b8d2c200-fabc-484f-98b0-c27c48ed141b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I got the Sony Ericsson W900i . 137MB of the intern memory are free. And the phone tells me some minutes ago,&amp;nbsp; 95% of the SMS-memory are full!!! Can anyone explain me, how develops a phone with some hundred MB intern memory which can't be used to save SMS??&lt;/p&gt;&lt;p&gt;apropos:&lt;/p&gt;&lt;p&gt;I cant find the option to update the software of the phone. Maybe that changes some bugs of the phone, like the missing option to turn off the sound when making a photo (I know i can mute the phone complitly but, thats not the perfect resolution.)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If anyone has some answers: Thanks&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;icekuhn&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b8d2c200-fabc-484f-98b0-c27c48ed141b] --&gt;</description>
      <pubDate>Sun, 03 Dec 2006 01:39:31 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/36598</guid>
      <dc:date>2006-12-03T01:39:31Z</dc:date>
      <clearspace:dateToText>2 years, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Question regarding the picture format in a MMS</title>
      <link>http://developer.sonyericsson.com/community/thread/34689</link>
      <description>&lt;!-- [DocumentBodyStart:51ee8bd5-c7a8-4cfe-b637-8e6cd483d3c9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;What is the best picture format to use in a MMS? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do you apply the same rules as on the web? That is, if I will use a drawing I should use gif, and if I use a foto I will use jpeg.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What about png? when I use a png picture and the phone does not support it, will the mmsc convert it or will it just skip it.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I will have funny drawed pictures in a MMS and wonder if I win anything by using jpeg in best quality or if it will be enough with just gif.&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 input, Mikael&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:51ee8bd5-c7a8-4cfe-b637-8e6cd483d3c9] --&gt;</description>
      <pubDate>Mon, 30 Oct 2006 08:16:47 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/34689</guid>
      <dc:date>2006-10-30T08:16:47Z</dc:date>
      <clearspace:dateToText>2 years, 12 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>DRM right object via WAP Push</title>
      <link>http://developer.sonyericsson.com/community/thread/19422</link>
      <description>&lt;!-- [DocumentBodyStart:6f50713c-9af1-4f92-8e45-143c08c37743] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello everybody...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Could anyone help me? I want to know the working example of PDU format in WAP Push to send DRM right object to Sony Ericsson phone? I`ve searched all over the web, but I couldn't find one.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thx.&lt;/p&gt;&lt;p&gt;Best regards,&lt;/p&gt;&lt;p&gt;Saviourcat&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6f50713c-9af1-4f92-8e45-143c08c37743] --&gt;</description>
      <pubDate>Tue, 12 Jul 2005 05:09:37 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/19422</guid>
      <dc:date>2005-07-12T05:09:37Z</dc:date>
      <clearspace:dateToText>4 years, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Write and send SMS using pc via USB</title>
      <link>http://developer.sonyericsson.com/community/thread/23579</link>
      <description>&lt;!-- [DocumentBodyStart:641c0b59-0f13-4fdb-beee-8fab44d3f1ef] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I wold like to be able to write SMS on the PC(using a keyboard) rather then pushing the phone's keyboard(takes a long time), but I don't know if there is a software that alows me to do so. Does anyone know?&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&gt;Sorry if I posted in the wrong topic&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:641c0b59-0f13-4fdb-beee-8fab44d3f1ef] --&gt;</description>
      <pubDate>Sat, 24 Dec 2005 16:31:13 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/23579</guid>
      <dc:date>2005-12-24T16:31:13Z</dc:date>
      <clearspace:dateToText>3 years, 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Which at command can I use to send a SMS in P908?</title>
      <link>http://developer.sonyericsson.com/community/thread/34998</link>
      <description>&lt;!-- [DocumentBodyStart:9acafcf3-d064-4294-86da-2880ceaf6845] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;If no command can,How can I send a SMS with PC application?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sorry,my enlish is poor.&lt;/p&gt;&lt;p&gt;but I think you can know what I mean.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/happy.gif" width="16px"/&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9acafcf3-d064-4294-86da-2880ceaf6845] --&gt;</description>
      <pubDate>Sat, 04 Nov 2006 10:01:56 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/34998</guid>
      <dc:date>2006-11-04T10:01:56Z</dc:date>
      <clearspace:dateToText>2 years, 12 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>MP3 as SMS tone in the V800 / Z800</title>
      <link>http://developer.sonyericsson.com/community/thread/18629</link>
      <description>&lt;!-- [DocumentBodyStart:0289858e-3a1c-4489-9d2a-2140d992fac4] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Me times interesting became whether it will give a firmware in the future, with which one can select MP3 of tones as SMS signal. The 6 given are genuinly the blonke joke for such expensive equipment. It must be nevertheless possible to change.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thx&lt;/p&gt;&lt;p&gt;Billiboy&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0289858e-3a1c-4489-9d2a-2140d992fac4] --&gt;</description>
      <pubDate>Wed, 04 May 2005 11:42:02 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/18629</guid>
      <dc:date>2005-05-04T11:42:02Z</dc:date>
      <clearspace:dateToText>4 years, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>How to build a SMSC</title>
      <link>http://developer.sonyericsson.com/community/thread/46050</link>
      <description>&lt;!-- [DocumentBodyStart:0b5e1ab6-7972-4e45-acc8-6f487947578d] --&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;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&gt;Our client(telco) want's us to buid a SMSC for sending out bulk SMS'.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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; Does anyone know howto? I think I need to do a MAP protocol?(It is an ericsson network)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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; Does anyone know of any simulators for 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; Thank you&lt;/p&gt;&lt;p&gt;J&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:0b5e1ab6-7972-4e45-acc8-6f487947578d] --&gt;</description>
      <pubDate>Tue, 26 Aug 2008 21:55:28 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/46050</guid>
      <dc:date>2008-08-26T21:55:28Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>OTA Client Provisioning Problems K700/K750</title>
      <link>http://developer.sonyericsson.com/community/thread/27828</link>
      <description>&lt;!-- [DocumentBodyStart:3ee96373-bec4-4e37-80b5-548576d8f146] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello&lt;/p&gt;&lt;p&gt;I'm trying to send OTA Settings on SonyEricsson K700/K750&lt;/p&gt;&lt;p&gt;but i experienced a lot of problems(the phone tells me that settings are wrong and u need to consult service provider)&lt;/p&gt;&lt;p&gt;Can you tell me, what i'm doing wrong? or give me the working example&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here what i send:&lt;/p&gt;&lt;p&gt;&lt;!--[CodeBlockStart:0fd71e60-fa9d-46fa-a9f2-1d0e83372953]--&gt;&lt;span&gt;&lt;/span&gt;&lt;!--[CodeBlockEnd:0fd71e60-fa9d-46fa-a9f2-1d0e83372953]--&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you in advance,&lt;/p&gt;&lt;p&gt;Konstantin&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3ee96373-bec4-4e37-80b5-548576d8f146] --&gt;</description>
      <pubDate>Thu, 18 May 2006 10:53:26 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/27828</guid>
      <dc:date>2006-05-18T10:53:26Z</dc:date>
      <clearspace:dateToText>3 years, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Email provisioning on a K700i</title>
      <link>http://developer.sonyericsson.com/community/thread/25508</link>
      <description>&lt;!-- [DocumentBodyStart:eebf715a-7382-4d32-b194-f4ea514c46de] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Is smart messaging the only way to provision email account settings on a K700i? Or does it allow for OMA provisioning too? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to configure an email account and link it with a specific APN. While I can send email settings to the phone using smart messaging (//SIAP11 etc...) I have not been able to find a way to preconfigure the phone on which APN to use when connecting to the email server. Which means that the end user after provisioning his email settings still has to delve deep into the settings menu&amp;nbsp; to be able to retrieve his emails.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyway, any help appreciated.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:eebf715a-7382-4d32-b194-f4ea514c46de] --&gt;</description>
      <pubDate>Fri, 24 Mar 2006 12:59:06 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/25508</guid>
      <dc:date>2006-03-24T12:59:06Z</dc:date>
      <clearspace:dateToText>3 years, 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>receive cms error 304 when sending at commands to k750 via USB port</title>
      <link>http://developer.sonyericsson.com/community/thread/45180</link>
      <description>&lt;!-- [DocumentBodyStart:c3d63382-1a60-4d45-aca2-bbe5dd600244] --&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;span&gt;i am trying to send sms through my pc using at commands. i used the site &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.rednaxela.net/pdu.php"&gt;http://www.rednaxela.net/pdu.php&lt;/a&gt;&lt;span&gt; to convert a message to pdu and the used java to send the message using at commands. but i keep getting error 304 which means invalid PDU mode parameter. i searched the net and found a forum that said something about not including &lt;/span&gt;&lt;strong&gt;the SMSC bytes and the SMSC-length bytes&lt;/strong&gt; when entering the length of the PDU. but i dont know what these are. i understand that the mistake is in the first line of the code. eg.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;AT+CMGS=&lt;span style="color:#ff0000"&gt;23&lt;/span&gt;&lt;/p&gt;&lt;p&gt;079119891100998901000C9119999940404000000BC834888E2ECBCB2E970B&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 know that 23 is the incorrect part. but then what is the correct length? and how to calculate 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;/div&gt;&lt;!-- [DocumentBodyEnd:c3d63382-1a60-4d45-aca2-bbe5dd600244] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">at_commands</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">sms</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">cms_error_304</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">pc</category>
      <pubDate>Fri, 13 Jun 2008 06:18:04 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/45180</guid>
      <dc:date>2008-06-13T06:18:04Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>increase size of MMS</title>
      <link>http://developer.sonyericsson.com/community/thread/28809</link>
      <description>&lt;!-- [DocumentBodyStart:1e877247-3b7d-4adc-9d65-c6b96c4ae928] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Is it possible to increase size of MMS on older Sony Ericsson phones (T68, T300, T310, T610, T616, T618, T628, T630, K700...) from 100kB to 300kB by updating firmware?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1e877247-3b7d-4adc-9d65-c6b96c4ae928] --&gt;</description>
      <pubDate>Mon, 12 Jun 2006 10:56:27 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/28809</guid>
      <dc:date>2006-06-12T10:56:27Z</dc:date>
      <clearspace:dateToText>3 years, 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Win a P900</title>
      <link>http://developer.sonyericsson.com/community/thread/4830</link>
      <description>&lt;!-- [DocumentBodyStart:2346628f-0511-4550-bfcd-3edd617dcbde] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;We are constantly looking for ways to improve this Developer World web portal. Please give us your feedback before March 31, and participate in a raffle for a Sony Ericsson P900 smartphone!&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/user/feedback/survey3_31_2004.jsp"&gt;http://developer.sonyericsson.com/user/feedback/survey3_31_2004.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;Jim&lt;/p&gt;&lt;p&gt;Sony Ericsson Developer Support&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2346628f-0511-4550-bfcd-3edd617dcbde] --&gt;</description>
      <pubDate>Mon, 01 Mar 2004 15:15:08 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/4830</guid>
      <dc:date>2004-03-01T15:15:08Z</dc:date>
      <clearspace:dateToText>5 years, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to Send SMS with Sender Name ?</title>
      <link>http://developer.sonyericsson.com/community/thread/39886</link>
      <description>&lt;!-- [DocumentBodyStart:e9bcc67c-f204-420f-9c39-ff7c2c0bbc0f] --&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 looking for a solution which would allow me to send the SMS with Sender Name, so that at the other End the person would get My Name and not my cell Number.&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 Implement this ? I can write a program in VB and connect Mobile using BlueTooth.&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 send the SMS using VB / PDU, but the MY Name does not go to the other Cell.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanking you,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-Bhavesh&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e9bcc67c-f204-420f-9c39-ff7c2c0bbc0f] --&gt;</description>
      <pubDate>Mon, 11 Jun 2007 18:02:07 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/39886</guid>
      <dc:date>2007-06-11T18:02:07Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>SMSC parameter</title>
      <link>http://developer.sonyericsson.com/community/thread/26565</link>
      <description>&lt;!-- [DocumentBodyStart:4f004e07-486d-488e-8f15-f61dc724a28c] --&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 looking for catching incoming sms from my mobile phone. I m working on a JAVA application but the probleme with JAVA is that the SMS sending by a native application are not detected. I have think of many solution to catch those sms but unfortunetly no one works. My last idea is to connect to the smsc server to change the optionnal header of the gsm packet which is empty to add the reception port number of my midlet application. Is it possible ? Does someone have info on how to do that ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4f004e07-486d-488e-8f15-f61dc724a28c] --&gt;</description>
      <pubDate>Wed, 19 Apr 2006 08:58:46 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/26565</guid>
      <dc:date>2006-04-19T08:58:46Z</dc:date>
      <clearspace:dateToText>3 years, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Operator Logos using EMS</title>
      <link>http://developer.sonyericsson.com/community/thread/2443</link>
      <description>&lt;!-- [DocumentBodyStart:f5e2b2e9-13ea-4847-ae4a-707aa4212998] --&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 style="min-height: 8pt; height: 8pt; padding: 0px;"&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 trying to send operator logos using ems.&amp;nbsp; I am using the UPI format to do this.&amp;nbsp; The picture transefers successfully to the phone but as a picture message.&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&gt;&lt;span&gt;The format of the UPI is that given in the example at &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://hjem.get2net.dk/grob/EMS/EMS_samples.html"&gt;http://hjem.get2net.dk/grob/EMS/EMS_samples.html&lt;/a&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;Basically how do I make this EMS a logo?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;David&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f5e2b2e9-13ea-4847-ae4a-707aa4212998] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:51:56 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2443</guid>
      <dc:date>2003-07-01T17:51:56Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Simple Hello World!?</title>
      <link>http://developer.sonyericsson.com/community/thread/47782</link>
      <description>&lt;!-- [DocumentBodyStart:715bdbd2-a31f-4767-bda3-457844f2f925] --&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 look around for a long time now and i can't find any simple simple tutorial on how to write your fisrt Hello World program. I'am not new to programming but I'am new to Java.&lt;/p&gt;&lt;p&gt;So can someone pleas show which programs i need (I use Netbeans for writing java) and a simple hello world source code pleas.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Another thing is that i always got an error on those:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;import java.io.*;&lt;/p&gt;&lt;p&gt;import javax.microedition.lcdui.*;&lt;/p&gt;&lt;p&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;where can i find the javax stuff?&lt;/p&gt;&lt;p&gt;My phone: Sony Ericsson K530i&lt;/p&gt;&lt;p&gt;Thanks for anyhelp&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:715bdbd2-a31f-4767-bda3-457844f2f925] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">ericsson</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">simple</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">k530i</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">hello</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">world</category>
      <pubDate>Mon, 05 Jan 2009 19:04:40 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/47782</guid>
      <dc:date>2009-01-05T19:04:40Z</dc:date>
      <clearspace:dateToText>10 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Wrong iMelody?</title>
      <link>http://developer.sonyericsson.com/community/thread/2593</link>
      <description>&lt;!-- [DocumentBodyStart:2d315f29-aebd-4646-9657-6e264ecc9bf9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;RTTTL:&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;Aha:d=4,o=4,b=160:8f#5,8f#5,8f#5,8d5,8p,8b,8p,8e5,8p,8e5,8p,8e5,8g#5,8g#5,8a5,8b5,8a5,8a5,8a5,8e5,8p,8d5,8p,8f#5,8p,8f#5,8p,8f#5,8e5,8e5,8f#5,8e5,8f#5,8f#5,8f#5,8d5,8p,8b,8p,8e5,8p,8e5,8p,8e5,8g#5,8g#5,8a5,8b5,8a5,8a5,8a5,8e5,8p,8d5,8p,8f#5,8p,8f#5,8p,8f#5,8e5,8e5&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;iMelody:&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;BEAT:160&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;MELODY:#f3#f3#f3d3&lt;strong&gt;3r3&lt;/strong&gt;3b3&lt;strong&gt;3r3e3&lt;/strong&gt;3r3e3&lt;strong&gt;3r3e3#g3#g3a3b3a3a3a3e3&lt;/strong&gt;3r3d3&lt;strong&gt;3r3#f3&lt;/strong&gt;3r3#f3&lt;strong&gt;3r3#f3e3e3#f3e3#f3#f3#f3d3&lt;/strong&gt;3r3*3b3&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Hexa:&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;820C8000424541543A3136300D0A4D454C4F44593A23663323663323663364332A3372332A3362332A33723365332A33723365332A33723365332367332367336133623361336133613365332A33723364332A3372332366332A3372332366332A33723323663365336533236633653323663323663323663364332A3372332A336233&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Ericcson T65 play this wrong! Why?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2d315f29-aebd-4646-9657-6e264ecc9bf9] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:30 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2593</guid>
      <dc:date>2003-07-01T17:52:30Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>MMS Composer testing on a phone</title>
      <link>http://developer.sonyericsson.com/community/thread/2473</link>
      <description>&lt;!-- [DocumentBodyStart:690161a0-9895-4ba1-9f39-9ed5698ec37e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I have been using MMS composer and now I want to send it to my phone to test. The documentation in the PDF just says 'The mesage can be sent to the phone using development software and NOT commercial software' so where is the dev 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;Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:690161a0-9895-4ba1-9f39-9ed5698ec37e] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:06 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2473</guid>
      <dc:date>2003-07-01T17:52:06Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>Problem while Sending SMS using SonyEriccson E580i as phodem &amp; AT commands from HyperTerminal</title>
      <link>http://developer.sonyericsson.com/community/thread/47300</link>
      <description>&lt;!-- [DocumentBodyStart:ced0925d-d9da-4cae-8eff-b430ed7559e6] --&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;We are trying to send SMS messages from PC using Sony Ericcson K580i mobile through Hyperterminal. But, I am unable to send the message as it gives COM+ Error. Here are the details which we followed:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;1) Connected to PC using USB Port&lt;/p&gt;&lt;p&gt;2) Configured Hyperterminal and able to communicate with the mobile and able to give a call.&lt;/p&gt;&lt;p&gt;3) using Hyperterminal enter the below commands&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; at&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp; OK&lt;/p&gt;&lt;p&gt;&amp;nbsp; at+cmgf=0&lt;/p&gt;&lt;p&gt;&amp;nbsp; +CMGF: 0&amp;nbsp; &lt;/p&gt;&lt;p&gt; Note: Here SMS sending in PDU Format&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; 4)Next&amp;nbsp; tried to send message: Here my Service Provider is Airtel and there SMSC number is: +919845087001 and recpient number is: 919845467289&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and trying to send message "hellohello". So I did tried to send the message in the following PDU format:&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; at+cmgs=20&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;gt; 0011000C911989546427980000AA0AE8329BFD4697&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and got error message: +CMS ERROR: 304.&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; So, please anyone guide me and let me know what mistake i'm doing. Yours help is really appreacited.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; Thank you&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;/div&gt;&lt;!-- [DocumentBodyEnd:ced0925d-d9da-4cae-8eff-b430ed7559e6] --&gt;</description>
      <pubDate>Thu, 04 Dec 2008 05:03:42 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/47300</guid>
      <dc:date>2008-12-04T05:03:42Z</dc:date>
      <clearspace:dateToText>10 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Sending MMS with AT commands</title>
      <link>http://developer.sonyericsson.com/community/thread/24738</link>
      <description>&lt;!-- [DocumentBodyStart:0d6a1384-9152-4519-8a31-3938bf606b4c] --&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;Yesterday I recalled reading somewhere that it was possible to send simple MMS messages using AT commands, so I revisited the document and found the command AT*EAPP.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The "AT Commands Developer Guidelines" for K750i and W800 states that the app number 6 allows sending MMS using the same syntax that sending e-mails. Nevertheless, it seems that mi K750i (firmware R1AA008) supports all the apps in the document but app number 6 &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;The strange thing is that the info is also in the document "dg_at_2005_r1a.pdf", which only applies to the K750 and W800 series.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So the questions are: Is there something I have missed? Is it a bug? An errata, perhaps? What are the phones that actually support the app number 6?&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;Luis Ramón&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0d6a1384-9152-4519-8a31-3938bf606b4c] --&gt;</description>
      <pubDate>Sat, 04 Mar 2006 15:16:45 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/24738</guid>
      <dc:date>2006-03-04T15:16:45Z</dc:date>
      <clearspace:dateToText>2 years, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Convert OTA 7.1 syncml settings to wbxml</title>
      <link>http://developer.sonyericsson.com/community/thread/19447</link>
      <description>&lt;!-- [DocumentBodyStart:0d29f91c-9bed-4c86-b00b-e4b69966e6c5] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Is there any tool available for converting OTA 7.1 syncml settings to wbxml?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ie:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="lt"&gt;lt&lt;/a&gt;[/lt]SyncSettings[gt][/gt]&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="lt"&gt;lt&lt;/a&gt;[/lt]Version[gt][/gt]1.0[lt][/lt]/Version[gt][/gt]&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="lt"&gt;lt&lt;/a&gt;&lt;span&gt;[/lt]HostAddr[gt][/gt]&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.syncserver.com/sync"&gt;http://www.syncserver.com/sync&lt;/a&gt;&lt;span&gt;[lt][/lt]/HostAddr[gt][/gt]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="lt"&gt;lt&lt;/a&gt;[/lt]Port[gt][/gt]8080[lt][/lt]/Port[gt][/gt]&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="lt"&gt;lt&lt;/a&gt;[/lt]RemoteDB[gt][/gt]&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="lt"&gt;lt&lt;/a&gt;[/lt]CTType[gt][/gt]text/x-vcard[lt][/lt]/CTType[gt][/gt]&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="lt"&gt;lt&lt;/a&gt;[/lt]CTVer[gt][/gt]2.1[lt][/lt]/CTVer[gt][/gt]&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="lt"&gt;lt&lt;/a&gt;[/lt]URI[gt][/gt]./Contacts?CLASS[amp][/amp]EQ;PRIVATE[lt][/lt]/URI[gt][/gt]&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="lt"&gt;lt&lt;/a&gt;[/lt]Name[gt][/gt]Private Contact DB[lt][/lt]/Name[gt][/gt]&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="lt"&gt;lt&lt;/a&gt;[/lt]Auth[gt][/gt]&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="lt"&gt;lt&lt;/a&gt;[/lt]AuthScheme[gt][/gt]1[lt][/lt]/AuthScheme[gt][/gt]&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="lt"&gt;lt&lt;/a&gt;[/lt]Username[gt][/gt]james[lt][/lt]/Username[gt][/gt]&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="lt"&gt;lt&lt;/a&gt;[/lt]Cred[gt][/gt]cHdk[lt][/lt]/Cred[gt][/gt] &lt;a class="jive-link-external-small" href="lt"&gt;lt&lt;/a&gt;[/lt]!&amp;#151;Base64 coded &amp;#145;pwd&amp;#146;--[gt][/gt]&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="lt"&gt;lt&lt;/a&gt;[/lt]/Auth[gt][/gt]&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="lt"&gt;lt&lt;/a&gt;[/lt]/RemoteDB[gt][/gt]&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="lt"&gt;lt&lt;/a&gt;[/lt]RemoteDB[gt][/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 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;Lars Sundqvist&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0d29f91c-9bed-4c86-b00b-e4b69966e6c5] --&gt;</description>
      <pubDate>Thu, 14 Jul 2005 10:06:28 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/19447</guid>
      <dc:date>2005-07-14T10:06:28Z</dc:date>
      <clearspace:dateToText>4 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>MMS backup in T610</title>
      <link>http://developer.sonyericsson.com/community/thread/3418</link>
      <description>&lt;!-- [DocumentBodyStart:1ab54dd1-6284-42e7-9eda-7ef3996876ce] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Is there any way to backup MMS form my T610 to my PC?&lt;/p&gt;&lt;p&gt;Can be this feature include in a future firmware relase?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1ab54dd1-6284-42e7-9eda-7ef3996876ce] --&gt;</description>
      <pubDate>Thu, 09 Oct 2003 09:57:17 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/3418</guid>
      <dc:date>2003-10-09T09:57:17Z</dc:date>
      <clearspace:dateToText>5 years, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>11</clearspace:messageCount>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>Mobile T230 hanging</title>
      <link>http://developer.sonyericsson.com/community/thread/25432</link>
      <description>&lt;!-- [DocumentBodyStart:56996b39-bc44-439c-9c75-8d58eb516e9d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I BUY MOBILE T230 AFTER 1YEAR I WAS WORKING ON IT &amp;amp; IT HANG DURING THE WORK I TRIED MANY TIME BUT NOTHING HAPPEN THEN I PUT THE MOBILE IN THE BOX THE AFTER 3 WEEK I OPEN IT WAS WORKING PROPERLY I WAS HAPPY AFTER 2 DAYS IT HANG AGAIN .&lt;/p&gt;&lt;p&gt;(FRIENDS IF SOME ONE NOW IT SOLUTION SO PLEASE REPLY ME ON THIS)&lt;/p&gt;&lt;p&gt;&lt;span&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; (&lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:raheel_nayyer@yahoo.com"&gt;raheel_nayyer@yahoo.com&lt;/a&gt;&lt;span&gt;) OR (&lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:twist-7@hotmail.com"&gt;twist-7@hotmail.com&lt;/a&gt;&lt;span&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;please reply my friends&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; &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;&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; THANKS&lt;/p&gt;&lt;p&gt;SINCERELY &amp;amp; RESPECTLY (RAHEEL)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:56996b39-bc44-439c-9c75-8d58eb516e9d] --&gt;</description>
      <pubDate>Thu, 23 Mar 2006 10:59:36 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/25432</guid>
      <dc:date>2006-03-23T10:59:36Z</dc:date>
      <clearspace:dateToText>3 years, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>send message from storage cause error</title>
      <link>http://developer.sonyericsson.com/community/thread/18810</link>
      <description>&lt;!-- [DocumentBodyStart:33af0bd7-b421-4c0d-8029-61d2490be197] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Normal text example here&lt;/p&gt;&lt;p&gt;I have saved a message in my t310 mobile in &lt;a class="jive-link-external-small" href="lt"&gt;lt&lt;/a&gt;[/lt]mem2[gt][/gt],and I ultized the command at+cmss=1,[quot][/quot]telephone number in string type[quot][/quot],145.But the result code is error.Doesn`t t310 support this command?&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;!--[CodeBlockStart:5de174fc-45ec-40d2-9b5b-d475dea84b09]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code"&gt;Code Example displayed here&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:5de174fc-45ec-40d2-9b5b-d475dea84b09]--&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;at&lt;em&gt;cmss=1,[quot][/quot]&lt;/em&gt;8869123456[quot][/quot],145&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="href="&gt;href=&lt;/a&gt;this is a link example[/href]&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:33af0bd7-b421-4c0d-8029-61d2490be197] --&gt;</description>
      <pubDate>Wed, 18 May 2005 11:18:38 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/18810</guid>
      <dc:date>2005-05-18T11:18:38Z</dc:date>
      <clearspace:dateToText>2 years, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>native inbox receives SMS with an assigned port</title>
      <link>http://developer.sonyericsson.com/community/thread/20323</link>
      <description>&lt;!-- [DocumentBodyStart:6ce618d8-7ee3-463f-9fa2-5574119a5065] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hi, we developed a midlet which listens to incoming sms. it works fine but when the midlet is not activated, the k750i receives the incoming SMS in its native inbox even if we assigned a port to the message.&amp;nbsp; is this a natural behavior? if there is no active midlet listening to SMS (with an assigned port) the native inbox will receive it? thank you.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6ce618d8-7ee3-463f-9fa2-5574119a5065] --&gt;</description>
      <pubDate>Sat, 24 Sep 2005 09:00:31 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/20323</guid>
      <dc:date>2005-09-24T09:00:31Z</dc:date>
      <clearspace:dateToText>4 years, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Can someone help me to solve my k750i sms problem?</title>
      <link>http://developer.sonyericsson.com/community/thread/33280</link>
      <description>&lt;!-- [DocumentBodyStart:74f57ca3-6a50-4c07-aade-85fa7d9d1cab] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am using k750i and i want to send and receive sms with vb6. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;what AT command i need to use to sent message? &lt;/p&gt;&lt;p&gt;I am trying with HyperTerminali and i am confused in AT command....&amp;nbsp; &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 hyperterminal in my vb application?&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:74f57ca3-6a50-4c07-aade-85fa7d9d1cab] --&gt;</description>
      <pubDate>Mon, 02 Oct 2006 06:15:59 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/33280</guid>
      <dc:date>2006-10-02T06:15:59Z</dc:date>
      <clearspace:dateToText>2 years, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>USB vs COM and getting started</title>
      <link>http://developer.sonyericsson.com/community/thread/31208</link>
      <description>&lt;!-- [DocumentBodyStart:af712c7d-2948-4425-a12e-7a320b0b788f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi, Im an experienced programmer but new to mobile technologi and usb devices. I've recently purchased a k800i to use as a messaging device connected to a computer.&lt;/p&gt;&lt;p&gt;While waiting for the phone to arrive I have started lurking these forums and trying to get a head start. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So for the questions:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do you need additional hardware / software to communicate to the phone through hyperterminal? As far as I know the k800 only has a usb interface, while hyperterminal use serial (com) ports. How exactly do you establish this connection?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;While looking through the AT command doc it seems like while fine for sms there are quite some limitations as to what you can do. Is there some API exposed through the windows drivers with better functionality? Any pointers on where to start if you want advanced functionality? (preforably not java, but I guess I'll bite that bullet if I have to).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you in advance for any help or tips you might have.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:af712c7d-2948-4425-a12e-7a320b0b788f] --&gt;</description>
      <pubDate>Wed, 16 Aug 2006 12:17:38 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/31208</guid>
      <dc:date>2006-08-16T12:17:38Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>T28s and T230 Hyperterminal Sms</title>
      <link>http://developer.sonyericsson.com/community/thread/41899</link>
      <description>&lt;!-- [DocumentBodyStart:9c5af130-f5a9-4a94-93f5-91ca3ca98733] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I've been trying to communicate with the&amp;nbsp; above phones (t28s and t230) through hyperterminal using at commands but whenever i connect them to the comport i keep getting garbage..&lt;/p&gt;&lt;p&gt;The cable is ok (i 've connected the Tx pin with the Rx and everything that i typed was beeing echoed) and the port is ok (i've tried several ports) so now i think that some of the settings may be wrong.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, may someone inform me about the exact communcation settings for the above mobiles?&lt;/p&gt;&lt;p&gt;Thanks..&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9c5af130-f5a9-4a94-93f5-91ca3ca98733] --&gt;</description>
      <pubDate>Tue, 06 Nov 2007 12:55:57 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/41899</guid>
      <dc:date>2007-11-06T12:55:57Z</dc:date>
      <clearspace:dateToText>2 years, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>More sms storage please!</title>
      <link>http://developer.sonyericsson.com/community/thread/24060</link>
      <description>&lt;!-- [DocumentBodyStart:b5cb93c8-f3c7-42da-b828-213387ad97de] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I bought the k750i for 6 months ago. Is it possible to store more sms on it? The orginal maximum level of sms sucks. I dont want to delete messages at all, so I need to store a large number of them. Both inbox and sent. Is there other sony ericsson phones with 2.1 mp cam, that does well on this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b5cb93c8-f3c7-42da-b828-213387ad97de] --&gt;</description>
      <pubDate>Sun, 12 Feb 2006 21:12:16 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/24060</guid>
      <dc:date>2006-02-12T21:12:16Z</dc:date>
      <clearspace:dateToText>2 years, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>11</clearspace:messageCount>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>does J230 support AT COMMAND</title>
      <link>http://developer.sonyericsson.com/community/thread/41780</link>
      <description>&lt;!-- [DocumentBodyStart:2fae867a-e9b6-4286-844c-3f924de3ddc3] --&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 tell me , does J230 support AT commands? or J220 or J210&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;Shan&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2fae867a-e9b6-4286-844c-3f924de3ddc3] --&gt;</description>
      <pubDate>Mon, 29 Oct 2007 21:29:36 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/41780</guid>
      <dc:date>2007-10-29T21:29:36Z</dc:date>
      <clearspace:dateToText>2 years, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>SMS service center number setup</title>
      <link>http://developer.sonyericsson.com/community/thread/29990</link>
      <description>&lt;!-- [DocumentBodyStart:1bd0759b-7a3b-41f7-b71a-bac0b0695968] --&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;In late 1990 I remember we have to enter the SMS service center number manually. But I &lt;/p&gt;&lt;p&gt;can&amp;#146;t recall a time I recently enter the service center number manually. I want to know now is it automatically setup by default such as retrieved automatically from SIM card or service provider. Also is this a feature of the mobile unit or facility provided by the service provider?&lt;/p&gt;&lt;p&gt;Any help and comments will be highly 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;Asiri&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1bd0759b-7a3b-41f7-b71a-bac0b0695968] --&gt;</description>
      <pubDate>Thu, 13 Jul 2006 04:13:26 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/29990</guid>
      <dc:date>2006-07-13T04:13:26Z</dc:date>
      <clearspace:dateToText>2 years, 4 days ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>w800i and mac bluetooth.</title>
      <link>http://developer.sonyericsson.com/community/thread/27379</link>
      <description>&lt;!-- [DocumentBodyStart:87ed04ed-1f1f-44f9-8fce-75ae3fdbba21] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Recently bought sony w800i and found that transfering data/ music tracks via usb is not possible.&lt;/p&gt;&lt;p&gt;Does anyone know a way round this and / or how to use bluetooth to phone to send tracks/ playlists to a specific location on the phone or is this just too slow a method for music data?. (sony lots of people have macs OK)!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:87ed04ed-1f1f-44f9-8fce-75ae3fdbba21] --&gt;</description>
      <pubDate>Mon, 08 May 2006 12:45:21 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/27379</guid>
      <dc:date>2006-05-08T12:45:21Z</dc:date>
      <clearspace:dateToText>3 years, 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>PEP1.0</title>
      <link>http://developer.sonyericsson.com/community/thread/45830</link>
      <description>&lt;!-- [DocumentBodyStart:6fbee1c2-38c7-4bb5-9bae-cb158486bd51] --&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 am developing server implementing IMPS specification and looks like SonyErricson "My Friends" application additionally works in accordance with PEP1.0 specification. But I can not find the specification itself to enable its support on server.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 can anybody please give me a hint on what the PEP1.0 is and where to get this specification?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 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;/div&gt;&lt;!-- [DocumentBodyEnd:6fbee1c2-38c7-4bb5-9bae-cb158486bd51] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">pep</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">specification</category>
      <pubDate>Sun, 10 Aug 2008 16:14:19 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/45830</guid>
      <dc:date>2008-08-10T16:14:19Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Which binary SMS format for which Sony Ericsson models?</title>
      <link>http://developer.sonyericsson.com/community/thread/46580</link>
      <description>&lt;!-- [DocumentBodyStart:163324a1-a3aa-4355-976c-eaacd35c5983] --&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;Hi there,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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; has anyone kind of a list which Sony Ericsson models support which format of binary SMS, i.e. EMS or Nokia Picture Format? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;We found out that the P1i and the G700 seem to support only Nokia Picture Format, while all other Sony Ericsson phones like K or W series should support the EMS format, which makes it hard to send the correct format to the phone, if only the vendor Sony Ericsson is known. Is the difference in binary SMS format support model based or age based?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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&gt; 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; Martin &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:163324a1-a3aa-4355-976c-eaacd35c5983] --&gt;</description>
      <pubDate>Fri, 03 Oct 2008 10:37:13 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/46580</guid>
      <dc:date>2008-10-03T10:37:13Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Invention Proposal</title>
      <link>http://developer.sonyericsson.com/community/thread/43018</link>
      <description>&lt;!-- [DocumentBodyStart:2dd9d162-1f25-490a-b032-c537e9389852] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Dear Sir or Madam,&lt;/p&gt;&lt;p&gt;I am an inventor in Korea who has developed a new way to arrange the mobile phone keypad to achieve one letter per one key which is superior to the Qwerty method.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am seeking a partner to commercialize this idea.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please review the attached explanatory material and if you have any wish to proceed discussions regarding my idea, I would be very pleased to hear from you.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you for your consideration and I look forward to your response.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2dd9d162-1f25-490a-b032-c537e9389852] --&gt;</description>
      <pubDate>Fri, 18 Jan 2008 00:41:33 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/43018</guid>
      <dc:date>2008-01-18T00:41:33Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Sending sms using 8 bit characters</title>
      <link>http://developer.sonyericsson.com/community/thread/39628</link>
      <description>&lt;!-- [DocumentBodyStart:46f678cf-0cc1-42f9-bfe9-e8285268a460] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi, &lt;/p&gt;&lt;p&gt;I am working on an application that sends sms using AT commands. It already sends sms using the 7-bit default alphabet. Now I need to send 8 bit characters.&lt;/p&gt;&lt;p&gt;What encoding type is the most common to use in 8-bits characters?&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:46f678cf-0cc1-42f9-bfe9-e8285268a460] --&gt;</description>
      <pubDate>Sun, 20 May 2007 06:47:58 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/39628</guid>
      <dc:date>2007-05-20T06:47:58Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>Which type of programming language used SMS ?</title>
      <link>http://developer.sonyericsson.com/community/thread/45925</link>
      <description>&lt;!-- [DocumentBodyStart:b3a92f5c-5592-4a4c-8552-fa0f2372883b] --&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;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&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; which type of programming&amp;nbsp; language used in&amp;nbsp; SMS ? is there is any standard for SMS&amp;nbsp; programinig&amp;nbsp; is there ?&amp;nbsp; how many generation are ther ?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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; please post me any related links .? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:b3a92f5c-5592-4a4c-8552-fa0f2372883b] --&gt;</description>
      <pubDate>Tue, 19 Aug 2008 05:43:54 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/45925</guid>
      <dc:date>2008-08-19T05:43:54Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>sending AT-Commands via usb port (problem with USB)</title>
      <link>http://developer.sonyericsson.com/community/thread/25113</link>
      <description>&lt;!-- [DocumentBodyStart:f41c4e91-b0ec-4bdc-b837-c792f83c4919] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I would like to write an application that sends AT-Commands to my sony Erricsson phone(K750i). my phone connects to PC via usb port.&lt;/p&gt;&lt;p&gt;I don't know how can I send commands to usb port. in fact I have problem with communicating to usb port.&lt;/p&gt;&lt;p&gt;It would be greatly appreciated if you 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 in advance&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f41c4e91-b0ec-4bdc-b837-c792f83c4919] --&gt;</description>
      <pubDate>Wed, 15 Mar 2006 20:51:06 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/25113</guid>
      <dc:date>2006-03-15T20:51:06Z</dc:date>
      <clearspace:dateToText>3 years, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Help needed to get SMS Delivery Report</title>
      <link>http://developer.sonyericsson.com/community/thread/45610</link>
      <description>&lt;!-- [DocumentBodyStart:e2098d24-f9a9-4924-a491-caf38630a04b] --&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'm developing an application to send SMS with Visual Basic 6 and K750i. Currently i can send SMS with my app. But I don't know how to verify if my message delivered successfully or not?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 read the AT Command manual, and found out that AT&lt;em&gt;CNMI must be set to spesific setting so that the phone will notify if the message sent delivered successfully or not. I tried a few combination like AT&lt;/em&gt;CNMI=2,1,2,0,0 etc... but no luck... &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Anyone can help me how to get the delivery report notification so my app can mark it as delivered or not (and resend the 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;How to set the AT+CNMI to get the result i want?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 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&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;br,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;LD &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:e2098d24-f9a9-4924-a491-caf38630a04b] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">at_commands</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">sms</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">delivery</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">report</category>
      <pubDate>Tue, 22 Jul 2008 07:57:20 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/45610</guid>
      <dc:date>2008-07-22T07:57:20Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to trigger new message icon (enevelope) from standalone application on P1?</title>
      <link>http://developer.sonyericsson.com/community/thread/46622</link>
      <description>&lt;!-- [DocumentBodyStart:e156d75b-dbe2-48b4-9a1a-bd382cee51e4] --&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;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&gt; How to force showing of envelope icon (the same as new sms or e-mail arrives to Messaging inbox) from my own application which is not integrated in Messaging at all?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 tip or trick, please?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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:e156d75b-dbe2-48b4-9a1a-bd382cee51e4] --&gt;</description>
      <pubDate>Tue, 07 Oct 2008 15:40:25 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/46622</guid>
      <dc:date>2008-10-07T15:40:25Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>T68 ISP settings with OTA ?</title>
      <link>http://developer.sonyericsson.com/community/thread/2777</link>
      <description>&lt;!-- [DocumentBodyStart:9dc944b8-3188-4c88-b8ff-184c45ae1c46] --&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;I was able to use OTA through SMS to change (add) new email settings, but was unable to do so for ISP settings with their smart messaging specifications (//SIAP11...Iname,Itel,Iuid) Anyone can suggest on how II can actually remotely change ISP settings for T68 (T68i)?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9dc944b8-3188-4c88-b8ff-184c45ae1c46] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:53:09 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2777</guid>
      <dc:date>2003-07-01T17:53:09Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Sending SMS using AT commands via Bluetooth</title>
      <link>http://developer.sonyericsson.com/community/thread/3092</link>
      <description>&lt;!-- [DocumentBodyStart:e3900488-c08f-4b38-90e7-8b6258d1eaae] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I read somewhere in the KB that Sony Ericsson phones do not support the AT commands to send SMS messages over Bluetooth.&lt;/p&gt;&lt;p&gt;1. Is this true or is it limited to certain models?&lt;/p&gt;&lt;p&gt;2. Is there a way to get hold of Sony Ericsson Tech. Support to clarify these issues?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e3900488-c08f-4b38-90e7-8b6258d1eaae] --&gt;</description>
      <pubDate>Wed, 27 Aug 2003 11:26:10 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/3092</guid>
      <dc:date>2003-08-27T11:26:10Z</dc:date>
      <clearspace:dateToText>2 years, 6 months ago</clearspace:dateToText>
      <clearspace:messageCount>14</clearspace:messageCount>
      <clearspace:replyCount>13</clearspace:replyCount>
    </item>
    <item>
      <title>sms sdk</title>
      <link>http://developer.sonyericsson.com/community/thread/42583</link>
      <description>&lt;!-- [DocumentBodyStart:0d0445d5-77b1-4624-8c10-b44e01064784] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hi guru, &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; i'm working for an sms application for my thesis, actually its a* Biometric Daily Time Record with sms application * and and im using vb 6.0.. is any body knows whre i can find a free sdk?&amp;nbsp; what is best to use a gsm modem or a gsm phone, i have sony erickson T610 but i couldn't find a data cable in store..is anyone here have a SDK? thanks....&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; &lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:odie.18@gmail.com"&gt;odie.18@gmail.com&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0d0445d5-77b1-4624-8c10-b44e01064784] --&gt;</description>
      <pubDate>Mon, 17 Dec 2007 22:51:15 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/42583</guid>
      <dc:date>2007-12-17T22:51:15Z</dc:date>
      <clearspace:dateToText>1 year, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>SMS AT Commands K700</title>
      <link>http://developer.sonyericsson.com/community/thread/15187</link>
      <description>&lt;!-- [DocumentBodyStart:ad19bc1b-6a8d-4ebe-b6a4-e8c646713026] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Using the AT+CMGL=n command the messages i get are in hexadecimals.How can I convert them into letters???&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ad19bc1b-6a8d-4ebe-b6a4-e8c646713026] --&gt;</description>
      <pubDate>Fri, 17 Sep 2004 17:04:09 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/15187</guid>
      <dc:date>2004-09-17T17:04:09Z</dc:date>
      <clearspace:dateToText>4 years, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Calculate PDU length?</title>
      <link>http://developer.sonyericsson.com/community/thread/29622</link>
      <description>&lt;!-- [DocumentBodyStart:440170c5-552e-4344-ae7e-46cf0cc7d16e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Take for example this following PDU: &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;011000 8 91 87654321 00 00 FF 19 54747A0E4ACF4161903C4C4797E520... &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Length = 22 + 1 = 23(dec) = 17(Hex)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0011000 8 81 87654321 00 00 FF 19 54747A0E4ACF4161903C4C4797E520... &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Length = 19(hex) = 25(dec)???&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How do you derive that the length of the PDU is 25 by calculating the user data length? I calculated that the length is 22 + 1 for 7-bit data but still ist only 23. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Can anyone advise me on the solution? Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:440170c5-552e-4344-ae7e-46cf0cc7d16e] --&gt;</description>
      <pubDate>Mon, 03 Jul 2006 16:48:42 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/29622</guid>
      <dc:date>2006-07-03T16:48:42Z</dc:date>
      <clearspace:dateToText>2 years, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Polyphonic ring signals</title>
      <link>http://developer.sonyericsson.com/community/thread/2627</link>
      <description>&lt;!-- [DocumentBodyStart:7903c23f-dbb5-42bf-9094-2431ea17e39f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Does anybody know how to send these??&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If so, please tell me where to go to learn what you know.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7903c23f-dbb5-42bf-9094-2431ea17e39f] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:36 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2627</guid>
      <dc:date>2003-07-01T17:52:36Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to send SMS in Text mode using AT command?</title>
      <link>http://developer.sonyericsson.com/community/thread/2599</link>
      <description>&lt;!-- [DocumentBodyStart:8ad666cf-43ca-43e7-8e8c-70557bb40228] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I have just begin to try GM47 module and its development kit. I can send SMS in PDU mode using AT command, but I can not do it in Text mode. What I did was like the following:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;AT+CMGF=1&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;OK&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AT+CMGS="90235491"&lt;!--[CodeBlockStart:bf47c677-c97f-47ad-80a4-7e2ae35ee1a1]--&gt;&lt;span&gt;&lt;/span&gt;&lt;!--[CodeBlockEnd:bf47c677-c97f-47ad-80a4-7e2ae35ee1a1]--&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;+CMS ERROR 500&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 the right way? Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8ad666cf-43ca-43e7-8e8c-70557bb40228] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:31 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2599</guid>
      <dc:date>2003-07-01T17:52:31Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>t68i pdu mode parameters ?</title>
      <link>http://developer.sonyericsson.com/community/thread/3000</link>
      <description>&lt;!-- [DocumentBodyStart:64d919bf-5503-4c1a-8bab-cf1b57504871] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;trying to pass sms to my t68i via my apple mac running macromedia director&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;accessing the serial port via bluetooth&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;all set up but its giving me error 304 invalid PDU mode parameter&lt;/p&gt;&lt;p&gt;&lt;span&gt;im following the code directly from &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.dreamfabric.com/sms/"&gt;http://www.dreamfabric.com/sms/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;does anyone have any success using the code examples from the site?&lt;/p&gt;&lt;p&gt;any info. would be greatly received&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:64d919bf-5503-4c1a-8bab-cf1b57504871] --&gt;</description>
      <pubDate>Wed, 13 Aug 2003 06:25:36 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/3000</guid>
      <dc:date>2003-08-13T06:25:36Z</dc:date>
      <clearspace:dateToText>6 years, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>p990i mesagging application problem!!!</title>
      <link>http://developer.sonyericsson.com/community/thread/45307</link>
      <description>&lt;!-- [DocumentBodyStart:c81ea4b1-7b4d-4477-a862-b9e0939ce573] --&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;hi! (sorry for my Englsh)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 Ali from Turkey.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 a problem about p990i mesagging application. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 open Storage wizard application from Controls Panel. it says me that: Mesagging application uses&amp;nbsp; 105kb. but i have no mesagges in inbox, outbox,draft,sent folders! i open c:\private\1000484b\mail2\&amp;nbsp; folder with a third party application called X-Plore. There is a file in this folder called index. its size is 105KB. i try to delete this file. it says in use! &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;thanks... i wait for your replys...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:c81ea4b1-7b4d-4477-a862-b9e0939ce573] --&gt;</description>
      <pubDate>Wed, 25 Jun 2008 12:39:53 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/45307</guid>
      <dc:date>2008-06-25T12:39:53Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>SE phones keep sending M-NotifyResp.ind after receiving the MMS.</title>
      <link>http://developer.sonyericsson.com/community/thread/33092</link>
      <description>&lt;!-- [DocumentBodyStart:a48feea0-3a2f-4a14-a773-2b286c29a5c8] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;When SE phones(K750i, W810i, Z520 etc) send M-NotifyResp.ind for the message which is expired/deleted from the MMSC it receive "404 Message not found" after that phone keeps sending M-NotifyResp.ind every 10 minutes. It is very stupid situation when subscriber which is located in the guest network pays for every attempt to sending M-NotifyResp.ind.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Have anybody information related to this bug?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a48feea0-3a2f-4a14-a773-2b286c29a5c8] --&gt;</description>
      <pubDate>Thu, 28 Sep 2006 10:31:49 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/33092</guid>
      <dc:date>2006-09-28T10:31:49Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Bluetooth problems</title>
      <link>http://developer.sonyericsson.com/community/thread/20043</link>
      <description>&lt;!-- [DocumentBodyStart:0d8f08eb-abb8-4d28-8fa0-ca221c03b4ba] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I actually have a simple problem with connecting my phone to my computer. I've tried to remove all &lt;a class="jive-link-external-small" href="quot"&gt;quot&lt;/a&gt;[/quot]my devices[quot][/quot] on both sides and &lt;a class="jive-link-external-small" href="quot"&gt;quot&lt;/a&gt;[/quot]reinstall[quot][/quot] the connection, but I still don't get access to the files on the phone. I did once or twice, but now it just doesn't work. Help?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Lab&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0d8f08eb-abb8-4d28-8fa0-ca221c03b4ba] --&gt;</description>
      <pubDate>Mon, 29 Aug 2005 09:43:41 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/20043</guid>
      <dc:date>2005-08-29T09:43:41Z</dc:date>
      <clearspace:dateToText>4 years, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Need Serious Help</title>
      <link>http://developer.sonyericsson.com/community/thread/42138</link>
      <description>&lt;!-- [DocumentBodyStart:3f9b4eb4-58d3-44f8-8770-75bf28d2d18e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hi all u expert guys &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;I want some help with my problem . I just want a SE phone that supports Sending and Receiveing SMS by At Commands , also the phone should connect to Pc Via USB .&lt;/p&gt;&lt;p&gt;I don't want to make Advanced SMS applications , I just want to send and receive simple short messages .&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;my second question is that does K510i supports at commands and can i use it for my purpose ? can i use cheaper phones than this ? which phones ?(with usb cable connection) .&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks So Much , I appreciate any help &lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/happy.gif" width="16px"/&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3f9b4eb4-58d3-44f8-8770-75bf28d2d18e] --&gt;</description>
      <pubDate>Tue, 20 Nov 2007 16:26:40 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/42138</guid>
      <dc:date>2007-11-20T16:26:40Z</dc:date>
      <clearspace:dateToText>2 years, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Images larger that 32*32 in EMS</title>
      <link>http://developer.sonyericsson.com/community/thread/2494</link>
      <description>&lt;!-- [DocumentBodyStart:61759a30-5724-46e6-a5c5-abd14cfa08e4] --&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 trying to send images larger than 32*32 using EMS to a T39 using upi to concatenate 3 images. I have tried with the example found in the Ericsson converter user guide.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 must add some text to every message in order to be shown by the phone. I add a 0d to every message as text. The image is not displayed as one but as 3 different pieces in a new line. If I try with any other char this is inserted between image different parts.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Have you tested this example or one similar?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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:61759a30-5724-46e6-a5c5-abd14cfa08e4] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:13 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2494</guid>
      <dc:date>2003-07-01T17:52:13Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Create UDH value for sending sms to a particular port</title>
      <link>http://developer.sonyericsson.com/community/thread/33498</link>
      <description>&lt;!-- [DocumentBodyStart:170f9db9-fe69-4e24-984f-cadcbcd53bc4] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am developing a J2ME application for receiving simple SMS text message at particular port from the server.It is working fine with Nokia Phones.But it is not working with Sony Ericsson.I am using Sony Ericsson k608i and Port number using is 16000. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I know UDH value for Sony Ericsson is different from Nokia. &lt;/p&gt;&lt;p&gt;But i cant create UDH value 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;The URL used for Nokia is : &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://api.clickatell.com/http/sendmsg?user=&amp;amp;password=&amp;amp;api_id=&amp;amp;to=919840140203&amp;amp;udh=0605043E803E80&amp;amp;text=This"&gt;http://api.clickatell.com/http/sendmsg?user=&amp;amp;password=&amp;amp;api_id=&amp;amp;to=919840140203&amp;amp;udh=0605043E803E80&amp;amp;text=This&lt;/a&gt;&lt;span&gt; is a simple text message. &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;I need UDH value of a simple text message for Sony Ericsson at Port 16000.&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;Krishna.......&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:170f9db9-fe69-4e24-984f-cadcbcd53bc4] --&gt;</description>
      <pubDate>Fri, 06 Oct 2006 06:10:02 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/33498</guid>
      <dc:date>2006-10-06T06:10:02Z</dc:date>
      <clearspace:dateToText>2 years, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>ZigBee support</title>
      <link>http://developer.sonyericsson.com/community/thread/35638</link>
      <description>&lt;!-- [DocumentBodyStart:7266f0ee-aaa8-4c78-9316-1bb82941700e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;When is SonyEricsson going to provide built-in ZigBee support in the mobile phones and when will there be a SDK available ?&lt;/p&gt;&lt;p&gt;Curt Frisemo&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7266f0ee-aaa8-4c78-9316-1bb82941700e] --&gt;</description>
      <pubDate>Thu, 16 Nov 2006 15:01:03 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/35638</guid>
      <dc:date>2006-11-16T15:01:03Z</dc:date>
      <clearspace:dateToText>2 years, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Playing with SMS on phone</title>
      <link>http://developer.sonyericsson.com/community/thread/46085</link>
      <description>&lt;!-- [DocumentBodyStart:ab021342-601a-4688-9a4d-f54a4b1e787b] --&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;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&gt;I want to create an application which would create a html page with all SMS's received, appends each SMS when it arrives.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;It would avoid many button presses(ex: w580) to goin to next sms.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 how can I create a JAVA app to read SMS and append it to HTML page (Even if that html page is opened I should be able to append each sms) .&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Other features can be, different file names for different senders and also one per each day.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Please point me to any documents available.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Giridhar &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:ab021342-601a-4688-9a4d-f54a4b1e787b] --&gt;</description>
      <pubDate>Fri, 29 Aug 2008 13:30:35 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/46085</guid>
      <dc:date>2008-08-29T13:30:35Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Help needed wif sending of EMS message</title>
      <link>http://developer.sonyericsson.com/community/thread/2464</link>
      <description>&lt;!-- [DocumentBodyStart:eb218b99-2c85-4d47-8b74-5b1bb09ba5d7] --&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 style="min-height: 8pt; height: 8pt; padding: 0px;"&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 able to send SMS (including operator logo, ringtones, etc) to Nokia handphones. However, I just cannot do it for EMS enabled phones. I am currently using a Siemens S45 to receive the messages.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;My string for sending in PDU mode is this:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0071000A91567989188000F5A7040B020003&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;span&gt;This example was taken from &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://hjem.get2net.dk/grob/EMS/EMS_samples.html"&gt;http://hjem.get2net.dk/grob/EMS/EMS_samples.html&lt;/a&gt;&lt;span&gt; the portion to send a predefined song.&lt;/span&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;What am I doing wrong?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:eb218b99-2c85-4d47-8b74-5b1bb09ba5d7] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:03 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2464</guid>
      <dc:date>2003-07-01T17:52:03Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>SonyEricsson T290 does not seem to support EMS messaging/Picture Messaging?</title>
      <link>http://developer.sonyericsson.com/community/thread/31279</link>
      <description>&lt;!-- [DocumentBodyStart:da31b6a4-8c20-4510-a954-4df62bc383c9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;We develop a system which sends bar-codes via SMS-messages (Smart Messaging for Nokia Handsets and EMS for all others) to cellphones. Our EMS-format has worked very well until we came across the SonyEricsson T290 phone. This phone does not seem to support the EMS-standard as we have implemented it. The question is - has SonyEricsson made any recent changes to the EMS standard or does the T290 simply not support picture messaging?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thankful for any hints,&lt;/p&gt;&lt;p&gt;Hugo Gundewall&lt;/p&gt;&lt;p&gt;The Light Agency AB&lt;/p&gt;&lt;p&gt;Sweden&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.lightagency.se"&gt;http://www.lightagency.se&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:da31b6a4-8c20-4510-a954-4df62bc383c9] --&gt;</description>
      <pubDate>Fri, 18 Aug 2006 13:38:30 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/31279</guid>
      <dc:date>2006-08-18T13:38:30Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>TLS/SSL for outgoing emails does not work</title>
      <link>http://developer.sonyericsson.com/community/thread/30808</link>
      <description>&lt;!-- [DocumentBodyStart:3c4abd30-3970-454a-a0fb-f7cd3776592c] --&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 would like to use TLS for SMTP with my W810i.&lt;/p&gt;&lt;p&gt;I already tried to use TLS for IMAP with my W810i and it works fine.&lt;/p&gt;&lt;p&gt;However, when I adjust my settings for SMTP to use TLS,&lt;/p&gt;&lt;p&gt;and I would like to send a email my W810i does login at all,&lt;/p&gt;&lt;p&gt;there is just a popup window complaing about&lt;/p&gt;&lt;p&gt;a general problem using TLS/SSL asking me to contact my email provider.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have traced the SMTP server it never logs into the server.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do I have to install a client certificate ?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any guidance to solve this problem would be very much appreciated&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Kind regards,&lt;/p&gt;&lt;p&gt;Markus&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3c4abd30-3970-454a-a0fb-f7cd3776592c] --&gt;</description>
      <pubDate>Thu, 03 Aug 2006 12:04:25 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/30808</guid>
      <dc:date>2006-08-03T12:04:25Z</dc:date>
      <clearspace:dateToText>3 years, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Using JSR205 causes UnsatisfiedLinkError: getProperty0 Exception</title>
      <link>http://developer.sonyericsson.com/community/thread/41471</link>
      <description>&lt;!-- [DocumentBodyStart:e4048a23-74f9-4b1a-8ff7-04d106578b2b] --&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 using the code to send MMS taken from Sony Ericsson Dev resources&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/site/global/techsupport/tipstrickscode/java/p_send_mms_jsr205.jsp"&gt;http://developer.sonyericsson.com/site/global/techsupport/tipstrickscode/java/p_send_mms_jsr205.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;I have utilized this code and appended Required j2ME jars. My Code is as follows:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:e6e4827f-8bde-40b5-8fbc-253c6408c765]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code"&gt;try {
&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(" Loadede LIBS");
&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.loadLibrary("jmcustommpx");
&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.loadLibrary("zayit");
&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.loadLibrary("sublime");
&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; String address = "mms://+919884040811";
&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; MessageConnection msgConn = (MessageConnection) Connector.open(address);
&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; MultipartMessage mulMsg = (MultipartMessage) msgConn.newMessage(MessageConnection.BINARY_MESSAGE);
&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; mulMsg.setAddress(address);
&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; mulMsg.setAddress("mms://kannan@firstis.com");
&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; mulMsg.setSubject("JAVA MMS TEST");

&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; String mimeType = "text/plain";
&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; String encoding = "UTF-8";
&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; String text = "Hello from my java midlet";
&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; byte[] contents = text.getBytes(encoding);
&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; MessagePart msgPart = new MessagePart(contents, 0, contents.length, mimeType, "id1", "contentLocation", encoding);
&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; mulMsg.addMessagePart(msgPart);

&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; InputStream is = getClass().getResourceAsStream("C:\\mnop.jpg");
&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; mimeType = "image/jpeg";
&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; contents = new byte[is.available()];
&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.read(contents);
&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; msgPart = new MessagePart(contents, 0, contents.length, mimeType, "id2", "bg.jpg", null);
&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; mulMsg.addMessagePart(msgPart);

&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; msgConn.send(mulMsg);
&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) {
&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; e.printStackTrace();
&amp;nbsp;&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:e6e4827f-8bde-40b5-8fbc-253c6408c765]--&gt;&lt;p&gt;While Running this, I got the following Exception:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Exception in thread "main" java.lang.UnsatisfiedLinkError: getProperty0&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.midp.Configuration.getProperty0(Native Method)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.midp.Configuration.getProperty(Configuration.java:34)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.midp.io.InternalConnector.&lt;!--[CodeBlockStart:6d798b0f-db52-40bd-9d24-00d239d7681b]--&gt;&lt;span&gt;&lt;/span&gt;&lt;!--[CodeBlockEnd:6d798b0f-db52-40bd-9d24-00d239d7681b]--&gt;(InternalConnector.java:91)&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; at javax.microedition.io.Connector.open(Connector.java:158)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at javax.microedition.io.Connector.open(Connector.java:138)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at javax.microedition.io.Connector.open(Connector.java:120)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.smpp.client.SMPPSender.submit(SMPPSender.java:366)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.smpp.client.SMPPSender.main(SMPPSender.java:155)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;While Searching on this, i came to know I need to Load some DDLs. I tried to Load zayit.dll &lt;a class="jive-link-external-small" href="U can see that in the code I have posted"&gt;U can see that in the code I have posted&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;What are all the possible DDLs to load and How to Do it?&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 in this,&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;Akram&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e4048a23-74f9-4b1a-8ff7-04d106578b2b] --&gt;</description>
      <pubDate>Mon, 08 Oct 2007 11:28:01 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/41471</guid>
      <dc:date>2007-10-08T11:28:01Z</dc:date>
      <clearspace:dateToText>1 year, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Blackberry P990i</title>
      <link>http://developer.sonyericsson.com/community/thread/39162</link>
      <description>&lt;!-- [DocumentBodyStart:8d42e015-c72f-483f-871c-c8a1e5dc1fbd] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;After updating my P990i to the R9F011 SW Black berry is unusable.&lt;/p&gt;&lt;p&gt;after contact with RIM they informed me that the R9F011 is still not supported.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any body a work around?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8d42e015-c72f-483f-871c-c8a1e5dc1fbd] --&gt;</description>
      <pubDate>Wed, 11 Apr 2007 13:20:44 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/39162</guid>
      <dc:date>2007-04-11T13:20:44Z</dc:date>
      <clearspace:dateToText>2 years, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>HOW TO RECIVE STATUS REPORT with AT HAYES COMMANDS</title>
      <link>http://developer.sonyericsson.com/community/thread/20101</link>
      <description>&lt;!-- [DocumentBodyStart:6bc604a5-fc5e-40ae-a87b-000ff7beeb39] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I have sony cmd-j5 and send sms per computer...(RS232), &lt;/p&gt;&lt;p&gt;[[i.e. siemens store it as sms...but sony... who it knows....]&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6bc604a5-fc5e-40ae-a87b-000ff7beeb39] --&gt;</description>
      <pubDate>Sun, 04 Sep 2005 03:22:20 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/20101</guid>
      <dc:date>2005-09-04T03:22:20Z</dc:date>
      <clearspace:dateToText>4 years, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>T9 Functionality</title>
      <link>http://developer.sonyericsson.com/community/thread/48231</link>
      <description>&lt;!-- [DocumentBodyStart:116f744f-13a6-4ee6-9c4e-52d8f84e353b] --&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;Hi All&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Phone has been fully unlocked by flash and has now lost this ability. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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., TA&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:116f744f-13a6-4ee6-9c4e-52d8f84e353b] --&gt;</description>
      <pubDate>Fri, 06 Feb 2009 20:27:54 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48231</guid>
      <dc:date>2009-02-06T20:27:54Z</dc:date>
      <clearspace:dateToText>9 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Simple question about SMIL formatting</title>
      <link>http://developer.sonyericsson.com/community/thread/42491</link>
      <description>&lt;!-- [DocumentBodyStart:6edf376d-6ce6-4317-92cc-c3c680665ecb] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi there dear developers, &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have recently been trying to get a very simple SMIL file to work on a P990 and a forsaken N95 &lt;img height="16px" src="http://developer.sonyericsson.com/community/images/emoticons/happy.gif" width="16px"/&gt; It looks like this: &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;!--[CodeBlockStart:3f9c9c37-da8c-42f6-92ec-024addd05855]--&gt;&lt;span&gt;&lt;/span&gt;&lt;!--[CodeBlockEnd:3f9c9c37-da8c-42f6-92ec-024addd05855]--&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Simple huh? But for some reason, it works on many phones, but not on the P990. What am I doing wrong? I want it to work on "all mobiles". &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The file above works on a K700 perfectly. One really funny thing is that if I forward the MMS from the K700 to the P990, it works also! &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I hugely appreciate your help. Merry Christmas!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Kind Regards, &lt;/p&gt;&lt;p&gt;Rikard&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6edf376d-6ce6-4317-92cc-c3c680665ecb] --&gt;</description>
      <pubDate>Tue, 11 Dec 2007 11:37:51 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/42491</guid>
      <dc:date>2007-12-11T11:37:51Z</dc:date>
      <clearspace:dateToText>1 year, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>MMS &amp;amp; WML</title>
      <link>http://developer.sonyericsson.com/community/thread/2486</link>
      <description>&lt;!-- [DocumentBodyStart:a97d8c8a-e825-408b-88e5-add0f74d54fb] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Is it possible to include MMS content (appropriate MIME) in WML pages?&amp;nbsp; If so, if the user would access the WAP site (WML pages) with the WAP Browser (I guess version 1.2.1 upwards?) and point to hyperlinks of MMS (MIME) content, how will the MMS be downloaded?&amp;nbsp; Will the WAP Browser call the MMS Client within the WAP session?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:a97d8c8a-e825-408b-88e5-add0f74d54fb] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:10 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2486</guid>
      <dc:date>2003-07-01T17:52:10Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>MESSAGING--</title>
      <link>http://developer.sonyericsson.com/community/thread/43162</link>
      <description>&lt;!-- [DocumentBodyStart:cc3528d2-2d0b-45d0-9878-a00694fca7fc] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Is it possible to display the message sent by the micro to the cell by AT commands on the console of the mobile?.&lt;/p&gt;&lt;p&gt;regards&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cc3528d2-2d0b-45d0-9878-a00694fca7fc] --&gt;</description>
      <pubDate>Fri, 25 Jan 2008 11:12:42 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/43162</guid>
      <dc:date>2008-01-25T11:12:42Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>can v include a option in message list......."schedule msg"</title>
      <link>http://developer.sonyericsson.com/community/thread/47140</link>
      <description>&lt;!-- [DocumentBodyStart:aace9cd0-2f6f-42d7-9492-7cd72e9089e8] --&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;hiiii&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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; can an option schedule msg included in java ME mobile..its function is to send the msg at scheduled time date year. this ll b helpfull to wish wishes like birthda,anniversary etc.... if can v add plz let me im very thankfulll to d helpers !! thnku&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:aace9cd0-2f6f-42d7-9492-7cd72e9089e8] --&gt;</description>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">mgs_scheduled</category>
      <pubDate>Wed, 26 Nov 2008 07:35:18 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/47140</guid>
      <dc:date>2008-11-26T07:35:18Z</dc:date>
      <clearspace:dateToText>12 months, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>mms size error......urgent</title>
      <link>http://developer.sonyericsson.com/community/thread/37743</link>
      <description>&lt;!-- [DocumentBodyStart:7b62fa7f-8774-41a1-bff2-877d89cedf9a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hi frends !!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i want to send my animated gif using mms.but when i add it in my mms as a messagepart() it will throw size exceeds more than 30720 bytes exception.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; can any one tell me how can i solve this problem.&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: ajay_pictureal&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7b62fa7f-8774-41a1-bff2-877d89cedf9a] --&gt;</description>
      <pubDate>Tue, 09 Jan 2007 14:17:07 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/37743</guid>
      <dc:date>2007-01-09T14:17:07Z</dc:date>
      <clearspace:dateToText>2 years, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>send and recive sms using at commands in t-310</title>
      <link>http://developer.sonyericsson.com/community/thread/4172</link>
      <description>&lt;!-- [DocumentBodyStart:232c33c8-345a-4139-ba61-9d16ee41dad5] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;How can I send and recive sms using AT commands with a ericsson t-310? Can I make a voice call too?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you for your kind assistance&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:232c33c8-345a-4139-ba61-9d16ee41dad5] --&gt;</description>
      <pubDate>Mon, 22 Dec 2003 16:28:23 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/4172</guid>
      <dc:date>2003-12-22T16:28:23Z</dc:date>
      <clearspace:dateToText>5 years, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>synchronizing messages with your PC?</title>
      <link>http://developer.sonyericsson.com/community/thread/37773</link>
      <description>&lt;!-- [DocumentBodyStart:7994be3a-4d7c-4242-9d71-9901a916b5fd] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Can anybody tell me how &lt;strong&gt;can I synchronize my messages with the PC&lt;/strong&gt; as I can di with my contact list...&lt;/p&gt;&lt;p&gt;Plz reply as I m a new user of sonyericsson products.&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;/p&gt;&lt;p&gt;Afzal&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7994be3a-4d7c-4242-9d71-9901a916b5fd] --&gt;</description>
      <pubDate>Thu, 11 Jan 2007 07:04:41 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/37773</guid>
      <dc:date>2007-01-11T07:04:41Z</dc:date>
      <clearspace:dateToText>2 years, 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>AT commands to run Sim Applications on Sony Ericsson</title>
      <link>http://developer.sonyericsson.com/community/thread/48172</link>
      <description>&lt;!-- [DocumentBodyStart:64fd2901-b5ac-4a0f-904f-10648bc85ff8] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi guys,&lt;/p&gt;&lt;p&gt;I'm trying to use AT commands to access and use a Sim application via a Sony Ericsson phone. I've read some references that have the use of, among other commands, AT*STKE. there is no clear explanation of how to use this and other Sim Application Toolkit AT commands. Does anyone know how to use AT command set on an Sony Ericsson to run Sim applications?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:64fd2901-b5ac-4a0f-904f-10648bc85ff8] --&gt;</description>
      <pubDate>Mon, 02 Feb 2009 15:47:16 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/48172</guid>
      <dc:date>2009-02-02T15:47:16Z</dc:date>
      <clearspace:dateToText>9 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Native messaging application listener mechanism</title>
      <link>http://developer.sonyericsson.com/community/thread/26222</link>
      <description>&lt;!-- [DocumentBodyStart:d3a917e5-43d4-4c73-b520-ca507232cfb4] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi ! (excuse my english i m french)&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 have some info to know how the the native messaging application listener work on our terminal. More precisely , i would like to know if there is a standard port listen by the native application. I have read the GSM 3.40 specification , and I know that there is an optional header which permit to specify a port number for any java application using the WMA API(JAVA JSR 120). Does this optional header is used by the native application ? If yes, what is the native application port number ? If you have some link or info about the the native application mechanism .... I will appreciate it&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;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d3a917e5-43d4-4c73-b520-ca507232cfb4] --&gt;</description>
      <pubDate>Mon, 10 Apr 2006 16:07:37 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/26222</guid>
      <dc:date>2006-04-10T16:07:37Z</dc:date>
      <clearspace:dateToText>3 years, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>FLAG:  msgs waiting in SC: NO or YES???</title>
      <link>http://developer.sonyericsson.com/community/thread/2796</link>
      <description>&lt;!-- [DocumentBodyStart:db63e58e-552f-4277-ae16-5c65b5a0f18a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;1.Will T68i recognize incoming OTA SMS (SyncML) settings if this flag is set to YES (msgs waiting in SC:YES)???&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;binaries:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;07911326060032F040...&amp;nbsp; -YES&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;07911326060032F044...&amp;nbsp; -NO&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:db63e58e-552f-4277-ae16-5c65b5a0f18a] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:53:12 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2796</guid>
      <dc:date>2003-07-01T17:53:12Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How to insert phonenumber in SMS on K500?</title>
      <link>http://developer.sonyericsson.com/community/thread/18116</link>
      <description>&lt;!-- [DocumentBodyStart:02beaf97-a103-458d-851a-79a548e773dd] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Anyone tell me&amp;nbsp; how to insert phonenumber in my phonebook to my SMS. I want to insert many number of phonebook in my SMS on my K500.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Help me.......pleze...&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;!--[CodeBlockStart:61d7c83f-4d80-45de-b2ed-60a59f54f0b8]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code"&gt;Code Example displayed here&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:61d7c83f-4d80-45de-b2ed-60a59f54f0b8]--&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 class="jive-link-external-small" href="href="&gt;href=&lt;/a&gt;this is a link example[/href]&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:02beaf97-a103-458d-851a-79a548e773dd] --&gt;</description>
      <pubDate>Wed, 30 Mar 2005 21:53:21 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/18116</guid>
      <dc:date>2005-03-30T21:53:21Z</dc:date>
      <clearspace:dateToText>4 years, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>User Agent Profile data</title>
      <link>http://developer.sonyericsson.com/community/thread/2524</link>
      <description>&lt;!-- [DocumentBodyStart:5c5d0991-5f71-4d0e-96f3-0b69eb94b99c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Does anybody have any experience on how to retreive User Agent Profile data such as supported character set, screen size, etc. from a T68?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5c5d0991-5f71-4d0e-96f3-0b69eb94b99c] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:20 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2524</guid>
      <dc:date>2003-07-01T17:52:20Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Message header for AT+CMGS command</title>
      <link>http://developer.sonyericsson.com/community/thread/2663</link>
      <description>&lt;!-- [DocumentBodyStart:a0b1ba87-947e-4fce-8be3-cee7ba2c75b7] --&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 need some help to send SMS messages using AT+CMGS command and Ericsson T68.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 Ericsson T68 use TPDU message format with AT+CMGS command.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 found in the manual "Mobile Phone T68 Developers' Guidelines" the following text:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;" Exec.Command: &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AT+CMGS=&lt;!--[CodeBlockStart:fc0731a4-a1a0-4108-b93e-26f85384f2b1]--&gt;&lt;span&gt;&lt;/span&gt;&lt;!--[CodeBlockEnd:fc0731a4-a1a0-4108-b93e-26f85384f2b1]--&gt;: In case os SMS: GSM 04.11 SC address followed by GSM 03.40 TPDU in hexadecimal format. "&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 three basic questions about this text. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;- First, how can I found the right specification for the format GSM 04.11 SC describe in the text? There are a lot of related documents at ETSI and 3GPP web site. Has any paper about this format at Ericsson web site? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 need the same information for the&amp;nbsp; GSM 03.40 TPDU format.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 text above says "hexadecimal format", but I don't know if this mean hexadecimal string data or binary 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 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;Luiz Marcio Viana&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:a0b1ba87-947e-4fce-8be3-cee7ba2c75b7] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:43 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2663</guid>
      <dc:date>2003-07-01T17:52:43Z</dc:date>
      <clearspace:dateToText>5 years, 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>OTA configuration</title>
      <link>http://developer.sonyericsson.com/community/thread/26248</link>
      <description>&lt;!-- [DocumentBodyStart:6797e512-0285-4e07-85c6-85fa36912ea1] --&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 rather new to OTA messages.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Bassically I need to send a OTA configuration messages to 200 phones (SE w800i) with the settings to configure their internet access.&amp;nbsp; As I understand it I have to encode 2 SMS messages as specified in the OTA_settings_71 document.&amp;nbsp; Is this correct?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there some kind of tutorial I can follow somewhere? Maybe a tool to generate the SMSes?&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 don't have much time left so any help would be greatly appreaciated&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:6797e512-0285-4e07-85c6-85fa36912ea1] --&gt;</description>
      <pubDate>Tue, 11 Apr 2006 07:54:20 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/26248</guid>
      <dc:date>2006-04-11T07:54:20Z</dc:date>
      <clearspace:dateToText>3 years, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Whats wrong with this Wap Push PDU?</title>
      <link>http://developer.sonyericsson.com/community/thread/2587</link>
      <description>&lt;!-- [DocumentBodyStart:eeae323e-9224-41cc-8651-ecab3847237a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;If I send this Wap Push PDU to my T68i then it appears as scrambled text:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;0031000C91xxxxxxxxxxxx0014A7700605040B8423F0070617AE966C6F63616C686F73743A3930383000AF808DCFB48002056A0045C60C037761702E696F626F782E66690011033140776972616C2E636F6D00080AC3072000062515231510C30420030630010357616E7420746F207465737420612066657463683F000101&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;00&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;31&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;41 :UDHI &amp;amp; SUBMIT&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;04 :MR&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0D :Dest Address Len&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;91&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x :Dest Address Type&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;xx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :Dest Address goes here...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;xx&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;xx&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;xx&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;xx&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;xx&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x :Protocol ID&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;14&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x :DCS (0x08 is alos tried)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A7&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;80&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :UDL&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;06&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x :UDHL&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;05&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x :Port Address IEI&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;04&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x :LEN&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;0B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x :Dest Port&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;84&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x :Dest Port&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;23&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x :Org Port&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;F0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x :Org Port&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;04&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;01 :TID (Push ID)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;06&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x :PDU Type (PUSH)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;01 :HeaderLen&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x :Content Type&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;96&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;02 :SI Doc goes here...&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="..."&gt;...&lt;/a&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;Any ideas why this isn't recognized as a Wap Push SMS?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:eeae323e-9224-41cc-8651-ecab3847237a] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:29 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2587</guid>
      <dc:date>2003-07-01T17:52:29Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>M-Notification PDU Example</title>
      <link>http://developer.sonyericsson.com/community/thread/2765</link>
      <description>&lt;!-- [DocumentBodyStart:902ff624-543f-4ec2-a64e-e0a9bb3df553] --&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 style="min-height: 8pt; height: 8pt; padding: 0px;"&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 trying to build up a PDU Example for an MMS M-Notification.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Does anyone has acomplished this? Can someone provide me a working example with an explanation?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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&gt;Rui Oliveira&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:902ff624-543f-4ec2-a64e-e0a9bb3df553] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:53:07 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2765</guid>
      <dc:date>2003-07-01T17:53:07Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Get SMSC Address from Sender</title>
      <link>http://developer.sonyericsson.com/community/thread/41636</link>
      <description>&lt;!-- [DocumentBodyStart:0a913047-d5b9-40fa-b88d-4e8b9ae71186] --&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 get the SMSC Address (Message Center/Service Center) from the sender in J2ME ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0a913047-d5b9-40fa-b88d-4e8b9ae71186] --&gt;</description>
      <pubDate>Tue, 23 Oct 2007 00:53:06 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/41636</guid>
      <dc:date>2007-10-23T00:53:06Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>P900 Instant Messenger / Chat application</title>
      <link>http://developer.sonyericsson.com/community/thread/4231</link>
      <description>&lt;!-- [DocumentBodyStart:89934463-2306-4c47-8c4c-30973a758a4c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;The P900 is supposed to have this built into it. Where is it? I can`t find it. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can anyone tell me where it is?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:89934463-2306-4c47-8c4c-30973a758a4c] --&gt;</description>
      <pubDate>Fri, 02 Jan 2004 02:17:53 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/4231</guid>
      <dc:date>2004-01-02T02:17:53Z</dc:date>
      <clearspace:dateToText>5 years, 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>missing sms contacts on my k700i</title>
      <link>http://developer.sonyericsson.com/community/thread/19437</link>
      <description>&lt;!-- [DocumentBodyStart:86771c47-f0bc-4267-9476-791e759c3239] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;When i write an SMS and try to send it i mis certain contacts which ar in my regular phonebook. I can send messages as normal, and i recieve them also ok. But certain contact are just missing. (not tose who i seldom call, only good friends and relative`s offcourse) I tend to save the message as a concept, go to the phone book, write down the number (or try to remember), go back to the concept sms, and enter the number manualy! But the most stupid thing is that it then suddenly recognizes the number as being the person i need to send the message! &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This al started after my joystick was repaired at a service centre, they also installed firmware version R2AE033 (i believe it to be the latest).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anybody have the same problem, or better yet, does anybody know a solution? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:86771c47-f0bc-4267-9476-791e759c3239] --&gt;</description>
      <pubDate>Wed, 13 Jul 2005 11:23:56 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/19437</guid>
      <dc:date>2005-07-13T11:23:56Z</dc:date>
      <clearspace:dateToText>4 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>What is the requirement for sent MMS ?</title>
      <link>http://developer.sonyericsson.com/community/thread/37549</link>
      <description>&lt;!-- [DocumentBodyStart:7305a721-72bb-42ec-bdc0-33013c949992] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi;&lt;/p&gt;&lt;p&gt;&amp;nbsp; I am developing MMS sending application. What is the requirement to sent MMS?&lt;/p&gt;&lt;p&gt;Can MMS be sent from Computer to mobile phone?&amp;nbsp;&amp;nbsp; Which phone model can be used the sample like sms service with command ( or at command)?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My mobile phone is SE K750i and it only support JSR 120 and it not support JSR 205. Any idea or any way to sent MMS from my phone?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks for u help..&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7305a721-72bb-42ec-bdc0-33013c949992] --&gt;</description>
      <pubDate>Fri, 22 Dec 2006 04:03:32 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/37549</guid>
      <dc:date>2006-12-22T04:03:32Z</dc:date>
      <clearspace:dateToText>2 years, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Reading SMS from T610 by AT command</title>
      <link>http://developer.sonyericsson.com/community/thread/15489</link>
      <description>&lt;!-- [DocumentBodyStart:b7b44ed0-c189-40ce-885f-67a7a51cdfed] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I have tried to read sms messages by AT command&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AT+CPMS&lt;/p&gt;&lt;p&gt;+CPMS: &lt;a class="jive-link-external-small" href="quot"&gt;quot&lt;/a&gt;[/quot]SM[quot][/quot],0,25,[quot][/quot]SM[quot][/quot],0,25,[quot][/quot]ME[quot][/quot],10,70&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So there is messages but the following, abd they go to ME&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;AT+CMGL=4&amp;nbsp; returns just OK&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 get the messages if the CMGL does not tell me where to find them ?&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 settings&lt;/p&gt;&lt;p&gt;+CNMI: 2,0,0,0,0&lt;/p&gt;&lt;p&gt;+CSMS: 0, 1, 1, 1&lt;/p&gt;&lt;p&gt;+CMGF: 0&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;They works fine for sending sms&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;can sombody 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:b7b44ed0-c189-40ce-885f-67a7a51cdfed] --&gt;</description>
      <pubDate>Sun, 03 Oct 2004 03:57:09 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/15489</guid>
      <dc:date>2004-10-03T03:57:09Z</dc:date>
      <clearspace:dateToText>4 years, 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Ringtones on wap sonyericsson mobile</title>
      <link>http://developer.sonyericsson.com/community/thread/2591</link>
      <description>&lt;!-- [DocumentBodyStart:232998e1-89fc-4035-9b34-6d73fc3f0950] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Error: server returned unsupported content type:text/x-vm-el while trying to download a ringtone to a T68i.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Is there a solution for this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:232998e1-89fc-4035-9b34-6d73fc3f0950] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:30 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2591</guid>
      <dc:date>2003-07-01T17:52:30Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>i using p990 got sms problem</title>
      <link>http://developer.sonyericsson.com/community/thread/39819</link>
      <description>&lt;!-- [DocumentBodyStart:0c742560-327d-4b8b-941e-054867178ec3] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;when i received&amp;nbsp; sms why the message going in to my SIM card???&lt;/p&gt;&lt;p&gt;plz help&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;gt;normaly they going in to phone memory rite&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0c742560-327d-4b8b-941e-054867178ec3] --&gt;</description>
      <pubDate>Wed, 06 Jun 2007 01:13:57 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/39819</guid>
      <dc:date>2007-06-06T01:13:57Z</dc:date>
      <clearspace:dateToText>2 years, 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Ringtone/Logo</title>
      <link>http://developer.sonyericsson.com/community/thread/2408</link>
      <description>&lt;!-- [DocumentBodyStart:31c341cb-d77a-4c02-b447-a03370ddde3b] --&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 know what is the format for Ericsson to sending out a ringtone and logo. What should i do about 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;Can briefly gv me an suggestion?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 Tech note abt 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 style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;susan&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:31c341cb-d77a-4c02-b447-a03370ddde3b] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:51:45 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2408</guid>
      <dc:date>2003-07-01T17:51:45Z</dc:date>
      <clearspace:dateToText>5 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>plz help me to receive SMS through C# program</title>
      <link>http://developer.sonyericsson.com/community/thread/42399</link>
      <description>&lt;!-- [DocumentBodyStart:5769eec0-ac22-438a-8bc1-770d2b324cf7] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello frds, &lt;/p&gt;&lt;p&gt;I am writing a C# program to send &amp;amp; receive SMS. I am able to send SMS &amp;amp; read SMS from inbox through this program. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But problem is that when a new message comes it do not shows it automatically. Because mobile phone do not sends any notification message to program. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For example, when a phon call comes, then mobile-phone sends a "RING" notification to my program. But when new SMS comes. It do not sends any notification to my program. &lt;/p&gt;&lt;p&gt;So how can i display any new SMS immediatly whenever received.....&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Waiting for reply........&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5769eec0-ac22-438a-8bc1-770d2b324cf7] --&gt;</description>
      <pubDate>Thu, 06 Dec 2007 04:18:36 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/42399</guid>
      <dc:date>2007-12-06T04:18:36Z</dc:date>
      <clearspace:dateToText>1 year, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Sending A Vcal to sony ericsson phone via sms</title>
      <link>http://developer.sonyericsson.com/community/thread/14811</link>
      <description>&lt;!-- [DocumentBodyStart:acccee19-1609-4019-a34b-6fb060a746c8] --&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 the User Data Header and format needed to send a Vcal entry to a sony ericsson phone, if yes can you provide an example&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:acccee19-1609-4019-a34b-6fb060a746c8] --&gt;</description>
      <pubDate>Thu, 02 Sep 2004 11:00:55 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/14811</guid>
      <dc:date>2004-09-02T11:00:55Z</dc:date>
      <clearspace:dateToText>5 years, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>OTA server setting</title>
      <link>http://developer.sonyericsson.com/community/thread/2594</link>
      <description>&lt;!-- [DocumentBodyStart:a636bf31-b92c-4a8a-9bcb-f2c773846f32] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Dear Sir,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Is there any OTA server setting documentation for P800 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 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 style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Andy&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a636bf31-b92c-4a8a-9bcb-f2c773846f32] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:30 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2594</guid>
      <dc:date>2003-07-01T17:52:30Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>I send M-Notification.ind through SMS ...</title>
      <link>http://developer.sonyericsson.com/community/thread/2567</link>
      <description>&lt;!-- [DocumentBodyStart:ffc06508-e4bd-4f51-aaf6-41ea3766a33d] --&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 send data, but this does not 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 style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0605040B84C00201060391AF848C829861&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2D66353366008D908A808E000064008805&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;810309489283687474703A2F2F3231332E&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;37362E3230362E37322F7465737400&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;0x06&amp;nbsp;&amp;nbsp;&amp;nbsp; - UDHL&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x05&amp;nbsp;&amp;nbsp;&amp;nbsp; - IEI (Application port 16-bit)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x04&amp;nbsp;&amp;nbsp;&amp;nbsp; - IEIL&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x0B84&amp;nbsp; - Destination port (wap-push)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0xC002&amp;nbsp; - Originator port&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;0x01&amp;nbsp;&amp;nbsp;&amp;nbsp; - Transaction ID / Push ID&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x06&amp;nbsp;&amp;nbsp;&amp;nbsp; - PDU type (push)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x03&amp;nbsp;&amp;nbsp;&amp;nbsp; - Headers Length&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x91&amp;nbsp;&amp;nbsp;&amp;nbsp; - Content-Type&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0xAF&amp;nbsp;&amp;nbsp;&amp;nbsp; - X-Wap-Application-ID&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x84&amp;nbsp;&amp;nbsp;&amp;nbsp; - X-Wap-Application:mms.ua&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;0x8C&amp;nbsp;&amp;nbsp;&amp;nbsp; - Message-Type&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x82&amp;nbsp;&amp;nbsp;&amp;nbsp; - m-notification-ind&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x98&amp;nbsp;&amp;nbsp;&amp;nbsp; - Transaction-ID&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;612D66&amp;nbsp; - Text-String&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;353366&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;00&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x8D&amp;nbsp;&amp;nbsp;&amp;nbsp; - MMS-Version&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x90&amp;nbsp;&amp;nbsp;&amp;nbsp; - 1.0&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x8A&amp;nbsp;&amp;nbsp;&amp;nbsp; - Message-Class&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x80&amp;nbsp;&amp;nbsp;&amp;nbsp; - Personal&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x8E&amp;nbsp;&amp;nbsp;&amp;nbsp; - Message-Size&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x0000&amp;nbsp; - 25Kb&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x6400&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x88&amp;nbsp;&amp;nbsp;&amp;nbsp; - Expiry&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x05&amp;nbsp;&amp;nbsp;&amp;nbsp; - Value-Length&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x81&amp;nbsp;&amp;nbsp;&amp;nbsp; - Relative-token&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x0309&amp;nbsp; - Delta-Seconds-Value&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x4892&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;0x83&amp;nbsp;&amp;nbsp;&amp;nbsp; - Content-Location&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;687474&amp;nbsp; - Text-String&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;703A2F&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2F3231&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;332E37&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;362E32&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;30362E&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;37322F&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;746573&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;7400&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 I do badly ?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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&gt;I greet,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Design Manager&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Bartosz Supczinski&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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&gt;DIR&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Konstytucji 3 Maja 2&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;86-300 Grudziadz&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;POLAND&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;tel.: +48 (56) 6440100&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;fax : +48 (56) 6440111&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;mob.: +48 (504) 019040&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;www : www.dir.pl&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 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:ffc06508-e4bd-4f51-aaf6-41ea3766a33d] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:26 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2567</guid>
      <dc:date>2003-07-01T17:52:26Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>OMA DRM Separate Delivery</title>
      <link>http://developer.sonyericsson.com/community/thread/36539</link>
      <description>&lt;!-- [DocumentBodyStart:49e7c144-337c-41b2-9dad-11ee71f1cda1] --&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 stuck in delivering the WBXML rights file via Wap-Push.&lt;/p&gt;&lt;p&gt;The Phone says that the Format of the Message is not supported&lt;/p&gt;&lt;p&gt;Could somebody please post me a working example of SMS binary?!&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&gt;regards, Mark&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:49e7c144-337c-41b2-9dad-11ee71f1cda1] --&gt;</description>
      <pubDate>Fri, 01 Dec 2006 14:59:56 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/36539</guid>
      <dc:date>2006-12-01T14:59:56Z</dc:date>
      <clearspace:dateToText>2 years, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>CMGS Error</title>
      <link>http://developer.sonyericsson.com/community/thread/20120</link>
      <description>&lt;!-- [DocumentBodyStart:55dc79fd-4117-45f1-a0a5-3523e11c75b9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I'm trying to send SMS message using the AT commands on a T616 and I always get an error.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried with SMS mode and text mode and I always get the same error.&amp;nbsp; As soon as I send the command, instead of getting a prompt to enter the PDU message I get an error.&lt;/p&gt;&lt;!--[CodeBlockStart:200bc0ee-e137-41e8-b548-9dd463de48a2]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code"&gt;AT+CMGS=22
ERROR&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:200bc0ee-e137-41e8-b548-9dd463de48a2]--&gt;&lt;p&gt;I think I need to send a carriage return after the first command, I tried with CR, LF and CRLF and none of them work.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any idea?&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:55dc79fd-4117-45f1-a0a5-3523e11c75b9] --&gt;</description>
      <pubDate>Mon, 05 Sep 2005 20:48:03 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/20120</guid>
      <dc:date>2005-09-05T20:48:03Z</dc:date>
      <clearspace:dateToText>4 years, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>About "Content-Transfer-Encoding: base64"</title>
      <link>http://developer.sonyericsson.com/community/thread/2535</link>
      <description>&lt;!-- [DocumentBodyStart:6d117189-a600-4651-ae40-ea7674221814] --&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 style="min-height: 8pt; height: 8pt; padding: 0px;"&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; I would like to know how to encode the text/plain with Base64 such as encoding an image/gif, I try to change the setting in MMEncoder.java,but i am failed.I am confused about how to encode a text in base64.In the following code in MMEncoder.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;&amp;nbsp;&amp;nbsp;&amp;nbsp; // -&lt;/p&gt;&lt;hr originalText="----------"/&gt;&lt;p&gt; Data -&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte data[] = part.getContent();&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; m_Out.write(data);&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; return true;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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; MMEncoder.java add data to m_out without specifing the data type, so well, MMEncoder how to know "Content-Transfer-Encoding: base64" and "Content-Transfer-Encoding: 7bit"? who can tell me. I wanna change MMEncoder.java to make a setting of Content-Transfer-Encoding: base64 when i add a text to m_Out.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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; 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;&amp;nbsp; March&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6d117189-a600-4651-ae40-ea7674221814] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:22 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2535</guid>
      <dc:date>2003-07-01T17:52:22Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Sending SMSes WITHOUT ANY USER INTERVENTION</title>
      <link>http://developer.sonyericsson.com/community/thread/16387</link>
      <description>&lt;!-- [DocumentBodyStart:60571292-29c5-488d-bcbe-ee28fea4d0c0] --&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;Is it possible to have a Java app running on the GSM and have it&lt;/p&gt;&lt;p&gt;listening for SMSes and whenever it receives one, automatically send&lt;/p&gt;&lt;p&gt;an SMS back WITHOUT ANY USER INTERVENTION?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It should be possible with WMA (Wireless Messaging API) JSR-120.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But I read somewhere that there is always a confirmation dialog&lt;/p&gt;&lt;p&gt;displayed that a real person needs to confirm. Even for signed apps.&lt;/p&gt;&lt;p&gt;I think it was the P900.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is that the case for all SonyEricsson GSM models or only for some?&lt;/p&gt;&lt;p&gt;Which models do not show such a confirmation request?&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&gt;Filip&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:60571292-29c5-488d-bcbe-ee28fea4d0c0] --&gt;</description>
      <pubDate>Fri, 26 Nov 2004 12:49:47 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/16387</guid>
      <dc:date>2004-11-26T12:49:47Z</dc:date>
      <clearspace:dateToText>4 years, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Send MMS messages using GC85 modem</title>
      <link>http://developer.sonyericsson.com/community/thread/42445</link>
      <description>&lt;!-- [DocumentBodyStart:20c1a5f7-7e72-461a-ba9c-41ce5eba395b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello everyone,&lt;/p&gt;&lt;p&gt;I want to send an MMS message to a mobile phone using the GC85 card in my connected to PC. &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 started using this card &amp;amp; would really appreciate any HELP on "at commands" to send an MMS message using the GC85 modem card. &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;learner101&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:20c1a5f7-7e72-461a-ba9c-41ce5eba395b] --&gt;</description>
      <pubDate>Sat, 08 Dec 2007 22:28:41 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/42445</guid>
      <dc:date>2007-12-08T22:28:41Z</dc:date>
      <clearspace:dateToText>1 year, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Terminal Emulator via Com Port for SMS development?</title>
      <link>http://developer.sonyericsson.com/community/thread/32409</link>
      <description>&lt;!-- [DocumentBodyStart:dd8e15b1-bcc8-464f-a52f-b488979c96e6] --&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 in need of a teminal emulator to use for SMS development via the com port. Could someone point me to a SonyEricsson terminal emulator which is able to do this. I was unable to find one.&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;John&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dd8e15b1-bcc8-464f-a52f-b488979c96e6] --&gt;</description>
      <pubDate>Thu, 14 Sep 2006 18:27:01 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/32409</guid>
      <dc:date>2006-09-14T18:27:01Z</dc:date>
      <clearspace:dateToText>3 years, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Promlem to send attachments with RSendAsMessage</title>
      <link>http://developer.sonyericsson.com/community/thread/32911</link>
      <description>&lt;!-- [DocumentBodyStart:722f659e-1b21-41be-a2c7-be8bcce47761] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I can send mails without attachments but if I add attachments it doesn't work.&lt;/p&gt;&lt;p&gt;If the file exist I get Panic mess "SendAsSession 4". If the file doesn't exist I get Request Status = -1 and also the mail is send..&lt;/p&gt;&lt;p&gt;I suppose that the async mode is 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 attach my code if you could find how to solve it.&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;//Connect&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;RSendAs ConnServer;&lt;/p&gt;&lt;p&gt;User::LeaveIfError(ConnServer.Connect());&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;//Search for MTM&lt;/p&gt;&lt;p&gt;CSendAsMessageTypes* MessType = CSendAsMessageTypes::NewL();&lt;/p&gt;&lt;p&gt;ConnServer.FilteredMessageTypesL(*MessType);&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;TUid MessageTypeUid;&lt;/p&gt;&lt;p&gt;TInt UidIndex = 1; // 1 Is the good one!&lt;/p&gt;&lt;p&gt;MessageTypeUid = MessType-&amp;gt;MessageTypeUid(UidIndex);&lt;/p&gt;&lt;p&gt;TInt UidIndexAcc = 0;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//Good one for me&lt;/p&gt;&lt;p&gt;CSendAsAccounts* SendAs = CSendAsAccounts::NewL();&lt;/p&gt;&lt;p&gt;ConnServer.AvailableAccountsL(MessageTypeUid,*SendAs);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;TSendAsAccount&amp;nbsp; SendAccount = SendAs-&amp;gt;Account(UidIndexAcc);&lt;/p&gt;&lt;p&gt;TPtrC&amp;nbsp; NameAcc = SendAs-&amp;gt;NameFromAccountL(SendAccount); //Check account&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;//&amp;nbsp; Start create message&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;RSendAsMessage MailBody;&lt;/p&gt;&lt;p&gt; MailBody.CreateL(ConnServer, SendAccount);&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;MailBody.SetBodyTextL(_L("Hello everybody!"));&lt;/p&gt;&lt;p&gt;MailBody.SetSubjectL(_L("Test of mail"));&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;MailBody.AddRecipientL(_L("&lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:xxxxx.xxxxx@yyy.com"&gt;xxxxx.xxxxx@yyy.com&lt;/a&gt;&lt;span&gt;"), RSendAsMessage::ESendAsRecipientTo);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;TRequestStatus SendStatus;&lt;/p&gt;&lt;p&gt;MailBody.AddAttachment(_L("D:&lt;br/&gt;DOCUMENT&lt;br/&gt;test.txt"), _L8("text/plain"), SendStatus);&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;User::WaitForAnyRequest();&lt;/p&gt;&lt;p&gt;TInt StatAtt = SendStatus.Int();&lt;/p&gt;&lt;p&gt;MailBody.SendMessageAndCloseL();&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:722f659e-1b21-41be-a2c7-be8bcce47761] --&gt;</description>
      <pubDate>Mon, 25 Sep 2006 14:09:06 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/32911</guid>
      <dc:date>2006-09-25T14:09:06Z</dc:date>
      <clearspace:dateToText>3 years, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>problem Imelody 1.2 format</title>
      <link>http://developer.sonyericsson.com/community/thread/13795</link>
      <description>&lt;!-- [DocumentBodyStart:3a59894c-4b58-407e-a123-0dcfb8930026] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi all,&lt;/p&gt;&lt;p&gt;I am trying to make some monophonic ringtones for the sony ericsson handsets.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;following is the sample udh and Hex of Imelody v1.2 i am trying with&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;udh=800C8800&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hex=424547494E3A494D454C4F44590D0A56455253494F4E3A312E320D0A464F524D41543A434C415353312E300D0A424541543A3132350D0A4D454C4F44593A6532653323643365332363332a332363332363332364332364332364332364342364332364332364342364332364332a3465326533236433650D0A454E443A494D454C4F44590D0A&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Imelody data which has been converted to make above hex:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;BEGIN:IMELODY&lt;/p&gt;&lt;p&gt;VERSION:1.2&lt;/p&gt;&lt;p&gt;FORMAT:CLASS1.0&lt;/p&gt;&lt;p&gt;BEAT:125&lt;/p&gt;&lt;p&gt;MELODY:e2e3#d3e3#c3&lt;strong&gt;3#c3#c3#d3#d3#d3#d4#d3#d3#d4#d3#d3&lt;/strong&gt;4e2e3#d3e&lt;/p&gt;&lt;p&gt;END:IMELODY&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 problem is, when i push this data to the sony ericsson handset over the air then &lt;/p&gt;&lt;p&gt;I is being received as melody as the icon gets converted into the tone icon&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;but there neither it gets played automatically nor there any option in the menu to play this.&lt;/p&gt;&lt;p&gt;I have tested the above data with Sony-Ericsson T100 and Sony-Ericsson T68i handsets .&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there anybody who can let me know what is the wrong in the above format ? why this ringtones is not being played on the handset?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can we found some online specification for Imelody1.2 and sonyericsson support for the same.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;With Best Regards,&lt;/p&gt;&lt;p&gt;Rishi Tyagi&lt;/p&gt;&lt;p&gt;&lt;span&gt;Mail : &lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:rishi.tyagi@timesgroup.com"&gt;rishi.tyagi@timesgroup.com&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3a59894c-4b58-407e-a123-0dcfb8930026] --&gt;</description>
      <pubDate>Mon, 05 Jul 2004 05:53:53 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/13795</guid>
      <dc:date>2004-07-05T05:53:53Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Ring tones &amp; Pictures in SMS</title>
      <link>http://developer.sonyericsson.com/community/thread/2528</link>
      <description>&lt;!-- [DocumentBodyStart:e6376d80-d44b-4d55-bb17-8a72e3e19cea] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I am trying to write a Java program that sends a multi-part ringtone and picture to a mobile phone using a UCP based SMSC. I am stuck as the point where I have to construct the SMS message. My questions are:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;1) Where can i find information about UDH?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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) Do I have to bother about EMS &amp;amp; Nokia Smart Messaging and their UDH?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;3)Are EMS &amp;amp; Nokia Smart Messaging are the only two spec that specify how objects are sent in a SMS?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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:e6376d80-d44b-4d55-bb17-8a72e3e19cea] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:22 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2528</guid>
      <dc:date>2003-07-01T17:52:22Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Help with AT Command AT+CRSM</title>
      <link>http://developer.sonyericsson.com/community/thread/20616</link>
      <description>&lt;!-- [DocumentBodyStart:6c71efe1-7853-47d4-bba0-741541fd03a2] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I' am developing a programm that is able to archive sms messages from the K750i. The programm is now working, but I have a last problem. In the PDU code from the send sms messages is no information about the date and time when the message was sent.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now I saw that there is an AT Command (AT+CRSM) that should be able to copy binary iformation directly from the SIM card. My idea now is, that I can copy the messages temorarly to the SIM and read the binrary information to get the date and time of this sms.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is this possible and how can I read out the sms messages with this command? Every time I send such a command to my phone, it resets itself and isn't returning any data.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can anyone help me with this problem?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6c71efe1-7853-47d4-bba0-741541fd03a2] --&gt;</description>
      <pubDate>Wed, 19 Oct 2005 18:40:23 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/20616</guid>
      <dc:date>2005-10-19T18:40:23Z</dc:date>
      <clearspace:dateToText>2 years, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>!!!INNOVATION!!- SEEKING HELP FROM COMPANY</title>
      <link>http://developer.sonyericsson.com/community/thread/39209</link>
      <description>&lt;!-- [DocumentBodyStart:6ed3359e-8cfa-4ff8-907f-931bec39a4ed] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;PLEASE READ THE CONTENT IN GENERAL DISCUSSION &lt;/p&gt;&lt;p&gt;USER ID PRAMOD4SONY&lt;/p&gt;&lt;p&gt;I HAVE A CREATIVE IDEA IN DEVELOPING THE WIRELESS TECHNOLOGY PLEASE FEEL FREE TO CONTACT ON MY EMAIL ID &lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-email-small" href="mailto:pramodraju_81@yahoo.com"&gt;pramodraju_81@yahoo.com&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6ed3359e-8cfa-4ff8-907f-931bec39a4ed] --&gt;</description>
      <pubDate>Fri, 13 Apr 2007 10:32:16 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/39209</guid>
      <dc:date>2007-04-13T10:32:16Z</dc:date>
      <clearspace:dateToText>2 years, 7 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>WAP PUSH over GPRS</title>
      <link>http://developer.sonyericsson.com/community/thread/19792</link>
      <description>&lt;!-- [DocumentBodyStart:2a465086-3ece-4d12-b5c8-4d8a69f7f6c2] --&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;Is it possible to send the m-notification-ind / OTA settings ( WAPPUSH ) over the GPRS network.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have an idea on sending over GSM.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there any specifications for sending the WAPPUSh over GPRS.&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 in this regard&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:2a465086-3ece-4d12-b5c8-4d8a69f7f6c2] --&gt;</description>
      <pubDate>Wed, 10 Aug 2005 04:37:42 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/19792</guid>
      <dc:date>2005-08-10T04:37:42Z</dc:date>
      <clearspace:dateToText>4 years, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Autosetup message</title>
      <link>http://developer.sonyericsson.com/community/thread/20685</link>
      <description>&lt;!-- [DocumentBodyStart:17843453-ba37-45de-af37-695c550fca3a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;How can I send an autosetup message to or from my P800 to setup a j2me application?&lt;/p&gt;&lt;p&gt;when I try to do it from my phone, it says unsupported.&lt;/p&gt;&lt;p&gt;I tried to send normal message with attachement of a jad file but it didn't work.&lt;/p&gt;&lt;p&gt;So, I hope u can tell me 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&gt;Peace&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:17843453-ba37-45de-af37-695c550fca3a] --&gt;</description>
      <pubDate>Tue, 25 Oct 2005 20:42:27 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/20685</guid>
      <dc:date>2005-10-25T20:42:27Z</dc:date>
      <clearspace:dateToText>4 years, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>sending sms with wma</title>
      <link>http://developer.sonyericsson.com/community/thread/28859</link>
      <description>&lt;!-- [DocumentBodyStart:93eb433f-5047-4c19-b016-a7122ebc774e] --&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 need to send sms with a sony ericsson K750i mobile phone from a java application. I downloaded the examples about the wireless messaging api. They don't work correctly: they don't send any sms from my phone! I have also found an application that works in the nokia phones (with midp2.0) and it doesn't work in my phone (it does't send any sms). Do you know why? How can I make send an sms from a&amp;nbsp; java application on my phone?&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:93eb433f-5047-4c19-b016-a7122ebc774e] --&gt;</description>
      <pubDate>Tue, 13 Jun 2006 12:02:38 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/28859</guid>
      <dc:date>2006-06-13T12:02:38Z</dc:date>
      <clearspace:dateToText>3 years, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>JSR 205</title>
      <link>http://developer.sonyericsson.com/community/thread/24268</link>
      <description>&lt;!-- [DocumentBodyStart:ac5200c2-442f-44f9-8e17-0e1c727b195f] --&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;Are there any sonyericcson phones which supports mms is j2me ie; with jsr 205 support&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;Sisusisu&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ac5200c2-442f-44f9-8e17-0e1c727b195f] --&gt;</description>
      <pubDate>Sun, 19 Feb 2006 16:08:11 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/24268</guid>
      <dc:date>2006-02-19T16:08:11Z</dc:date>
      <clearspace:dateToText>3 years, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Gmail SSL issues</title>
      <link>http://developer.sonyericsson.com/community/thread/45105</link>
      <description>&lt;!-- [DocumentBodyStart:38ae067f-e933-4dfb-98c2-cde8ab023420] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I've been trying to get gmail's imap running on my k850i for a while now and I'm almost ready to give up. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've confirmed that I have the correct root certificate installed (Gmail usings Thawte Premium Server for both imap &amp;amp; smtp) &lt;/p&gt;&lt;p&gt;and I constantly get "Server not found" when trying to send and receive in the built-in mail client.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I believe I've ruled out the possibility that it might actually be a legitimate dns issue, as I can happily use my phone &lt;/p&gt;&lt;p&gt;connection via bluetooth and access gmail over imap that way.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can happily connect to a non-ssl imap server, but have no luck connecting to an SSL 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 know of any way to further debug this connection so I can try and figure out what the problem might be?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Or is this just a bit of a lost cause?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help would be much appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Scott&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:38ae067f-e933-4dfb-98c2-cde8ab023420] --&gt;</description>
      <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">ssl</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">gmail</category>
      <category domain="http://developer.sonyericsson.com/community/tags?containerType=?14&amp;container=2011">imap</category>
      <pubDate>Mon, 09 Jun 2008 00:24:35 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/45105</guid>
      <dc:date>2008-06-09T00:24:35Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>P990 sms help</title>
      <link>http://developer.sonyericsson.com/community/thread/35848</link>
      <description>&lt;!-- [DocumentBodyStart:e6acd4bf-0fed-4669-8ce2-d8a5cf190a1a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;How do I find out when a message was sent to my phone and not received by my phone? For example, if I switch my phone off overnight and someone sends me a message while th ephone is off, when I turn on the phone the message will come through but will show as being received at the time I turned the phone on and not when it was actually sent. Thanks for your help&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: obbzi&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e6acd4bf-0fed-4669-8ce2-d8a5cf190a1a] --&gt;</description>
      <pubDate>Mon, 20 Nov 2006 13:27:17 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/35848</guid>
      <dc:date>2006-11-20T13:27:17Z</dc:date>
      <clearspace:dateToText>2 years, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Format of phone numbers in SMS</title>
      <link>http://developer.sonyericsson.com/community/thread/20753</link>
      <description>&lt;!-- [DocumentBodyStart:74fc1727-f0a6-444e-9ccc-758acb12dee6] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi - when reading an SMS, some handsets will turn phone numbers into links, which when selected can (say) initiate a call to the number.&amp;nbsp; I was wondering if there's a standard for the format of the numbers so that they are linked.&amp;nbsp; Or if not a standard, a general set of rules that seem to work for most handsets.&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;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1) on a V800, I notice that a number of +44123456789102 will be turned into a link. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2) I think +44-1234-5067-8910 will also be linked&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;3) The following will not: +441234 5067 8901 (that's turned into three links).&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;4) Sometimes, with international numbers, users place brackets around parts of the number needed only when dialing locally.&amp;nbsp; E.g., +44(0)1234-5067-8901.&amp;nbsp; Will that be linked?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I could always recommend option 1 as I'm guessing it's going to be a safe bet for most handsets.&amp;nbsp; The problem is that it's not very nice for end users to read... not a great issue, but can we do better?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So: what's the best practice here?&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;Richard&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:74fc1727-f0a6-444e-9ccc-758acb12dee6] --&gt;</description>
      <pubDate>Tue, 01 Nov 2005 02:00:34 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/20753</guid>
      <dc:date>2005-11-01T02:00:34Z</dc:date>
      <clearspace:dateToText>4 years, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>MMS Transfer from Phone to PC</title>
      <link>http://developer.sonyericsson.com/community/thread/20124</link>
      <description>&lt;!-- [DocumentBodyStart:19263788-6136-42e6-837c-7bb63f4d1a81] --&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 thinking of developing a software application that can move all the MMS from my hand phone (T610) to my PC thru IR. I hope you guys can give me some tips on how to do this. I checked on your AT command list and it seems that I cannot find a command that can directly do this (perhaps I missed it).&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&gt;CH&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:19263788-6136-42e6-837c-7bb63f4d1a81] --&gt;</description>
      <pubDate>Tue, 06 Sep 2005 01:18:35 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/20124</guid>
      <dc:date>2005-09-06T01:18:35Z</dc:date>
      <clearspace:dateToText>4 years, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>wma messaging not reaching destination</title>
      <link>http://developer.sonyericsson.com/community/thread/16732</link>
      <description>&lt;!-- [DocumentBodyStart:6066b4fd-0637-4d61-9650-d3f0e0c7e6d5] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I`m having problems with wma messaging. I've downloaded the package and changed the parameters for my phone, Sony Ericsson K700i, and the phone seems to be sending the text but not arriving at desired number.&lt;/p&gt;&lt;p&gt;Can u help?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6066b4fd-0637-4d61-9650-d3f0e0c7e6d5] --&gt;</description>
      <pubDate>Tue, 21 Dec 2004 04:17:27 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/16732</guid>
      <dc:date>2004-12-21T04:17:27Z</dc:date>
      <clearspace:dateToText>3 years, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>new forum interface</title>
      <link>http://developer.sonyericsson.com/community/thread/12906</link>
      <description>&lt;!-- [DocumentBodyStart:9044e70b-e994-4398-acce-f1cd09737198] --&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;As you have seen, we have done a bit of work to improve the look, feel, and functionality of the forum. YOu may recall a while back we asked for ideas for how to make it better. We`ve implemented the most popular ideas. Have fun exploring, but here are the highlights.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The appearance of the topic list has been greatly improved. You can see the next or previous pages on the topic list by clicking the arrows next to the New Topic button.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;See a topic by clicking the title for that topic. ONce you are there you can reply if you wish.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When you reply, you can use bbcode in square braces to identify code snippets and urls. bbcode syntax is strictly enforced and as a result I can`t show you the characters in this note, but you`ll see them as a help message when you open the reply window.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can provide a clickable link in your message by surrounding your URL with the HREF bbcode tag.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If ONLY FOR THE PURPOSE OF EXPLANATION we substitute parenthesis for the brace, an example would look like this&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;(href)www.sonyericsson.com(/href)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and for real&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="href"&gt;href&lt;/a&gt;www.sonyericsson.com[/href]&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And for a code snippet&lt;/p&gt;&lt;p&gt;(code)E=mc^2;(/code)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and for real it would look like this.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:54ab6e65-1731-4b5b-a3d7-93be17bc7304]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code"&gt;E=mc^2&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:54ab6e65-1731-4b5b-a3d7-93be17bc7304]--&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Remember, use the square braces for real.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also, you'll see a &lt;a class="jive-link-external-small" href="quot"&gt;quot&lt;/a&gt;[/quot]Subscribe[quot][/quot] button. If you click the subscribe button, then you will receive an email notification if someone replies to the topic. That notice will have a link to the thread. YES!!!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When you reply, the width of the text entry area is a LOT bigger. AT LAST!!!!.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Once you are in a message thread, to get back to the list of topics, use the menu in the left column.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Have fun. Let me know if you encounter problems, and I'll pass them on to the IT team to be resolved.&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;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9044e70b-e994-4398-acce-f1cd09737198] --&gt;</description>
      <pubDate>Fri, 11 Jun 2004 16:15:20 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/12906</guid>
      <dc:date>2004-06-11T16:15:20Z</dc:date>
      <clearspace:dateToText>5 years, 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Sending ringtone from MMS</title>
      <link>http://developer.sonyericsson.com/community/thread/2600</link>
      <description>&lt;!-- [DocumentBodyStart:13ad7dde-6d74-4a9d-ba5a-5585eebd48ee] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;How do I download/send an iMelody ringtone using MMS as delivery?&amp;nbsp; Please reply with step by step instructions for Nokia MMS Suite with Adobe Golive.&amp;nbsp; Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:13ad7dde-6d74-4a9d-ba5a-5585eebd48ee] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:31 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2600</guid>
      <dc:date>2003-07-01T17:52:31Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>MMS client rtsp link rendering</title>
      <link>http://developer.sonyericsson.com/community/thread/12741</link>
      <description>&lt;!-- [DocumentBodyStart:a9416248-9ff4-4740-9d94-fdaef258c01f] --&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;We have made a multipart MMS which contains a text part, an image and a part that contains an rtsp link to streaming&lt;/p&gt;&lt;p&gt;video content.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;With other brand phones, the MMS client is able to render the link such that&lt;/p&gt;&lt;p&gt;it is clickable.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The SonyEricsson phones (P80x/90x) do not render the rtsp link when it is text/ plain&lt;/p&gt;&lt;p&gt;attachement. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;While experimenting the P800/P900 we found out that it is rendered fine&lt;/p&gt;&lt;p&gt;when including the rtsp link in a text/html document. The disadvantage&lt;/p&gt;&lt;p&gt;however is that the html attachement has to be stored before the link&lt;/p&gt;&lt;p&gt;can be clicked.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can we make sure the client deals with rtsp links in MMS attachments a little fancier? Is there a document somewhere that describes in more detail the way your MMS clients handle the different types and parts of multipart MMS messages or RTSP links?&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;Joost&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a9416248-9ff4-4740-9d94-fdaef258c01f] --&gt;</description>
      <pubDate>Tue, 01 Jun 2004 08:39:05 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/12741</guid>
      <dc:date>2004-06-01T08:39:05Z</dc:date>
      <clearspace:dateToText>5 years, 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>mms via bluetooth or sms via bluetooth</title>
      <link>http://developer.sonyericsson.com/community/thread/19518</link>
      <description>&lt;!-- [DocumentBodyStart:9d3e2256-d92c-4c41-b00e-7b1775897db5] --&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;nbsp; &lt;/p&gt;&lt;!--[CodeBlockStart:29ba5976-59f3-40be-aad9-dad7bf43ceb8]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code"&gt;Hello, i like to know if i can send mms via bluetooth from phone to pc or vice versa?if not, can i send sms via bluetooth&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:29ba5976-59f3-40be-aad9-dad7bf43ceb8]--&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:9d3e2256-d92c-4c41-b00e-7b1775897db5] --&gt;</description>
      <pubDate>Wed, 20 Jul 2005 00:24:28 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/19518</guid>
      <dc:date>2005-07-20T00:24:28Z</dc:date>
      <clearspace:dateToText>4 years, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Where is the email OTA specification ?</title>
      <link>http://developer.sonyericsson.com/community/thread/2637</link>
      <description>&lt;!-- [DocumentBodyStart:00ffcaac-db0a-4942-9b82-912b613e56f2] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Where can I find the email OTA specification ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:00ffcaac-db0a-4942-9b82-912b613e56f2] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:38 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2637</guid>
      <dc:date>2003-07-01T17:52:38Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Does any phone support `Extended Object' described in EMS speicification?</title>
      <link>http://developer.sonyericsson.com/community/thread/2462</link>
      <description>&lt;!-- [DocumentBodyStart:93aa7a1d-e79d-4bef-9abf-c708cf64f856] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;In EMS specification, the Extended Object seems to be capable to send large object via SMS, such as large picture, animation, melody. I wanna know if any phone supports the feature?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Who can tell me, 3ks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:93aa7a1d-e79d-4bef-9abf-c708cf64f856] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:02 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2462</guid>
      <dc:date>2003-07-01T17:52:02Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>get Sender Address from m-send-req</title>
      <link>http://developer.sonyericsson.com/community/thread/2605</link>
      <description>&lt;!-- [DocumentBodyStart:926a19e9-58a3-489b-961b-f91225b5d456] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;We have an application that waits for the PDU sent by T68i:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;( Phone &amp;gt; Wap Gateway &amp;gt; Application )&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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 application is able to retrieve the PDU (m-send-req) but fails to see the sender address. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;After decoding the PDU, it indicates that the sender address is hidden. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;Len = 1&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Value&amp;nbsp; = Octet 129 (0x81)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;If I'm not mistaken, FROM is a mandatory field in m-send-req, what are the possible reasons that the sender address is not included?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&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;How do you set the Sender-Visibility to "show" on the T68i phone? 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;/div&gt;&lt;!-- [DocumentBodyEnd:926a19e9-58a3-489b-961b-f91225b5d456] --&gt;</description>
      <pubDate>Tue, 01 Jul 2003 17:52:32 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/2605</guid>
      <dc:date>2003-07-01T17:52:32Z</dc:date>
      <clearspace:dateToText>6 years, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>i can't send EMS</title>
      <link>http://developer.sonyericsson.com/community/thread/35819</link>
      <description>&lt;!-- [DocumentBodyStart:25684039-0094-4b31-b0f8-1ba2676a2977] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hi&lt;/p&gt;&lt;p&gt;i have a SE W550i, with the latest firmware, hungarian language.&lt;/p&gt;&lt;p&gt;i just wanted to send a SMS with some small animation/bitmap/sound. I don't know if this is called EMS?&lt;/p&gt;&lt;p&gt;anyway, i can't send it. the phone starts to send it as usual, but almost immediately i get a message that it was unable to send the message.&lt;/p&gt;&lt;p&gt;i haven't found any EMS specific settings in the phone. I can send sms-es, mms, i have active gprs, i can surf the web, etc., everything is ok, except of sendig these small animations.&lt;/p&gt;&lt;p&gt;i assume, these messages supposed to send via multipart sms-es. i have set the sms length to maximum. i asked my provider's support, they told me if i can send sms-es this should be working too, there's no need to activate any other service or such, and they told me to try it with a different sim card, or with my sim card in a different phone, etc., but i have no other sim nor another ems phone, so i can't try it. &lt;/p&gt;&lt;p&gt;what could be wrong and how to solve this?&lt;/p&gt;&lt;p&gt;thanks for any help in advace.&lt;/p&gt;&lt;p&gt;cheers&lt;/p&gt;&lt;p&gt;bsh&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: bsh@&lt;/p&gt;&lt;p&gt;i don't know if this issue is due to firmware update (which i've done months ago), because i have't tried to send ems before the firmware update.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:25684039-0094-4b31-b0f8-1ba2676a2977] --&gt;</description>
      <pubDate>Mon, 20 Nov 2006 10:13:47 GMT</pubDate>
      <author>developerworldwatch@kpi-consulting.net</author>
      <guid>http://developer.sonyericsson.com/community/thread/35819</guid>
      <dc:date>2006-11-20T10:13:47Z</dc:date>
      <clearspace:dateToText>3 years, 14 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Sending mms using at commands</title>
      <link>http://developer.sonyericsson.com/community/thread/39614</link>
      <description>&lt;!-- [DocumentBodyStart:0020b6d1-daba-4a3f-91e1-a53b8f20a869] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I need to develop an application to send mms using at commands (like many other people). I have found a lot documentation about it and I now I just need to make a few questions.&lt;/p&gt;&lt;p&gt;I have read that the following is a list of command to send mms:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;at+cgatt=1&amp;nbsp;&amp;nbsp;&amp;nbsp; // start GPRS attachment procedure&lt;/p&gt;&lt;p&gt;at+cgdcont=1,"IP","APN",0,0,0&amp