Forum Discussion
Enroll Device Using Qr Code
- 5 months ago
It's behaving as designed. If you wish to use QR, remove configurations from devices in the ZT portal.
I imagine it would make more sense to create and assign the config you want to these devices from ZT though?
Thank you for replay
I have no ZTE console, i have following step follow the device enroll process
1) Register device with IME
https://partner.android.com/zerotouch
with EMM DPC with set default configuration
2) Generate QR code and Enroll device using this link
https://colab.research.google.com/github/google/android-management-api-samples/blob/master/notebooks/quickstart.ipynb
Set Policy to instal app direct to play store
{
"applications": [
{
"packageName": "com.example",
"installType": "FORCE_INSTALLED"
}
],
"advancedSecurityOverrides": {
"developerSettings": "DEVELOPER_SETTINGS_ALLOWED"
}
}
All step working fine but some device issue with auto reset device within 2 hours
Please suggest anything missing, thanks in advance
Related Content
- 11 months ago
- 10 months ago