অ্যান্ড্রয়েড প্রস্তুতকারকের নাম
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
এই রেফারেন্সটি জিরো-টাচ নথিভুক্তির মাধ্যমে অ্যান্ড্রয়েড ডিভাইসগুলি সনাক্ত করতে ব্যবহৃত অনুমোদিত মানগুলির তালিকা করে৷ উভয় API এবং পোর্টালের CSV আমদানি করা চেক মান এই রেফারেন্সের তালিকার বিপরীতে।
আপনি যখন কোনও গ্রাহকের জন্য ডিভাইসগুলি দাবি করেন তখন ত্রুটিগুলি এড়াতে সাহায্য করার জন্য, আপনি একটি হার্ডওয়্যার আইডি বা মেটাডেটা এবং প্রস্তুতকারকের নাম ব্যবহার করে প্রতিটি ডিভাইস সনাক্ত করেন । মানগুলির সংমিশ্রণ একটি ভুল টাইপ করা আইডির কারণে ভুল ডিভাইসের বিধান প্রতিরোধে সহায়তা করে৷
নির্মাতারা
ব্যবহার করার জন্য সঠিক প্রস্তুতকারকের মান সনাক্ত করতে, ডিভাইস প্রস্তুতকারককে জিজ্ঞাসা করুন, বা নিম্নলিখিত কমান্ডের সাহায্যে ডিভাইস থেকে মান জিজ্ঞাসা করতে adb ব্যবহার করুন: console adb shell getprop ro.product.manufacturer
।
মডেল
সিরিয়াল নম্বর জিরো-টাচ এনরোলমেন্ট দ্বারা ডিভাইস সনাক্ত করতে ডিভাইসের সিরিয়াল নম্বর, প্রস্তুতকারক এবং মডেলের সংমিশ্রণ ব্যবহার করে। API এবং CSV আমদানি পরীক্ষা করে যে মডেলের মান এবং প্রস্তুতকারকের মান উভয়ই একটি লঞ্চ করা ডিভাইস থেকে এসেছে।
আরও জানুন
ডিভাইস সনাক্তকরণ সম্পর্কে আরও জানতে এবং API কলগুলিতে ব্যবহৃত এই মানগুলির উদাহরণ দেখতে, সনাক্তকারী নির্দেশিকা পড়ুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["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."]]