Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is it possible to apply DRM forward lock to windows mobile applications?

share|improve this question

1 Answer

Yes it does.

You need to use the Windows Mobile File-Based Digital Rights Management API. This is a WM5 API, so it's not supported under WM 2003.

Your device needs to have a FDRM provider installed. I beleave most WM5/6 devices should have some sort of provider installed by default in the ROM.

share|improve this answer
Shane, does this include .dm wrapped files? – David Mar 5 '09 at 22:21
I'm not sure I can answer that question since I don't know what ".dm wrapped files" means. The API is just a wrapper API around FDRM Providers. The provider controls what drm "formats" it supports (e.g. OMA DRM V1.0 or OMA DRM v2.0). I haven't used it enough to know what common providers use. – Shane Powell Mar 6 '09 at 5:11

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.