aspose file tools
The moose likes Java Micro Edition and the fly likes DRM in MIDP 1.0 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "DRM in MIDP 1.0" Watch "DRM in MIDP 1.0" New topic
Author

DRM in MIDP 1.0

Tanuja Rattan
Greenhorn

Joined: Jun 10, 2003
Posts: 7
Hey,
Can anyone tell me how to implement the digital right's management in MIDP 1.0. I want to implement the DRM on Nokia series 40 MIDP 1.0.

Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17234
    
    1

I don't recall seeing DRM in the MIDP 1.0 specs. But then again I hadn't even heard of DRM, is it like a digital certificate? Which is in the 2.0 specs?

Mark


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
Xua Hsin Lin
Greenhorn

Joined: Oct 07, 2004
Posts: 4
My classmate is developing DRM equipment on cellphones.
He develops using J2ME(wireless toolkit) and crypto library.
DRM is Digital Right Management.
My classmate is working on DRM on media files.
When he complete his project.
Maybe I can give you some suggestion.
Michael Yuan
author
Ranch Hand

Joined: Mar 07, 2002
Posts: 1427
I do not really know why you want to implement DRM inside J2ME. DRM is independent of J2ME (it can control pictures sent over MMS , for example). In fact, on Nokia devices, DRM covers Java apps (e.g., you cannot forward a Java app to another phone). There are well defined OMA specs on DRM that are implemented on Nokia Series 40 devices.


Seam Framework: http://www.amazon.com/exec/obidos/ASIN/0137129394/mobileenterpr-20/
Ringful: http://www.ringful.com/
Tanuja Rattan
Greenhorn

Joined: Jun 10, 2003
Posts: 7
Well I intend to use the DRM to control access to the content that is downloaded from our site to the user's handsets.
The MIDP 1.0 does not have support for this, but MIDP 2.0 supports it.
Also, the Nokia series 40 handsets, I guess dont support the DRM. The series 40 handsets support MIDP1.0, which does not provide for the DRM.

So, can anyone please tell me how to build a wrapper around my midlet so as to enable DRM, for the Nokia series 40 handsets and MIDP1.0. Or maybe what should be the approach for doing DRM with MIDP1.0?



[ October 18, 2004: Message edited by: Tanuja Rattan ]
Diana Garc�a
Ranch Hand

Joined: Sep 21, 2003
Posts: 31
Hello

I implemented the forward-lock method of OMA DRM in my J2ME application, so I think I can help you.

First of all, you must talk about OMA DRM, which is DRM for mobile phones. In their website (www.openmobilealliance.org) you will find many many documents to explain every doubt you have.

If later you can ask a more precise question, I would be glad to answer it.

Regards,
Diana
Ould Nadif
Ranch Hand

Joined: Jan 21, 2004
Posts: 184
Hi all,

My aim is to build a WAP site where you can listen to a midi file.
Example: the user click on a link : http://mywapsite//madonna.mid.
What technlogy or API DRM that I can use in order to prevent the end-user to download the madonna.mid.
I want the end-user to listen to the madonna.mid without download it.

Thank you for you help



Mohamed OULD NADIF
Senior Software Ingenieur


We are ones that build the world, thus build it well.
Jignesh Kakkad
Ranch Hand

Joined: Apr 09, 2004
Posts: 49
Hi OULD NADIF

yes that is possible

pls email me
jig2nesh@hotmail.com


Jignesh Kakkad<br />Cellent Technologies Pvt Ltd<br />Nariman Point<br />Mumbai
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: DRM in MIDP 1.0
 
Similar Threads
Bluetooth Development
MIDP 1.0 / HTTPS
MIDP 1.0 to MIDP 2.0 porting
MIDP 1 on MIDP 2 devices
digital right management