Questions tagged [oma]

25 questions
5
votes
1 answer

Open source OMA DM Server besides Funambol

Are you aware of any open source implementations of an OMA DM Server besides Funambol or alternatively a library which implements OMA DM ?
eyalsh
  • 931
  • 8
  • 12
4
votes
3 answers

How to implement OMA forward lock on Android?

I'm working on an application that requires support for forward locking of media files on Android (1.6 and above). Of course, there appears to be no documentation in the APIs on how this might work. The two questions I have are firstly whether…
Adrian
  • 1,652
  • 2
  • 22
  • 32
4
votes
1 answer

Windows MDM server SyncML protocol implementation

I am new to Windows MDM server and still learning it, so my question can be a little naive so please bear with it :) I trying to develop windows MDM server. I have gone through Windows MDM protocol document, SyncML document and MOF files. But I am…
Harshawardhan
  • 1,521
  • 1
  • 24
  • 29
3
votes
0 answers

OMA DRM implementation in .NET

Can anyone help me find some drm solutions that can be implemented in asp.net mvc 3. I am developing a content manager to distribute mobile content to subscribers. What I want to do is to be able to apply the correct DRM to a file and send it out to…
plasteezy
  • 257
  • 6
  • 14
3
votes
1 answer

Nokia S60 oma dm/client provisioning

I am looking for a very basic provisioning example. I have a wap provisioning file that I just want to use to configure my device. I am looking for API with example that can do this?
tvr
  • 4,455
  • 9
  • 24
  • 29
2
votes
1 answer

Title for each subplot is cutoff in R

Despite my using the oma parameter in R, the title for each subplot is cutoff, is there some other parameter that can be used to display properly? op <- par(mfrow = c(3,3), oma = c(0,0,2,0) + 0.1, mar = c(0,0,1,1) + 0.1)
user308827
  • 21,227
  • 87
  • 254
  • 417
2
votes
1 answer

Windows 8.1 OMA MDM DM enrollment

I am trying to write MDM DM for windows 8.1. The docs, http://www.microsoft.com/en-us/download/confirmation.aspx?id=36831 , say that the device should hit http://enterpriseenrollment.contoso.com/EnrollmentServer/Discovery.svc using GET and it…
Brandon
  • 1,425
  • 2
  • 16
  • 19
1
vote
2 answers

Push mechanism of Exchange Activesync

I've a question regarding the over all design of push email and specifically the approach taken by Exchange ActiveSync. As I understand there are two basic ways to get push email with the following architecture Device <---> Push Email Server <--->…
Holysmoke
  • 175
  • 2
  • 8
1
vote
0 answers

How OMA Client Provisioning works since Windows Phone 8.1?

Until now it was easy to configure Windows Mobile's settings, such as APN, using OMA CP (i.e: sending a .wbxml file using a WAP Push). Since Window Phone 8, this solution does not work anymore because the security has hardened. After reading the…
Alex
  • 4,599
  • 4
  • 22
  • 42
1
vote
3 answers

OMA lightweight M2M supported Devices

I wanted to know what mobile devices(Mobile phone and others) are available in the market which supports OMA Lightweight M2M protocol. As its a new protocol released this year but there is no information on the internet about available devices…
Ijaz Ahmed
  • 2,330
  • 4
  • 19
  • 27
0
votes
0 answers

Sending binary SMS over SMPP to change the APN

I am using SMPP 3.4 to send a binary SMS over SMPP, where the SMSC acts as an SMPP server. How to send a binary SMS based on OMA CP to change the APN settings?
Ali Dandach
  • 56
  • 2
  • 7
0
votes
0 answers

Windows MDM Enrollment Server: How to authenticate RequestSecurityToken for certificate renewal without client TLS (proxy between client & MDE server)

This question has to do with implementing a Windows Client Management enrollment server (ES). Per [MS-MDE] 3.5.4.1.1.1: Because the enrollment client uses the existing certificate to perform client Transport Layer Security (TLS), the security token…
0
votes
1 answer

Self SSL - Invalid Certificate

I used Self SSL for the first time today to create a certificate for our exchange-OMA/OWA. I have imported the certificate into trusted root certificate authorities on my local computer so that it will not prompt that the certificate is not from a…
There is no spoon
  • 1,775
  • 2
  • 22
  • 53
0
votes
1 answer

Does deleting a LwM2M object instance implicitly delete observations under the instance?

The LwM2M spec does not specify what happens to an object instance's observations when a server deletes the object instance. For example, if a server has installed an observation on /5/0/3, then deletes /5/0 and subsequently creates a new /5/0,…
bgreen0
  • 65
  • 6
0
votes
2 answers

Adding NAPDEF on Nokia

I am trying to add a new access point on a Nokia S60 device, but I am a little bitt puzzled on how to do it. According to the spec a node should be added at the following root: ./AP/ Whenever I try to add a node I get a status code 404 meaning…
homaxto
  • 5,428
  • 8
  • 37
  • 53
1
2