OMA download URL

OMA download URL SearchSearch
Author Message
nltr
Unregistered guest
Posted on Monday, April 25, 2005 - 06:17 am:   

Hi,

I am sending the settings to a series 60 phone using the OMA xml. I am able to send the settings and its getting stored on the phone. The url I specified is a download link. When the person goes to the URL, the file should be downloaded to the the mobile phone, but nothing happens.

With some reading I found out something about using MIME types with IIS. We have the mime type and the extension of the file we need to download, but how do i get the mobile to download it to the phone?

Bruce it could be of great help if you can give some information on this.

Thanks and Regards
Anonymous
 
Posted on Tuesday, April 26, 2005 - 06:25 am:   

these are useless boards .. no one bothers to post a reply here
Forest Luo
New member
Username: Forest_luo

Post Number: 36
Registered: 04-2004
Posted on Sunday, May 08, 2005 - 12:58 pm:   

Can you send some information about OMA xml to me ? It is interesting.
For the first, I think you should check socket connection log.

www.simpleteam.com
Anonymous
 
Posted on Friday, June 03, 2005 - 09:56 am:   

Hi nltr,
i have some query related SyncML OMA CP Setting.

Why does nothing happen when an OMA provisioning
document is sent to my Nokia Series 40 or 60 mobile device?

i m using this xml document :

<?xml version="1.0"?>
<!DOCTYPE wap-provisioningdoc PUBLIC "-//WAPFORUM//DTD PROV 1.0//EN" "http://www.wapforum.org/DTD/prov.dtd">

<wap-provisioningdoc>

<characteristic type="APPLICATION">
<parm name="APPID" value="w5"/>
<parm name="NAME" value="Sync Server"/>
<parm name="ADDR" value="http://www.syncserver.com:8080/sync"/>
<parm name="TO-NAPID" value="INTERNET"/>
<characteristic type="APPAUTH">
<parm name="AAUTHTYPE" value="HTTP-DIGEST"/>
<parm name="AAUTHNAME" value="name"/>
<parm name="AAUTHSECRET" value="secret"/>
</characteristic>
<characteristic type="APPAUTH">
<parm name="AAUTHLEVEL" value="APPSRV"/>
<parm name="AAUTHTYPE" value="DIGEST"/>
<parm name="AAUTHNAME" value="servername"/>
<parm name="AAUTHSECRET" value="serversecret"/>
</characteristic>
<characteristic type="RESOURCE">
<parm name="URI" value="./Contacts"/>
<parm name="NAME" value="Contact DB"/>
<parm name="AACCEPT" value="text/x-vcard,text/vcard"/>

</characteristic>
<characteristic type="RESOURCE">
<parm name="URI" value="./Calendar"/>
<parm name="NAME" value="Calendar DB"/>
<parm name="AACCEPT" value="text/x-vcalendar,text/vcal"/>
</characteristic>
</characteristic>

And sending SMS through SMS Gateway.

WDP :
0B05041A0A1A0A0003
27 Datagrame ref no
03 seg. count
01 Seg no.
WSP : Using MAC 1234
01062F1F2DB6918192
MAC
44304530333443303836344535453732444645413645334234333032324133324232333941463736 00

SMS 1 :
0B05041A0A1A0A0003270301
01062F1F2DB691819244304530333443303836344535453732444645413645334234333032324133 32423233394146373600
.....
....


SMS 2 :
0B05041A0A1A0A0003270302

SMS 3 :
0B05041A0A1A0A0003270303
....
....
As u wrote that u have successfully sent OMA Setting on series 60 so can u post me the Wbxml with header information.
if any problem in Header (WDP&WSP)then let me know .
Still confuse why device not getting any know while SMS successfully Delivered.
any help would be Appreciated....
Thanks in Advace