Impact of DRM 1.0 / Forward lock
| Tue, 2003-12-23 11:22 | |
|
|
Hi, I am about to develop an application that should implement some DRM solution to protect its data files (proprietary content). Do one of you already used forward-lock on NS60 1.x platform ? Is there some impacts on file access ? specific APIs to use ? Thanks, Eric Eric Bustarret |






Forum posts: 363
I'm not 100% sure about this, but for now, I think OMA DRM applies only to OTA data that is DRM-protected. For example, you may have an OTA operator logo with forward-lock on in which case the platform will take care of it and make sure the lock is applied.
Hence currently there is no programmatic access to DRM because it's restricted to OTA content. I suppose this will change in the near future with many parties being involved in this area.
Comments are welcome
Cheers,
Pawel
Forum posts: 2006
That was also my understanding
But my datafiles will be downloaded. They only have a specific MIME type.
Eric
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 723
Anyway, what you need to know about DRM is that two objects are being involved in DRM protection: content object (CO) and rights object (RO). Although I have not impemlemented any DRM solution, I don't think that it's enough only to set the MIME-type of a file to be downloaded. DRM agents work so that they look for ROs when access to a certain CO is being requested. If the DRM agent is unable to find the RO, then it will refuse access to the CO.
Cheers,
tOtE
Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/
Forum posts: 9
i got some apis that can check whether a file is DRM protected or not. they r drmhelper, drmcommon but they r not working.
i tested with a ringtone downloaded from nokia and when i tested it to send using fexplorer it is working. i want to know how they are checking this.
i dont find any examples which can check their protected nature. pls help me in how to check its protected
Thanks in advance
Symbian_yuppie
OpenEra
Forum posts: 36
Unfortunately I never had time to test them.