Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes
After scanning a QR code after the factory reset, I keep getting an error:

Can't set up device

Can't use the admin app. It's missing components or corrupted. For help, contact your IT admin.
by

1 Answer

0 votes
This could happen if you have changed the app's package ID in build.gradle.

Open your configuration details, "MDM settings", and make sure that "Component - event recipient" contains the original component name "com.hmdm.launcher.AdminReceiver" rather than a rebranded package ID.

The reason is that changing the package ID in build.gradle doesn't change the Java package of the admin component.
by (33.4k points)
...