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
I know that it's possible to setup the device owner app on Android 6 through adb. How can I do that?
by 1 flag

1 Answer

0 votes

1. Install Headwind MDM launcher from the website (do not run it).

2. Turn on adb debugging. Open Settings, System, then tap 7 times to "Build number" to open the hidden "Developers" settings. Then enter the developers settings and allow USB debugging.

3. Install ADB (Android Debug Bridge) on your computer. ADB is a part of Android Studio, here's the official documentation.

4. Connect the device to the computer through USB (install Android SDK or Android Studio on the computer), then run the following command:

adb shell dpm set-device-owner com.hmdm.launcher/.AdminReceiver

You must get the following response: "Active admin component set to com.hmdm.launcher/.AdminReceiver)

5. Tap Home on the device. It must suggest a choice between a standard launcher and "Headwind MDM". Select "Headwind MDM" and set the checkbox "Always".

by (32.7k points)
...