Skip to content

Instantly share code, notes, and snippets.

@bashenk
Last active June 28, 2026 17:54
Show Gist options
  • Select an option

  • Save bashenk/58c6dd883b177ee6e6ed1c533f3e8066 to your computer and use it in GitHub Desktop.

Select an option

Save bashenk/58c6dd883b177ee6e6ed1c533f3e8066 to your computer and use it in GitHub Desktop.
Creating a QR Code for Android Device Enrollment

Creating a QR Code for Android Device Enrollment

Android Enterprise Documentation: Create a QR code

Always required

Required if a DPC isn't already installed on the device

Recommended if the device isn't already connected to Wi-Fi

Optional


EMM Provisioning

Android Zero-Touch Enrollment EMM Provisioning Guide

👍 EMM Recommended

Use the following intent extras to set up your DPC

👎 EMM Not recommended

Don't include the following extras that you might use in other enrollment methods


Additional references

@SahilSonar

Copy link
Copy Markdown

Was anyone able to figure this out yet? I have component name as full name but still fails.

@MichMich

Copy link
Copy Markdown

@SahilSonar what are you trying to do? And what are you running into? I’m using QR provisioning without any issues.

@SahilSonar

Copy link
Copy Markdown

@MichMich I am working on a custom DPC. I can set it up through adb fine but post downloading it lands on "Something went wrong" and prompts for a reset :/

@MichMich

Copy link
Copy Markdown

It’s been a while. But I recall having that issue as well. If I recall correctly, it had something to do with missing methods (mentioned earlier in these gist comments).

@SahilSonar

Copy link
Copy Markdown

I am getting INSTALL_FAILED_VERIFICATION_FAILURE my app was also registered for Android developer verification.

@MichMich

Copy link
Copy Markdown

If you install via a QR, you need to give a checksum. Are you sure you’re using the correct checksum?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment