Questions tagged [oma-dm]

A device management protocol specified by the open mobile alliance, OMA, and is used on various mobile platforms, such as Windows Mobile and Windows Phone 8.

OMA DM

A device management protocol specified by the open mobile alliance, OMA, and is used on various mobile platforms, such as Windows Mobile and Windows Phone 8.

Links

8 questions
3
votes
1 answer

OMA DM features supported in ANDROID APIs?

I would like to know if OMA DM features are supported in Android APIs; well, I have seen that reading certain values from Settings.Secure is possible, but writing is not. I am interested in changing the email,APN,WAP,and mms Settings remotely…
sh.
  • 31
  • 1
  • 3
1
vote
2 answers

Can a GSM network operator access device firmware version?

Can a GSM network operator access the device firmware version? As far as I know they can read IMSI and IMEI or the extended IMEI namely IMEI-SV which encodes some sort of version numbering (but is not used by all manufacturers. Can a…
Georg Heiler
  • 16,916
  • 36
  • 162
  • 292
1
vote
1 answer

OMA DM1.2 md5 digest calculation

I am implementing a server for communication using the OMA DM 1.2 SyncML protocol and reffers to the OMA Device Management Security document. I am having issues with authentication. The client sends a challenge to the server as:
PKeno
  • 2,694
  • 7
  • 20
  • 37
1
vote
1 answer

How to connect and pull data out of funambol dm server using j2se client ?I

I have installed the DM server and it is up and running.Also added couple of device details via koneki simulator. Now i want to use one of the j2se client to connect and pull data from DM server. I am struck on this part.Any code sample ?
Krithika Vittal
  • 1,477
  • 2
  • 16
  • 32
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
0
votes
1 answer

How convert an OMA-DM protocol message to an LWM2M message?

I am working on a device management solution for an IoT device. The device will host an LWM2M client. A gateway device (currently an Intel Galileo board), will host an OMA-DM client and a LWM2M server. The general scenario is that the nodes should…
Suman Roy
  • 673
  • 5
  • 18
0
votes
1 answer

How to generate OMA DM synchML request/response dynamically

I am implementing MDM solution for windows phone 8.1 and able to do enrollment and OMA DM synchML communication with device. So far I have tested with hard coded responses to device(e.g device lock CSP or device ring command). I have implemented my…
0
votes
1 answer

ANDSF and OMA-DM Client/Device

My training project, in a device-management-providing company, is to add a plug-in on top of the company's OMA-DM server to support the new ANDSF management object. Now, I need to find an "ANDSF capable mobile device"(a device that supports the…