Discussion:
OMA DM vs OMA Client Provisioning (formerly WAP)
(too old to reply)
Lisa Pearlson
2007-01-10 00:51:20 UTC
Permalink
Hi,

I've used OMA Client Provisioning as _setup.xml in cab files, as string to
DMProcessConfigXML() function.
But what is OMA DM? The Microsoft documentation gives 2 schemes for OMA DM
and OMA Client Provisioning, which are pretty much the same.. though some
things can be done with OMA DM that can not be done with OMA Client
Provisioning.

I have seen some OMA DM sample code, and it looks weird.. how is it used?
Who interprets OMA DM? How is it delivered?

Lisa
Jean Chak [MSFT]
2007-01-10 01:43:07 UTC
Permalink
OMA Client Provisioning (formerly WAP) is an older standard for servers to
manage devices. OMA DM is the newer standard used for servers to manage
devices, and this standard uses OMA client provisioning for bootstrapping
only. Any OMA DM compliant server should be able to manage any OMA DM
compliant device wirelessly. OMA is the standards body:
http://www.openmobilealliance.com/. More info about OMA DM can be found
here: http://msdn2.microsoft.com/en-gb/library/ms890042.aspx.

When an OMA DM server wants to start a session with an OMA DM device, a
binary SMS is sent to the device, and then the device and server
communicates over an IP connection wirelessly.

---
Jean Chak
Microsoft Corp.
This posting is provided "AS IS" with no warranties, and confers no rights.
Post by Lisa Pearlson
Hi,
I've used OMA Client Provisioning as _setup.xml in cab files, as string to
DMProcessConfigXML() function.
But what is OMA DM? The Microsoft documentation gives 2 schemes for OMA DM
and OMA Client Provisioning, which are pretty much the same.. though some
things can be done with OMA DM that can not be done with OMA Client
Provisioning.
I have seen some OMA DM sample code, and it looks weird.. how is it used?
Who interprets OMA DM? How is it delivered?
Lisa
TR
2007-02-07 13:28:01 UTC
Permalink
Hi Jean Chak,

How does the OMA DM ADD command work ?
I am not able to add a node to the root dm tree.
Do you know of any possible issues ?

Also how does the OMA DM EXEC command work ?
Post by Jean Chak [MSFT]
OMA Client Provisioning (formerly WAP) is an older standard for servers to
manage devices. OMA DM is the newer standard used for servers to manage
devices, and this standard uses OMA client provisioning for bootstrapping
only. Any OMA DM compliant server should be able to manage any OMA DM
http://www.openmobilealliance.com/. More info about OMA DM can be found
here: http://msdn2.microsoft.com/en-gb/library/ms890042.aspx.
When an OMA DM server wants to start a session with an OMA DM device, a
binary SMS is sent to the device, and then the device and server
communicates over an IP connection wirelessly.
---
Jean Chak
Microsoft Corp.
This posting is provided "AS IS" with no warranties, and confers no rights.
Post by Lisa Pearlson
Hi,
I've used OMA Client Provisioning as _setup.xml in cab files, as string to
DMProcessConfigXML() function.
But what is OMA DM? The Microsoft documentation gives 2 schemes for OMA DM
and OMA Client Provisioning, which are pretty much the same.. though some
things can be done with OMA DM that can not be done with OMA Client
Provisioning.
I have seen some OMA DM sample code, and it looks weird.. how is it used?
Who interprets OMA DM? How is it delivered?
Lisa
Jean Chak [MSFT]
2007-02-09 01:59:47 UTC
Permalink
Windows Mobile devices don't support OMA DM Add on the root node of the DM
tree. Here is a list of Configuration Service Providers that are supported
for OMA DM: http://msdn2.microsoft.com/en-us/library/ms890041.aspx

Exec works only on certain nodes, an example is
http://msdn2.microsoft.com/en-us/library/aa455916.aspx, for the
./FwUpdate/x/DownloadAndUpdate node.

---
Jean Chak
Microsoft Corp.
This posting is provided "AS IS" with no warranties, and confers no rights.
Post by TR
Hi Jean Chak,
How does the OMA DM ADD command work ?
I am not able to add a node to the root dm tree.
Do you know of any possible issues ?
Also how does the OMA DM EXEC command work ?
Post by Jean Chak [MSFT]
OMA Client Provisioning (formerly WAP) is an older standard for servers to
manage devices. OMA DM is the newer standard used for servers to manage
devices, and this standard uses OMA client provisioning for bootstrapping
only. Any OMA DM compliant server should be able to manage any OMA DM
http://www.openmobilealliance.com/. More info about OMA DM can be found
here: http://msdn2.microsoft.com/en-gb/library/ms890042.aspx.
When an OMA DM server wants to start a session with an OMA DM device, a
binary SMS is sent to the device, and then the device and server
communicates over an IP connection wirelessly.
Post by Lisa Pearlson
Hi,
I've used OMA Client Provisioning as _setup.xml in cab files, as string to
DMProcessConfigXML() function.
But what is OMA DM? The Microsoft documentation gives 2 schemes for OMA DM
and OMA Client Provisioning, which are pretty much the same.. though some
things can be done with OMA DM that can not be done with OMA Client
Provisioning.
I have seen some OMA DM sample code, and it looks weird.. how is it used?
Who interprets OMA DM? How is it delivered?
Lisa
Loading...