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
Hi everyone, hope you are doing well. I am facing issue regarding integrating Headwind app in my AOSP build. What I have done so far is followed the instructions provided by the link: https://h-mdm.com/hmdm-aosp/ to add and provision the Headwind app in my build.

What happening is the Provision app does not showing up in the out/product folder of the AOSP source code after successful build and I think due to which the Headwind app is not able to become device owner on first bootup.

Any help regarding this would be really appreciated.

Thanks in advance.
by (120 points)

1 Answer

0 votes
It is quite hard to guess what is going wrong with your code.

You can receive some information by investigating logcat.

Make sure the Provision app is signed with correct platform keys, and the values in Const.java correspond to your Headwind MDM instance.
by (34.3k points)
...