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
The manufacturer signed com.hmdm.launcher with its own key. This means the app is signed with the same key as the firmware.

Will shell commands and input runCommand be executed?
ago by (120 points)

1 Answer

0 votes

To make launcher a system app, please add the attribute android:sharedUserId="android.uid.system" to the <manifest> tag in AndroidManifest.xml file.

If you have a Premium license, we have a special build variant for Headwind MDM launcher signed with the firmware (platform) keys. Please contact the support to get it.

I am pretty sure that Headwind MDM launcher signed with the firmware keys and using the android.uid.system shared user, will run shell commands as expected.

ago by (44.5k points)
...