Android-Herstellernamen
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
In dieser Referenz sind die zulässigen Werte aufgeführt, die zur Identifizierung von Android-Geräten durch Zero-Touch-Registrierung verwendet werden. Sowohl die APIs als auch der CSV-Import des Portals prüfen Werte anhand der Listen in dieser Referenz.
Um Fehler beim Beantragen von Geräten für einen Kunden zu vermeiden, identifizieren Sie jedes Gerät mit einer Hardware-ID oder Metadaten und dem Namen des Herstellers. Eine Kombination aus Werten hilft, die Bereitstellung des falschen Geräts aufgrund einer falsch eingegebenen ID zu verhindern.
Hersteller
Fragen Sie den Gerätehersteller, welcher Wert verwendet werden soll, oder fragen Sie mit adb den Wert mit dem folgenden Befehl ab:
console
adb shell getprop ro.product.manufacturer
.
Modelle
Zur Identifizierung von Geräten anhand der Seriennummer wird bei der Zero-Touch-Registrierung eine Kombination aus Seriennummer, Hersteller und Modell des Geräts verwendet. Bei den APIs und beim CSV-Import wird geprüft, ob sowohl der Modellwert als auch der Herstellerwert von einem auf den Markt gebrachten Gerät stammen.
Weitere Informationen
Weitere Informationen zur Identifizierung von Geräten und Beispiele für diese Werte, die in API-Aufrufen verwendet werden, finden Sie im Leitfaden IDs.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-25 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-25 (UTC)."],[[["\u003cp\u003eZero-touch enrollment uses specific values to identify Android devices, as referenced in this guide for both APIs and CSV imports.\u003c/p\u003e\n"],["\u003cp\u003eDevice identification requires a combination of hardware ID or metadata with the manufacturer's name to help ensure the correct device is provisioned.\u003c/p\u003e\n"],["\u003cp\u003eThe correct manufacturer value can be obtained by contacting the device manufacturer directly or by using the \u003ccode\u003eadb shell getprop ro.product.manufacturer\u003c/code\u003e command.\u003c/p\u003e\n"],["\u003cp\u003eIdentifying 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.\u003c/p\u003e\n"]]],["Device identification for Android zero-touch enrollment involves using hardware IDs or metadata paired with the manufacturer's name. The manufacturer's name can be obtained through the device manufacturer or via the `adb` command. When using a serial number, both the manufacturer and model must be valid. APIs and CSV imports validate these values against a list. For more details and examples, refer to the provided \"Identifiers\" guide.\n"],null,["# Android manufacturer names\n\nThis reference lists the allowed values used to identify Android devices by\nzero-touch enrollment. Both the APIs and portal's CSV importing check values\nagainst the lists in this reference.\n\nTo help avoid errors when you claim devices for a customer, you\n[identify](/zero-touch/guides/identifiers) each device using a hardware ID or\nmetadata and the manufacturer's name. A combination of values helps prevent\nprovisioning the wrong device because of a mistyped ID.\n\nManufacturers\n-------------\n\nTo identify the correct manufacturer value to use, ask the device manufacturer,\nor use [adb](https://developer.android.com/studio/command-line/adb) to query the\nvalue from the device with the following command:\n`console\nadb shell getprop ro.product.manufacturer`\n.\n\nModels\n------\n\nTo identify devices by serial number zero-touch enrollment uses a\ncombination of the device's serial number, manufacturer, and model. The APIs and\nCSV import check that both the model value and manufacturer value are from a\nlaunched device.\n\nLearn more\n----------\n\nTo learn more about identifying devices and see examples of these values used in\nAPI calls, read the [Identifiers](/zero-touch/guides/identifiers) guide."]]