संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इस रेफ़रंस में, ज़ीरो-टच रजिस्ट्रेशन की मदद से Android डिवाइसों की पहचान करने के लिए इस्तेमाल की जा सकने वाली वैल्यू दी गई हैं. एपीआई और पोर्टल, दोनों ही CSV इंपोर्ट करने के लिए, इस रेफ़रंस में दी गई सूचियों के हिसाब से वैल्यू की जांच करते हैं.
किसी ग्राहक के डिवाइसों पर दावा करते समय गड़बड़ियों से बचने के लिए, हर डिवाइस की पहचान की जाती है. इसके लिए, हार्डवेयर आईडी या मेटाडेटा और मैन्युफ़ैक्चरर के नाम का इस्तेमाल किया जाता है. वैल्यू के कॉम्बिनेशन से, गलत टाइप किए गए आईडी की वजह से, गलत डिवाइस को प्रोवाइड करने से बचा जा सकता है.
निर्माता
डिवाइस बनाने वाली कंपनी की सही वैल्यू का पता लगाने के लिए, डिवाइस बनाने वाली कंपनी से पूछें या adb का इस्तेमाल करके, डिवाइस से वैल्यू की क्वेरी करने के लिए, यह कमांड इस्तेमाल करें:
console
adb shell getprop ro.product.manufacturer
.
मॉडल
सीरियल नंबर के हिसाब से डिवाइसों की पहचान करने के लिए, बिना किसी मानवीय सहायता के डिवाइस रजिस्टर करने की सुविधा, डिवाइस के सीरियल नंबर, मैन्युफ़ैक्चरर, और मॉडल के कॉम्बिनेशन का इस्तेमाल करती है. एपीआई और CSV इंपोर्ट की मदद से यह जांच की जाती है कि मॉडल की वैल्यू और मैन्युफ़ैक्चरर की वैल्यू, लॉन्च किए गए डिवाइस की है या नहीं.
ज़्यादा जानें
डिवाइसों की पहचान करने के बारे में ज़्यादा जानने और एपीआई कॉल में इस्तेमाल की गई इन वैल्यू के उदाहरण देखने के लिए, आइडेंटिफ़ायर गाइड पढ़ें.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 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,[]]