Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Ten przewodnik zawiera listę dozwolonych wartości służących do identyfikowania urządzeń z Androidem za pomocą rejestracji typu zero-touch. Zarówno interfejsy API, jak i importowanie plików CSV w portalu sprawdzają wartości na liście w tym dokumencie.
Aby uniknąć błędów podczas zgłaszania roszczeń dotyczących urządzeń klienta, określ każde urządzenie za pomocą identyfikatora sprzętowego lub metadanych oraz nazwy producenta. Połączenie wartości pomaga uniknąć konfigurowania niewłaściwego urządzenia z powodu błędnie wpisanego identyfikatora.
Producenci
Aby określić prawidłową wartość producenta, skontaktuj się z producentem urządzenia lub użyj polecenia adb, aby zapytać o wartość z urządzenia za pomocą tego polecenia:console
adb shell getprop ro.product.manufacturer
Modele
Aby zidentyfikować urządzenia według numeru seryjnego, rejestracja typu zero-touch używa kombinacji numeru seryjnego, producenta i modelu urządzenia. Interfejsy API i import z pliku CSV sprawdzają, czy wartość modelu i wartość producenta pochodzą z urządzenia z uruchomionym systemem.
Więcej informacji
Więcej informacji o identyfikowaniu urządzeń oraz przykłady wartości używanych w wywołaniach interfejsu API znajdziesz w przewodniku Identyfikatory.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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,[]]