To display only the features present on a particular device, select one or more filters from the SmartDocs bar below.
Input fields accept ENGLISH ONLY.
Queries from MX are not supported on Zebra devices running Android 11 or later. See alternative method.
EMDK For Android - 13.0
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 Hosts Manager (HostsMgr) allows a device to be assigned a Host Name by which it 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.
Used to assign a Host Name 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 it and other devices present on the network.
Input value rules:
Status: In devices running Android 13 and later, this feature can be accessed through StageNow and compatible EMM systems, or using Android Device Policy Manager (DPM) APIs.
Parm Name: HostName
Requires:
- MX: 5.1+
Used to enter a friendly Device Name for a device. This allows a device to be more easily identified by apps, device users, administrators, etc. by referencing a name more meaningful than a serial number or other identifier. Optionally, the assigned Device Name can be combined with the device serial number to provide a unique name for each device (see below).
Input value rules:
%serno%
within the entered string are replaced with the device serial number and included as part of the assigned Device Name Parm Name: DeviceName
Requires:
- MX: 11.5+
<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>
Queries are not supported on Zebra devices running Android 11 or later.
<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>