Mobile sync: Sending settings over the air (OTA) - Sony Ericsson username problems.

| | Comments (0)
For a client of mine we've been using mobile sync. To send the settings we use OTA OMA. Basically we make a XML file with settings, convert to WBXML. A good start guide can be found on http://mobiforge.com/developing/story/email-configuration-sms

I've found that sony ericsson phones (unlike Nokia) is more touchy on how to send username+password for sync (w5 type) application. This is a OK XML for SE+Nokia:

"<?xml version=\"1.0\"?>"
"<!DOCTYPE wap-provisioningdoc PUBLIC \"-//WAPFORUM//DTD PROV 1.0//EN\" \"http://www.wapforum.org/DTD/prov.dtd\">"
"<wap-provisioningdoc version=\"1.0\">"
"<characteristic type=\"APPLICATION\"> "
"    <parm name=\"APPID\" value=\"w5\"/> "
"    <parm name=\"NAME\" value=\"Radarspot LAB\"/> "
"    <characteristic type=\"APPADDR\"> "
"     <parm name=\"ADDR\" value=\"www.radarspotlab.com:8080/funambol/ds\"/> "
"    </characteristic> "
"    <characteristic type=\"APPAUTH\"> "
"     <parm name=\"AAUTHNAME\" value=\"%s\"/> "
"     <parm name=\"AAUTHSECRET\" value=\"%s\"/> "
"    </characteristic> "
"    <characteristic type=\"RESOURCE\"> "
      "<parm name=\"URI\" value=\"card\"/>"
      "<parm name=\"NAME\" value=\"Contacts DB\"/>"
"     <parm name=\"AACCEPT\" value=\"text/x-vcard;2.1,text/vcard;3.0\"/> "
"    </characteristic> "
"  </characteristic> "
"</wap-provisioningdoc>";

(Forgive me for the quotes, it's copy/past)

Categories

Leave a comment

About this Entry

This page contains a single entry by Niklas Bivald published on June 28, 2009 4:59 PM.

The plausible promise was the previous entry in this blog.

Problems with 3G Internet & Unlocking Huawei E220 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Powered by Movable Type 4.21-en