OMA download descriptor
| Wed, 2006-05-17 07:51 | |
|
Hello, I got a problem while trying to create a proper download descriptor for a *.sis file. I'm following the "Content_Download_And_OMA_DRM_Examples_v2_2_en" example from forum nokia. When I try to download a sample image (image/jpeg type) everything works fine - the image is downloaded and saved properly. However, if I change the mime-type to application/vnd.symbian.install, the problem occures. Download descriptor is downloaded properly, the information about item being downloaded is shown properly, too. After the application is downloaded, the phone says that this type of content is not supported. Note that I tested this on both Nokia 6630 and 6680. Here's the download descriptor content: <media xmlns="http://www.openmobilealliance.org/xmlns/dd"> <objectURI>http://proper_ip_address:7080/content_test/rain.SIS</objectURI> <size>27162</size> <type>application/vnd.symbian.install</type> <name>Rain Application</name> <vendor>SMTSoftware</vendor> <description>OpenGL Rain Application</description> <installNotifyURI>http://proper_ip_address:7080/content_test/Post</installNotifyURI> </media> Any ideas what could be wrong? As far as I know these phones should support SIS OMA download OTA. Thanks in advance, Damian Confusion will be my epitaph.. |
|






Forum posts: 64
Confusion will be my epitaph..
Forum posts: 721
Tote
Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/
Forum posts: 64
I also tried to download the SIS file using a direct link ("http://proper_ip_address:7080/content_test/rain.SIS") and 6680's system browser or Opera - without any effect. Seems like system browser can't download SIS files put directly into URL.
Do you have any idea what could be wrong?
Damian
Confusion will be my epitaph..
Forum posts: 174
http://ptrmobile.blogspot.com/
Forum posts: 721
Tote
Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/
Forum posts: 64
Thanks for help.
Confusion will be my epitaph..
Forum posts: 2
Can you please tell me where to find the example "Content_Download_And_OMA_DRM_Examples_v2_2_en". I googled for the content but didnt get it anywhere. Am quiet new to this area of development and require some assistance.. Any little help would be of greater appreciation
Thanks
Forum posts: 64
Hi,
Here's the link: http://www.forum.nokia.com/info/sw.nokia.com/id/7f489305-4ee7-4835-850c-1029366852e5/Content_Download_And_OMA_DRM_Examples_V2_2_en.zip.html. Next time try to remove '_' characters from query string when using google
Hope this helps.
Damian
Confusion will be my epitaph..
Forum posts: 2
yeah thanks for that buddy.