Stay organized with collections
Save and categorize content based on your preferences.
This reference lists the allowed values used to identify Android devices by
zero-touch enrollment. Both the APIs and portal's CSV importing check values
against the lists in this reference.
To help avoid errors when you claim devices for a customer, you
identify each device using a hardware ID or
metadata and the manufacturer's name. A combination of values helps prevent
provisioning the wrong device because of a mistyped ID.
Manufacturers
To identify the correct manufacturer value to use, ask the device manufacturer,
or use adb to query the
value from the device with the following command:
console
adb shell getprop ro.product.manufacturer
.
Models
To identify devices by serial number zero-touch enrollment uses a
combination of the device's serial number, manufacturer, and model. The APIs and
CSV import check that both the model value and manufacturer value are from a
launched device.
Learn more
To learn more about identifying devices and see examples of these values used in
API calls, read the Identifiers guide.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-13 UTC."],[[["Zero-touch enrollment uses specific values to identify Android devices, as referenced in this guide for both APIs and CSV imports."],["Device identification requires a combination of hardware ID or metadata with the manufacturer's name to help ensure the correct device is provisioned."],["The correct manufacturer value can be obtained by contacting the device manufacturer directly or by using the `adb shell getprop ro.product.manufacturer` command."],["Identifying devices by serial number for zero-touch enrollment involves the device's serial number, manufacturer, and model, all of which must be from a launched device."]]],[]]