Skip to main content
Level 1.5: Cupcake
October 23, 2024
Solved

Enroll Device Using Qr Code

  • October 23, 2024
  • 5 replies
  • 2 views

I'm new to Zero-Touch technology, and I'm experiencing an issue where a device completes enrollment using a QR code, but within two hours, it automatically resets after receiving a notification.

I don't have much experience with Zero-Touch, so I'm unsure how to fully manage and complete the enrollment process. Is there another method to ensure that the device is fully managed after enrollment, or any best practices to avoid this reset issue?

Any guidance or troubleshooting tips would be greatly appreciated!

Best answer by jasonbayton

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?

5 replies

Flo
Level 2.0: Eclair
October 23, 2024

Hello Vijayrathod,

If your device is on your ZTE console and has a correct configuration.  The device just need connectivity, you don't need a QR Code. The MDM client will be automatically downloaded. If you use a QR while the device is in Zero Touch, you will be prompted to reset the device to initialize it with Zero Touch.





Level 1.5: Cupcake
October 28, 2024

 

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 

Level 1.5: Cupcake
October 28, 2024

Thank you for your replay 
i have ZTE console  set default setting 

Level: 4.1: Jelly bean
October 28, 2024

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?

Level 1.5: Cupcake
October 28, 2024

 i have another question is when create or update policy 

  installType: 'KIOSK' and single app running is fine but i need to stop the device auto lock, so it is possible ?
Thanks in advance