The "SmartDocs" bar can customize this page to show only the features present on a particular Zebra device.
OSX, MX and Android version information for a device can be found in the Android Settings panel or by querying the device through ADB, EMDK or the MX CSP. More info
The HostsMgr allows the device to be assigned a Host Name by which the device can be identified by admins, applications and other devices on local and DNS-enabled IP networks. The Host Name binds the device's friendly name (i.e. “MyDevice”) to its IP address so that its friendly name can be used interchangeably with its "unfriendly" IP address. A friendly name can be registered with a DNS Server (if one is present on a given network) when the device joins that network, thereby allowing other stations on the network to more easily identify other devices present on the network.
This parm permits a Host Name to be assigned to a device, binding that name to the device IP address. The device can then be identified using its friendly name (i.e. “MyDevice”) by admins, applications and other devices on local and DNS-enabled IP networks. Once bound, the Host Name and IP address can be used interchangeably. A friendly name also can be registered with a DNS Server (if one is present on a given network) when the device joins that network, thereby allowing other stations on the network to more easily identify other devices present on the network.
Parm value rules
Parm Name: HostName
Requires:
- MX: 5.1+
<wap-provisioningdoc>
<characteristic type="HostsMgr">
<parm name="HostName" value="MyDevice"/>
</characteristic>
</wap-provisioningdoc>
<wap-provisioningdoc>
<characteristic type="HostsMgr" version="5.1">
<parm name="HostName" value="MyDevice"/>
</characteristic>
</wap-provisioningdoc>
<wap-provisioningdoc>
<characteristic type="HostsMgr">
<parm-query name="Version"/>
<parm-query name="HostName"/>
</characteristic>
</wap-provisioningdoc>
<wap-provisioningdoc>
<characteristic type="HostsMgr" version="5.1">
<parm name="Version" value="5.1.1"/>
<parm name="HostName" value="MyDevice"/>
</characteristic>
</wap-provisioningdoc>