<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Headwind MDM Q&amp;A - Recent questions and answers</title>
<link>https://qa.h-mdm.com/qa</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: How to install Headwind MDM on a device without a camera by using adb?</title>
<link>https://qa.h-mdm.com/19025/how-to-install-headwind-mdm-device-without-camera-using-adb?show=19026#a19026</link>
<description>&lt;p&gt;Here's the setup flow including adb. We presume adb is already activated (&lt;a rel=&quot;nofollow&quot; href=&quot;https://developer.android.com/studio/command-line/adb&quot;&gt;here&lt;/a&gt; is how to turn on developer mode and connect the device to the host by adb).&lt;/p&gt;&lt;p&gt;1. Open the list of configurations in the Headwind MDM web panel, choose the configuration for your devices, click the QR code icon, choose the device number assignment strategy (IMEI or serial number),&amp;nbsp;then click&amp;nbsp;&lt;strong&gt;&quot;Generate JSON&quot;&lt;/strong&gt;.&lt;/p&gt;&lt;p&gt;2. Save the JSON as &lt;strong&gt;init.json&lt;/strong&gt; on your computer.&lt;/p&gt;&lt;p&gt;3. Download the APK file of the MDM agent to your computer (hmdm-x.xx-os.apk)&lt;/p&gt;&lt;p&gt;4. Connect the device to the computer by usb&lt;/p&gt;&lt;p&gt;5. Run the commands (they could be merged into a script):&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;adb install hmdm-x.xx-os.apk&lt;/p&gt;&lt;p&gt;adb shell dpm set-device-owner com.hmdm.launcher/.AdminReceiver&lt;/p&gt;&lt;p&gt;adb push init.json /storage/emulated/0/Android/data/com.hmdm.launcher/files/init.json&lt;/p&gt;&lt;p&gt;adb shell am start com.hmdm.launcher&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;6. To complete the setup, grant the permissions requested by the Headwind MDM launcher.&lt;/p&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/19025/how-to-install-headwind-mdm-device-without-camera-using-adb?show=19026#a19026</guid>
<pubDate>Thu, 16 Apr 2026 09:34:45 +0000</pubDate>
</item>
<item>
<title>Answered: mqtt disconnect/reconnect problem</title>
<link>https://qa.h-mdm.com/19023/mqtt-disconnect-reconnect-problem?show=19024#a19024</link>
<description>&lt;p&gt;If MQTT protocol does not work well on your devices (most probably due to &lt;a rel=&quot;nofollow&quot; href=&quot;https://qa.h-mdm.com/5102/devices-updated-diagnose-push-notification-service-issue&quot;&gt;network issues&lt;/a&gt;),&amp;nbsp; consider switching from MQTT to HTTP long polling. This will make Push notifications working more reliably.&lt;/p&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/19023/mqtt-disconnect-reconnect-problem?show=19024#a19024</guid>
<pubDate>Wed, 15 Apr 2026 09:32:56 +0000</pubDate>
</item>
<item>
<title>Answered: Headwind MDM Launcher - Internal Server Error</title>
<link>https://qa.h-mdm.com/19021/headwind-mdm-launcher-internal-server-error?show=19022#a19022</link>
<description>When you're getting an Internal Server Error, check the Tomcat log (/var/lib/tomcat9/logs/catalina.out) for the exact error reason, in most cases the log will contain the error reason and the stack trace.</description>
<guid isPermaLink="true">https://qa.h-mdm.com/19021/headwind-mdm-launcher-internal-server-error?show=19022#a19022</guid>
<pubDate>Mon, 13 Apr 2026 09:49:54 +0000</pubDate>
</item>
<item>
<title>Answered: MDM settings restrictions</title>
<link>https://qa.h-mdm.com/19018/mdm-settings-restrictions?show=19019#a19019</link>
<description>To add an activity, please read the instructions: &lt;a href=&quot;https://qa.h-mdm.com/18181/how-to-open-access-to-settings-sheets&quot; rel=&quot;nofollow&quot;&gt;https://qa.h-mdm.com/18181/how-to-open-access-to-settings-sheets&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
You can find documentation on restrictions here: &lt;a href=&quot;https://developer.android.com/reference/android/os/UserManager&quot; rel=&quot;nofollow&quot;&gt;https://developer.android.com/reference/android/os/UserManager&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
For example, to disable airplane mode, add the value no_airplane_mode</description>
<guid isPermaLink="true">https://qa.h-mdm.com/19018/mdm-settings-restrictions?show=19019#a19019</guid>
<pubDate>Fri, 10 Apr 2026 15:33:22 +0000</pubDate>
</item>
<item>
<title>Answered: Static DNS content control in the browser</title>
<link>https://qa.h-mdm.com/19005/static-dns-content-control-in-the-browser?show=19014#a19014</link>
<description>This feature is not available on Android.&lt;br /&gt;
&lt;br /&gt;
Perhaps the URL filtering plugin functionality would be more suitable for you:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://qa.h-mdm.com/17026/can-i-let-user-open-only-some-urls-url-filtering-feature&quot; rel=&quot;nofollow&quot;&gt;https://qa.h-mdm.com/17026/can-i-let-user-open-only-some-urls-url-filtering-feature&lt;/a&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/19005/static-dns-content-control-in-the-browser?show=19014#a19014</guid>
<pubDate>Tue, 07 Apr 2026 19:33:56 +0000</pubDate>
</item>
<item>
<title>INSTALL_PARSE_FAILED_NOT_APK error when installing app.</title>
<link>https://qa.h-mdm.com/19008/install_parse_failed_not_apk-error-when-installing-app</link>
<description>&lt;p&gt;&lt;span style=&quot;font-family:Helvetica,Arial,sans-serif; font-size:12px&quot;&gt;I just finished another test with the Shopee app and saw the logs below.&lt;/span&gt;&lt;br style=&quot;font-family: Helvetica, Arial, sans-serif; font-size: 12px;&quot;&gt;&lt;br style=&quot;font-family: Helvetica, Arial, sans-serif; font-size: 12px;&quot;&gt;&lt;span style=&quot;font-family:Helvetica,Arial,sans-serif; font-size:12px&quot;&gt;06/04/2026 11:05:37.902&amp;nbsp; &amp;nbsp; celular 1&amp;nbsp; &amp;nbsp; com.hmdm.launcher&amp;nbsp; &amp;nbsp; VERBOSE&amp;nbsp; &amp;nbsp; Update flow completed&lt;/span&gt;&lt;br style=&quot;font-family: Helvetica, Arial, sans-serif; font-size: 12px;&quot;&gt;&lt;span style=&quot;font-family:Helvetica,Arial,sans-serif; font-size:12px&quot;&gt;06/04/2026 11:05:37.317&amp;nbsp; &amp;nbsp; celular 1&amp;nbsp; &amp;nbsp; com.hmdm.launcher&amp;nbsp; &amp;nbsp; ERROR&amp;nbsp; &amp;nbsp; Install failed: INVALID, extra: INSTALL_PARSE_FAILED_NOT_APK: Failed to parse /data/app/vmdl1933863625.tmp/COSU&lt;/span&gt;&lt;br style=&quot;font-family: Helvetica, Arial, sans-serif; font-size: 12px;&quot;&gt;&lt;span style=&quot;font-family:Helvetica,Arial,sans-serif; font-size:12px&quot;&gt;06/04/2026 11:05:36.979&amp;nbsp; &amp;nbsp; celular 1&amp;nbsp; &amp;nbsp; com.hmdm.launcher&amp;nbsp; &amp;nbsp; INFO&amp;nbsp; &amp;nbsp; Silently installing app com.shopee.br 1&lt;/span&gt;&lt;br style=&quot;font-family: Helvetica, Arial, sans-serif; font-size: 12px;&quot;&gt;&lt;span style=&quot;font-family:Helvetica,Arial,sans-serif; font-size:12px&quot;&gt;06/04/2026 11:05:33.156&amp;nbsp; &amp;nbsp; celular 1&amp;nbsp; &amp;nbsp; com.hmdm.launcher&amp;nbsp; &amp;nbsp; DEBUG&amp;nbsp; &amp;nbsp; Downloading app: com.shopee.br&lt;/span&gt;&lt;br style=&quot;font-family: Helvetica, Arial, sans-serif; font-size: 12px;&quot;&gt;&lt;br style=&quot;font-family: Helvetica, Arial, sans-serif; font-size: 12px;&quot;&gt;&lt;span style=&quot;font-family:Helvetica,Arial,sans-serif; font-size:12px&quot;&gt;Do you know what it could be?&lt;/span&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/19008/install_parse_failed_not_apk-error-when-installing-app</guid>
<pubDate>Mon, 06 Apr 2026 15:13:06 +0000</pubDate>
</item>
<item>
<title>Answered: Push long polling inquiry</title>
<link>https://qa.h-mdm.com/19009/push-long-polling-inquiry?show=19010#a19010</link>
<description>You can use the HTTP polling mode instead of the MQTT mode.&lt;br /&gt;
&lt;br /&gt;
Please check out the article: &lt;a href=&quot;https://qa.h-mdm.com/5308/there-configure-automatic-polling-configuration-changes&quot; rel=&quot;nofollow&quot;&gt;https://qa.h-mdm.com/5308/there-configure-automatic-polling-configuration-changes&lt;/a&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/19009/push-long-polling-inquiry?show=19010#a19010</guid>
<pubDate>Mon, 06 Apr 2026 15:10:34 +0000</pubDate>
</item>
<item>
<title>Answered: MDM Agent not launching after a phone restart</title>
<link>https://qa.h-mdm.com/18994/mdm-agent-not-launching-after-a-phone-restart?show=18995#a18995</link>
<description>Please ensure the MDM launcher is running in MDM mode.&lt;br /&gt;
&lt;br /&gt;
More details here: &lt;a href=&quot;https://h-mdm.com/compatibility/&quot; rel=&quot;nofollow&quot;&gt;https://h-mdm.com/compatibility/&lt;/a&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18994/mdm-agent-not-launching-after-a-phone-restart?show=18995#a18995</guid>
<pubDate>Fri, 27 Mar 2026 09:04:00 +0000</pubDate>
</item>
<item>
<title>re-registration device acount</title>
<link>https://qa.h-mdm.com/18990/re-registration-device-acount</link>
<description>&lt;p&gt;&lt;/p&gt;&lt;div aria-hidden=&quot;true&quot; data-edge=&quot;true&quot; class=&quot;pointer-events-none h-px w-px absolute bottom-0&quot;&gt;&lt;/div&gt;&lt;div class=&quot;flex flex-col text-sm pb-25&quot;&gt;&lt;section class=&quot;text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;amp;:has([data-writing-block])&amp;gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]&quot; dir=&quot;auto&quot; data-turn-id=&quot;request-WEB:7182cae6-10ba-4e38-bc42-7936773b7cdc-6&quot; data-testid=&quot;conversation-turn-14&quot; data-scroll-anchor=&quot;true&quot; data-turn=&quot;assistant&quot;&gt;&lt;div class=&quot;text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)&quot;&gt;&lt;div class=&quot;[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn&quot;&gt;&lt;div class=&quot;flex max-w-full flex-col gap-4 grow&quot;&gt;&lt;div data-message-author-role=&quot;assistant&quot; data-message-id=&quot;49e201b8-5a04-4b3e-a652-07ba110517fb&quot; dir=&quot;auto&quot; data-message-model-slug=&quot;gpt-5-3&quot; class=&quot;min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+&amp;amp;]:mt-1&quot; data-turn-start-message=&quot;true&quot; tabindex=&quot;0&quot;&gt;&lt;div class=&quot;flex w-full flex-col gap-1 empty:hidden&quot;&gt;&lt;div class=&quot;markdown prose dark:prose-invert w-full wrap-break-word dark markdown-new-styling&quot;&gt;&lt;p data-start=&quot;70&quot; data-end=&quot;399&quot; data-is-last-node=&quot;&quot; data-is-only-node=&quot;&quot;&gt;&quot;The &lt;code data-start=&quot;75&quot; data-end=&quot;135&quot;&gt;&amp;lt;Parameter name=&quot;prevent.duplicate.enrollment&quot; value=&quot;1&quot;/&amp;gt;&lt;/code&gt; setting allows an account to be enrolled only once. If a device is replaced or damaged, a new device needs to be enrolled. Can you add a re-registration option or button on the web dashboard so the admin doesn’t need to manually recreate the user device account?&quot;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;z-0 flex min-h-[46px] justify-start&quot;&gt;&lt;/div&gt;&lt;div class=&quot;mt-3 w-full empty:hidden&quot;&gt;&lt;div class=&quot;text-center&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/section&gt;&lt;/div&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18990/re-registration-device-acount</guid>
<pubDate>Fri, 20 Mar 2026 17:59:31 +0000</pubDate>
</item>
<item>
<title>Answered: Remote Exit to System Launcher / Device Unlock on Android 15</title>
<link>https://qa.h-mdm.com/18968/remote-exit-to-system-launcher-device-unlock-on-android-15?show=18988#a18988</link>
<description>There are two available options to unlock the device:&lt;br /&gt;
&lt;br /&gt;
1. Send a push message to the device with the “permissiveMode” option. This temporarily disables restrictions for 3 minutes. Please note that this option does not work in kiosk mode. You can send it to a specific device.&lt;br /&gt;
&lt;br /&gt;
2. Enable the “Permissive (unlocked) mode” option in the configuration settings.&lt;br /&gt;
&lt;br /&gt;
You can create a copy of your configuration with the “Permissive (unlocked) mode” option enabled and apply it to a specific device. Please note that this option also does not work in kiosk mode.&lt;br /&gt;
&lt;br /&gt;
For devices operating in kiosk mode, you can temporarily switch them to a configuration where the “Permissive (unlocked) mode” option is enabled.&lt;br /&gt;
&lt;br /&gt;
We are sorry that Headwind Remote didn't meet your expectations. Our users complained big delays in the screencast delivery. If that's your case, let me note that we have recently released a new version where this issue is reliably resolved - the screencast delay never exceeds a few seconds. Please contact the technical support to get a free trial.</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18968/remote-exit-to-system-launcher-device-unlock-on-android-15?show=18988#a18988</guid>
<pubDate>Thu, 19 Mar 2026 08:31:01 +0000</pubDate>
</item>
<item>
<title>Answered: failed to download the package headwind MDM pager plugin error on android device</title>
<link>https://qa.h-mdm.com/18985/failed-download-package-headwind-pager-plugin-android-device?show=18986#a18986</link>
<description>It appears that the application details include a link to an APK file hosted on our server.&lt;br /&gt;
&lt;br /&gt;
Please download the application to your computer using a web browser, and then add it to the control panel by following the instructions in the guide:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://h-mdm.com/quick-start/&quot; rel=&quot;nofollow&quot;&gt;https://h-mdm.com/quick-start/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Deploying your application section.</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18985/failed-download-package-headwind-pager-plugin-android-device?show=18986#a18986</guid>
<pubDate>Wed, 18 Mar 2026 08:29:17 +0000</pubDate>
</item>
<item>
<title>Answered: Problème upload app</title>
<link>https://qa.h-mdm.com/18982/probl%C3%A8me-upload-app?show=18983#a18983</link>
<description>Try checking your browser console for HTTP errors when trying to upload a file.&lt;br /&gt;
&lt;br /&gt;
You might find a 413 error there: &lt;a href=&quot;https://qa.h-mdm.com/11659/failed-to-upload-the-app-413-request-entity-too-large&quot; rel=&quot;nofollow&quot;&gt;https://qa.h-mdm.com/11659/failed-to-upload-the-app-413-request-entity-too-large&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
If this isn't the case, check this file: /var/lib/tomcat9/logs/catalina.out; it should contain the error stack trace for the error.</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18982/probl%C3%A8me-upload-app?show=18983#a18983</guid>
<pubDate>Fri, 13 Mar 2026 15:01:07 +0000</pubDate>
</item>
<item>
<title>Answered: Is the current Headwind MDM compatible with Android 7.1</title>
<link>https://qa.h-mdm.com/18979/is-the-current-headwind-mdm-compatible-with-android-7-1?show=18980#a18980</link>
<description>&lt;div dir=&quot;ltr&quot; style=&quot;box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; color: rgb(24, 50, 71); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; font-size: 14px;&quot;&gt;Headwind MDM is compatible with most Android devices running Android 7 or higher.&lt;/div&gt;&lt;div dir=&quot;ltr&quot; style=&quot;box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; color: rgb(24, 50, 71); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, &amp;quot;Helvetica Neue&amp;quot;, Arial, sans-serif; font-size: 14px;&quot;&gt;If your device doesn't have a camera, you can install the MDM launcher as a regular app and grant device owner permissions by following these instructions:&amp;nbsp;&lt;a dir=&quot;ltr&quot; href=&quot;https://qa.h-mdm.com/1411/how-to-enroll-headwind-mdm-device-owner-android-through-adb&quot; rel=&quot;noreferrer nofollow&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; background-color: transparent; color: rgb(44, 92, 197); text-decoration-line: none; word-break: break-word; overflow-wrap: break-word;&quot;&gt;https://qa.h-mdm.com/1411/how-to-enroll-headwind-mdm-device-owner-android-through-adb&lt;/a&gt;&lt;/div&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18979/is-the-current-headwind-mdm-compatible-with-android-7-1?show=18980#a18980</guid>
<pubDate>Fri, 13 Mar 2026 08:49:03 +0000</pubDate>
</item>
<item>
<title>Answered: HMDM docker compose setup with traefik container - reverse proxy setup</title>
<link>https://qa.h-mdm.com/18976/docker-compose-setup-traefik-container-reverse-proxy-setup?show=18977#a18977</link>
<description>To fix the URL entries in the QR code, check these two points:&lt;br /&gt;
&lt;br /&gt;
1. Correct the value of base.url in the Tomcat config file (/volumes/hmdm-config/ROOT.xml), it should be &lt;a href=&quot;https://mdm.example.com&quot; rel=&quot;nofollow&quot;&gt;https://mdm.example.com&lt;/a&gt;. Restart the container to apply changes.&lt;br /&gt;
&lt;br /&gt;
2. Correct the URL of Headwind MDM launcher in the &amp;quot;Applications&amp;quot; section of the web panel, it should be &lt;a href=&quot;https://mdm.example.com/files/hmdm-xxxx.apk&quot; rel=&quot;nofollow&quot;&gt;https://mdm.example.com/files/hmdm-xxxx.apk&lt;/a&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18976/docker-compose-setup-traefik-container-reverse-proxy-setup?show=18977#a18977</guid>
<pubDate>Tue, 10 Mar 2026 10:12:07 +0000</pubDate>
</item>
<item>
<title>Answered: Reconnection loop detected! You have multiple devices with ID=MS-M! MQTT service stopped.</title>
<link>https://qa.h-mdm.com/18972/reconnection-loop-detected-multiple-devices-service-stopped?show=18974#a18974</link>
<description>This is usually happening when two devices have the same ID, most probably they were enrolled with the same QR code.&lt;br /&gt;
&lt;br /&gt;
Find the device with the duplicate ID, and re-enroll with another ID (you can also change the device ID in the Headwind MDM agent admin panel, tap and hold the key icon).</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18972/reconnection-loop-detected-multiple-devices-service-stopped?show=18974#a18974</guid>
<pubDate>Tue, 03 Mar 2026 10:24:29 +0000</pubDate>
</item>
<item>
<title>Answered: How to install Headwind MDM mobile app without QR code scanning?</title>
<link>https://qa.h-mdm.com/16619/how-to-install-headwind-mdm-mobile-app-without-code-scanning?show=18961#a18961</link>
<description>&lt;p&gt;If you just install the APK normally&lt;a href=&quot;https://vancedyoutube.org&quot; rel=&quot;follow not-nofollow&quot;&gt;,&lt;/a&gt; it won’t run as device owner, so things like silent app installs won’t work.&lt;/p&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/16619/how-to-install-headwind-mdm-mobile-app-without-code-scanning?show=18961#a18961</guid>
<pubDate>Tue, 24 Feb 2026 07:15:45 +0000</pubDate>
</item>
<item>
<title>Answered: No Standby - Display always on</title>
<link>https://qa.h-mdm.com/18964/no-standby-display-always-on?show=18965#a18965</link>
<description>This could happen if you set the &amp;quot;Screen always on&amp;quot; checkbox in kiosk mode (configuration details, MDM settings).</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18964/no-standby-display-always-on?show=18965#a18965</guid>
<pubDate>Mon, 23 Feb 2026 13:51:36 +0000</pubDate>
</item>
<item>
<title>Answered: Giving Permission Searching Nearby Devices</title>
<link>https://qa.h-mdm.com/18943/giving-permission-searching-nearby-devices?show=18963#a18963</link>
<description>&lt;p&gt;Here is a possible workaround.&lt;/p&gt;&lt;p&gt;1. Open the configuration details in Headwind MDM web console, and make sure &quot;Permissions for other apps&quot; is set as &quot;Auto-grant all permissions&quot;. Adjust the setting and save the configuration if required.&lt;/p&gt;&lt;p&gt;2. Uninstall the app on the device, and refresh the Headwind MDM configuration on the device. Make sure the application was installed by Headwind MDM.&lt;/p&gt;&lt;div&gt;If you're experiencing this issue on Samsung Knox devices, &lt;a rel=&quot;nofollow&quot; href=&quot;https://qa.h-mdm.com/5840/how-to-get-diagnostic-info-logcat-from-the-android-device?show=5840#q5840&quot;&gt;logcat&lt;/a&gt; may help you find a solution.&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;Uninstall the app, then turn on logcat collecting, and install the app back via Headwind MDM. Make sure logcat contains records tagged by HeadwindMDM. (there should be records like &quot;Permission ... granted to package your.app.package&quot;).&lt;/div&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18943/giving-permission-searching-nearby-devices?show=18963#a18963</guid>
<pubDate>Wed, 18 Feb 2026 18:03:37 +0000</pubDate>
</item>
<item>
<title>Answered: Contacts not syncing with Samsung Contacts app</title>
<link>https://qa.h-mdm.com/18800/contacts-not-syncing-with-samsung-contacts-app?show=18962#a18962</link>
<description>Please don't set the contact sync interval too short, as this may cause your phone to malfunction. This is likely the issue.&lt;br /&gt;
&lt;br /&gt;
Please set this interval to a much longer value, such as 900 (= 15 minutes), and restart your device.&lt;br /&gt;
&lt;br /&gt;
Another issue may be that the system Contacts app is hiding contacts with a certain &amp;quot;Account Type&amp;quot; value. Try searching for them somewhere in the settings (this is a device-specific option, so I can't provide more details).</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18800/contacts-not-syncing-with-samsung-contacts-app?show=18962#a18962</guid>
<pubDate>Wed, 18 Feb 2026 16:22:02 +0000</pubDate>
</item>
<item>
<title>Answered: Is it possible to grant &quot;Display over other apps&quot; permissions to our Kiosk application via push messages?</title>
<link>https://qa.h-mdm.com/18956/possible-grant-display-permissions-application-messages?show=18960#a18960</link>
<description>&lt;p data-start=&quot;88&quot; data-end=&quot;247&quot;&gt;Headwind MDM cannot grant the &lt;strong data-start=&quot;118&quot; data-end=&quot;147&quot;&gt;“Display over other apps”&lt;/strong&gt; permission via push messages. In Android, this permission can only be granted manually by the user.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p data-start=&quot;249&quot; data-end=&quot;457&quot;&gt;When Headwind Remote is launched for the first time, it prompts the user to grant the &lt;strong data-start=&quot;335&quot; data-end=&quot;364&quot;&gt;“Display over other apps”&lt;/strong&gt; and &lt;strong data-start=&quot;369&quot; data-end=&quot;386&quot;&gt;Accessibility&lt;/strong&gt; permissions. These permissions must be enabled manually on the device.&lt;/p&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18956/possible-grant-display-permissions-application-messages?show=18960#a18960</guid>
<pubDate>Tue, 17 Feb 2026 07:57:49 +0000</pubDate>
</item>
<item>
<title>Answered: Varying time to action updates/reboot/factory reset</title>
<link>https://qa.h-mdm.com/18958/varying-time-to-action-updates-reboot-factory-reset?show=18959#a18959</link>
<description>&lt;p&gt;The varying timeframes for updates, reboots, or factory resets can be due to issues with push message delivery. To action commands immediately, ensure MQTT traffic passes correctly and &lt;a rel=&quot;nofollow&quot; href=&quot;https://h-mdm.com/compatibility/&quot;&gt;MDM mode&lt;/a&gt; is enabled:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://qa.h-mdm.com/5102/devices-updated-diagnose-push-notification-service-issue&quot; rel=&quot;nofollow&quot;&gt;https://qa.h-mdm.com/5102/devices-updated-diagnose-push-notification-service-issue&lt;/a&gt;&lt;/p&gt;&lt;p&gt;As an alternative solution, you can use the HTTP Long polling method (you can switch it in the configuration details). It doesn't require port 31000 to be open.&lt;/p&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18958/varying-time-to-action-updates-reboot-factory-reset?show=18959#a18959</guid>
<pubDate>Mon, 16 Feb 2026 13:42:15 +0000</pubDate>
</item>
<item>
<title>Answered: Cant Install HMDM in Lenovo Tablet TB311FU - Settings Wizard has stopped</title>
<link>https://qa.h-mdm.com/18951/cant-install-lenovo-tablet-tb311fu-settings-wizard-stopped?show=18954#a18954</link>
<description>I got the mdm agnet installed but with a caveat, i first setup the tablet, as is, then i upload the mdm agent apk via cable from a laptop and then i can scan the qr code of the configuration, unfortunately, the web panel doesnt show any serial number so i have to manually give it the id of the tablet to be imported.</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18951/cant-install-lenovo-tablet-tb311fu-settings-wizard-stopped?show=18954#a18954</guid>
<pubDate>Wed, 11 Feb 2026 14:32:15 +0000</pubDate>
</item>
<item>
<title>Answered: Problème QR Code</title>
<link>https://qa.h-mdm.com/18949/probl%C3%A8me-qr-code?show=18950#a18950</link>
<description>The QR code option may disappear if MDM settings are corrupted. Check in the configuration details under &amp;quot;MDM settings&amp;quot; that &amp;quot;Headwind MDM Launcher&amp;quot; is set as the main app and the component is com.hmdm.launcher.AdminReceiver.&lt;br /&gt;
&lt;br /&gt;
More info: &lt;a href=&quot;https://qa.h-mdm.com/1298/&quot; rel=&quot;nofollow&quot;&gt;https://qa.h-mdm.com/1298/&lt;/a&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18949/probl%C3%A8me-qr-code?show=18950#a18950</guid>
<pubDate>Wed, 11 Feb 2026 08:08:02 +0000</pubDate>
</item>
<item>
<title>Answered: adb command?</title>
<link>https://qa.h-mdm.com/18947/adb-command?show=18948#a18948</link>
<description>&lt;p&gt;Headwind MDM doesn't have full adb permissions, it has the device owner permissions.&amp;nbsp;&lt;/p&gt;&lt;p&gt;So you need to test whether the script is working well (use &lt;a rel=&quot;nofollow&quot; href=&quot;https://qa.h-mdm.com/5840/&quot;&gt;logcat&lt;/a&gt; to check).&lt;/p&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18947/adb-command?show=18948#a18948</guid>
<pubDate>Tue, 10 Feb 2026 06:51:16 +0000</pubDate>
</item>
<item>
<title>Answered: what do the table user role settings do</title>
<link>https://qa.h-mdm.com/18945/what-do-the-table-user-role-settings-do?show=18946#a18946</link>
<description>&lt;p&gt;You can adjust permissions available for each user role, and add new user roles, in &lt;strong&gt;Settings - User Role Settings.&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I believe the description of each permission is self-explanatory. If you still need help with understanding what is the purpose of a certain permission, please contact the &lt;a rel=&quot;nofollow&quot; href=&quot;https://h-mdm.com/contact-us/&quot;&gt;technical support&lt;/a&gt;.&lt;/p&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18945/what-do-the-table-user-role-settings-do?show=18946#a18946</guid>
<pubDate>Fri, 06 Feb 2026 13:11:54 +0000</pubDate>
</item>
<item>
<title>Answered: How to allow WiFi settings in Kiosk Mode</title>
<link>https://qa.h-mdm.com/18942/how-to-allow-wifi-settings-in-kiosk-mode?show=18944#a18944</link>
<description>WiFi settings may be locked because they are in com.android.settings package which is disabled by Headwind MDM by default.&lt;br /&gt;
&lt;br /&gt;
Se how to enable a package here: &lt;a href=&quot;https://qa.h-mdm.com/1175/getting-application-not-allowed-message-how-allow-running&quot; rel=&quot;nofollow&quot;&gt;https://qa.h-mdm.com/1175/getting-application-not-allowed-message-how-allow-running&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Note; since kiosk mode doesn't have an option to enter settings from the expanded status bar, enabling com.android.settings in kiosk mode seems to be safe.</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18942/how-to-allow-wifi-settings-in-kiosk-mode?show=18944#a18944</guid>
<pubDate>Tue, 03 Feb 2026 14:06:29 +0000</pubDate>
</item>
<item>
<title>Answered: Bluetooth interactions not work</title>
<link>https://qa.h-mdm.com/18938/bluetooth-interactions-not-work?show=18939#a18939</link>
<description>&lt;p&gt;There is a known issue with Bluetooth connectivity on a few device models managed by MDM.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here's a possible workaround:&lt;/p&gt;&lt;p&gt;1. In Headwind MDM, open the configuration details, MDM settings, and make sure there's no restrictions related to Bluetooth.&lt;/p&gt;&lt;p&gt;2. Turn off kiosk mode if it is on. If the Bluetooth will work and require user interaction, you may need to &lt;a rel=&quot;nofollow&quot; href=&quot;https://qa.h-mdm.com/1175/getting-application-not-allowed-message-how-allow-running&quot;&gt;enable&lt;/a&gt; com.android.settings or another related package.&lt;/p&gt;&lt;p&gt;3. Check out &lt;a rel=&quot;nofollow&quot; href=&quot;https://qa.h-mdm.com/5840/how-to-get-diagnostic-info-logcat-from-the-android-device&quot;&gt;logcat&lt;/a&gt; for Bluetooth-related errors.&lt;/p&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18938/bluetooth-interactions-not-work?show=18939#a18939</guid>
<pubDate>Thu, 29 Jan 2026 07:54:36 +0000</pubDate>
</item>
<item>
<title>Answered: Headwinds reinstall failing</title>
<link>https://qa.h-mdm.com/18936/headwinds-reinstall-failing?show=18937#a18937</link>
<description>&lt;div dir=&quot;ltr&quot; style=&quot;box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;&quot;&gt;​The configuration is set to use mobile data for the internet connection, which means the device is expected to use a SIM card for connectivity.&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;&quot;&gt;&lt;/div&gt;&lt;div dir=&quot;ltr&quot; style=&quot;box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;&quot;&gt;&lt;img src=&quot;https://attachment.freshdesk.com/inline/attachment?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTU0MTAzOTU5NzAwLCJkb21haW4iOiJobWRtLmZyZXNoZGVzay5jb20iLCJhY2NvdW50X2lkIjoyOTgyMjQ1fQ.TaLwCLGxJgeLuzubKN9uO2mdN0SUHXxVjSw6rQmgIL4&quot; data-id=&quot;154103959700&quot; style=&quot;border:0px; box-sizing:border-box; cursor:pointer; max-width:100%; vertical-align:middle; width:auto&quot; class=&quot;fr-dib fr-fic fr-fil inline-image&quot; alt=&quot;image&quot;&gt;&lt;div style=&quot;box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;&quot;&gt;&lt;/div&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;Please try unchecking this option and saving the changes (Configuration details -&amp;gt; MDM settings tab).&lt;br style=&quot;box-sizing: border-box;&quot;&gt;Then refresh the QR code page and attempt the enrollment again.&lt;/div&gt;&lt;div style=&quot;box-sizing: border-box; word-break: break-word; overflow-wrap: break-word;&quot;&gt;&lt;/div&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18936/headwinds-reinstall-failing?show=18937#a18937</guid>
<pubDate>Wed, 28 Jan 2026 08:00:48 +0000</pubDate>
</item>
<item>
<title>Answered: Disable WiFi Hotspot/Tethering configuration</title>
<link>https://qa.h-mdm.com/18910/disable-wifi-hotspot-tethering-configuration?show=18932#a18932</link>
<description>Please make sure the launcher is installed in MDM mode. More details:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://h-mdm.com/compatibility/&quot; rel=&quot;nofollow&quot;&gt;https://h-mdm.com/compatibility/&lt;/a&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18910/disable-wifi-hotspot-tethering-configuration?show=18932#a18932</guid>
<pubDate>Thu, 22 Jan 2026 14:41:38 +0000</pubDate>
</item>
<item>
<title>Answered: Issue with Push Message deleteDir: Directory is not being deleted</title>
<link>https://qa.h-mdm.com/18913/issue-with-push-message-deletedir-directory-being-deleted?show=18931#a18931</link>
<description>The syntax is correct. Please try using the path: &amp;nbsp;&amp;nbsp;&amp;nbsp;/Documents/MyDir&lt;br /&gt;
&lt;br /&gt;
To monitor the results, you can enable launcher log collection:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://qa.h-mdm.com/1573/how-to-turn-on-the-launcher-logs&quot; rel=&quot;nofollow&quot;&gt;https://qa.h-mdm.com/1573/how-to-turn-on-the-launcher-logs&lt;/a&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18913/issue-with-push-message-deletedir-directory-being-deleted?show=18931#a18931</guid>
<pubDate>Thu, 22 Jan 2026 13:50:32 +0000</pubDate>
</item>
<item>
<title>Answered: APK Upload Error (Content Too Large)</title>
<link>https://qa.h-mdm.com/18929/apk-upload-error-content-too-large?show=18930#a18930</link>
<description>It was a server related issue. Solved</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18929/apk-upload-error-content-too-large?show=18930#a18930</guid>
<pubDate>Wed, 21 Jan 2026 15:41:37 +0000</pubDate>
</item>
<item>
<title>Answered: How we can active the power button on kiosk mode ?</title>
<link>https://qa.h-mdm.com/18920/how-we-can-active-the-power-button-on-kiosk-mode?show=18928#a18928</link>
<description>The &amp;quot;Lock the Power button&amp;quot; option prevents only against a long pressing of the power button and turning off the device. It is not possible to intercept and block the power button press and locking the screen.</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18920/how-we-can-active-the-power-button-on-kiosk-mode?show=18928#a18928</guid>
<pubDate>Wed, 21 Jan 2026 15:03:08 +0000</pubDate>
</item>
<item>
<title>Answered: Lock, restart, and restore factory settings on devices.</title>
<link>https://qa.h-mdm.com/18906/lock-restart-and-restore-factory-settings-on-devices?show=18925#a18925</link>
<description>1. First Check are you able to send Messages to the Device.&lt;br /&gt;
&lt;br /&gt;
2. Check the Push Notification setting in the Configuration -&amp;gt;Custom Setting. It should be MQTT protocol</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18906/lock-restart-and-restore-factory-settings-on-devices?show=18925#a18925</guid>
<pubDate>Wed, 21 Jan 2026 07:41:51 +0000</pubDate>
</item>
<item>
<title>Answered: How we can adjust  the logo on devices?</title>
<link>https://qa.h-mdm.com/18921/how-we-can-adjust-the-logo-on-devices?show=18924#a18924</link>
<description>If by logo you mean the background of Headwind MDM launcher, it is resized proportionally to fit the screen. So let me recommend using a square background with a logo in the middle.</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18921/how-we-can-adjust-the-logo-on-devices?show=18924#a18924</guid>
<pubDate>Tue, 20 Jan 2026 12:38:16 +0000</pubDate>
</item>
<item>
<title>Answered: Clear application cache of selected applications</title>
<link>https://qa.h-mdm.com/18916/clear-application-cache-of-selected-applications?show=18917#a18917</link>
<description>This can only be done manually on the device.&lt;br /&gt;
&lt;br /&gt;
To enable this feature, go to the Applications tab in the configuration settings.&lt;br /&gt;
&lt;br /&gt;
Click the menu button (...) next to the app and check the &amp;quot;Long tap opens settings&amp;quot; box in the window that appears.&lt;br /&gt;
&lt;br /&gt;
Save and close the configuration settings.&lt;br /&gt;
&lt;br /&gt;
Now, long-tapping the app icon will open a menu where you can clear the cache.</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18916/clear-application-cache-of-selected-applications?show=18917#a18917</guid>
<pubDate>Fri, 16 Jan 2026 15:57:07 +0000</pubDate>
</item>
<item>
<title>Answered: Allowed application does not work in Kiosk Mode when configuration is running before installation</title>
<link>https://qa.h-mdm.com/18907/allowed-application-configuration-running-installation?show=18915#a18915</link>
<description>&lt;p&gt;The message &quot;Attempted Lock Task Mode violation&quot; means that the OS blocks the package and you need to unblock it explicitly (more details about the issue &lt;a rel=&quot;nofollow&quot; href=&quot;https://qa.h-mdm.com/16737/some-system-apps-like-phone-dialer-work-properly-kiosk-mode&quot;&gt;here&lt;/a&gt;).&amp;nbsp;&lt;/p&gt;&lt;p&gt;You need to enable com.netflix.mediaclient package in your configuration as described &lt;a rel=&quot;nofollow&quot; href=&quot;https://qa.h-mdm.com/1175/getting-application-not-allowed-message-how-allow-running&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18907/allowed-application-configuration-running-installation?show=18915#a18915</guid>
<pubDate>Wed, 14 Jan 2026 08:05:28 +0000</pubDate>
</item>
<item>
<title>Web page kiosk mode not working</title>
<link>https://qa.h-mdm.com/18914/web-page-kiosk-mode-not-working</link>
<description>Hello, &lt;br /&gt;
&lt;br /&gt;
I’m having an issue running a web page in kiosk mode. I’ve read other related questions and tried using the Kiosk Browser.apk, but it only shows a black screen and nothing loads. I have selected and configured all the necessary attributes, such as start_url and others, but it still doesn’t work.</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18914/web-page-kiosk-mode-not-working</guid>
<pubDate>Wed, 14 Jan 2026 07:06:54 +0000</pubDate>
</item>
<item>
<title>Answered: Does Headwind Application Settings support Zebra OEMConfig?</title>
<link>https://qa.h-mdm.com/18908/does-headwind-application-settings-support-zebra-oemconfig?show=18909#a18909</link>
<description>Headwind MDM supports Zebra OEMConfig (through application settings) since version 6.29. See details here: &lt;a href=&quot;https://h-mdm.com/zebra/#oemconfig&quot; rel=&quot;nofollow&quot;&gt;https://h-mdm.com/zebra/#oemconfig&lt;/a&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18908/does-headwind-application-settings-support-zebra-oemconfig?show=18909#a18909</guid>
<pubDate>Thu, 08 Jan 2026 15:16:07 +0000</pubDate>
</item>
<item>
<title>Answered: Intent - custom command?</title>
<link>https://qa.h-mdm.com/18899/intent-custom-command?show=18904#a18904</link>
<description>&lt;p&gt;Yes, this is a correct configuration.&amp;nbsp;There are two types of intents supported by Headwind MDM. The first one is &lt;a rel=&quot;nofollow&quot; href=&quot;https://qa.h-mdm.com/18814/sending-an-intent-to-the-app&quot;&gt;sending an intent to a specific app&lt;/a&gt; (type &lt;strong&gt;runApp&lt;/strong&gt;), and the second is a system intent like &lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;android.intent.action.VIEW&lt;/span&gt; (type &lt;strong&gt;intent&lt;/strong&gt;).&lt;/p&gt;&lt;p&gt;Besides &lt;strong&gt;action &lt;/strong&gt;and &lt;strong&gt;data&lt;/strong&gt;, you can add &lt;strong&gt;extra &lt;/strong&gt;in a similar way as described &lt;a rel=&quot;nofollow&quot; href=&quot;https://qa.h-mdm.com/18814/sending-an-intent-to-the-app&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;If it doesn't work, update Headwind MDM launcher to the latest version, or contact the &lt;a rel=&quot;nofollow&quot; href=&quot;https://h-mdm.com/contact-us/&quot;&gt;technical support&lt;/a&gt; for assistance.&lt;/p&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18899/intent-custom-command?show=18904#a18904</guid>
<pubDate>Wed, 07 Jan 2026 08:12:44 +0000</pubDate>
</item>
<item>
<title>Answered: Configuration of the Photo plugin</title>
<link>https://qa.h-mdm.com/18901/configuration-of-the-photo-plugin?show=18902#a18902</link>
<description>&lt;p&gt;To use the &lt;a rel=&quot;nofollow&quot; href=&quot;https://h-mdm.com/photo-reports/&quot;&gt;photo plugin&lt;/a&gt;&amp;nbsp;(available in Headwind MDM Premium and Enterprise), request the &lt;a rel=&quot;nofollow&quot; href=&quot;https://h-mdm.com/contact-us/&quot;&gt;technical support&lt;/a&gt; for the mobile agent APK, and add it to all relevant configurations.&lt;/p&gt;&lt;p&gt;To configure the plugin, open &lt;strong&gt;Settings - Photos&lt;/strong&gt;.&lt;/p&gt;&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://h-mdm.com/wp-content/uploads/photo_settings.jpg&quot;&gt;&lt;/p&gt;&lt;p&gt;The following options are available:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Transfer photos to server&lt;/strong&gt; - set this flag to activate the mobile agent&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Paths to images&lt;/strong&gt; - if you need to retrieve images from non-standard places (standard are &lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;DCIM/Camera&lt;/span&gt; and &lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;DCIM/100ANDRO&lt;/span&gt;),&amp;nbsp;list them here.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Paths that do not require transmission&lt;/strong&gt; - this field can be used to rotate files in the directory (remove old files) without transmission to the server.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Include standard image paths&lt;/strong&gt; - set this flag to retrieve images from&amp;nbsp;&lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;DCIM/Camera&lt;/span&gt; and &lt;span style=&quot;font-family:Courier New,Courier,monospace&quot;&gt;DCIM/100ANDRO&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Get non-image files&lt;/strong&gt; - additional file extensions in case you'd like to transfer &lt;a rel=&quot;nofollow&quot; href=&quot;https://qa.h-mdm.com/17308/send-files-logs-from-devices-to-the-server&quot;&gt;non-image files&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Directory structure on the server&lt;/strong&gt; - specify the directory structure on the server where images are stored&lt;/p&gt;&lt;p&gt;&lt;strong&gt;File name template&lt;/strong&gt; - specify the template for file names on the server (NAME is the original file name on the device).&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Remove old files (days)&lt;/strong&gt; - use this parameter to remove old files on the server (0 - do not remove).&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Delete images on devices&lt;/strong&gt; - configure the file rotation parameters on devices.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Image Location&lt;/strong&gt; - set this flag to geotag images.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Disable Location Warning&lt;/strong&gt; - a custom warning text prompting user to turn on location tracking.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Add label &lt;/strong&gt;- set this flag to add the location text label to images.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Label color,&amp;nbsp;Background Color,&amp;nbsp;Transparency&lt;/strong&gt; - text label parameters.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Label Text&lt;/strong&gt; - configure the template of the text label (address is determined from the geolocation by the Android OS built-in method).&lt;/p&gt;&lt;p&gt;If you have configured everything, but the Photo plugin still doesn't work properly:&lt;/p&gt;&lt;p&gt;- Run the photo plugin mobile agent APK manually&lt;/p&gt;&lt;p&gt;- Add &lt;a rel=&quot;nofollow&quot; href=&quot;https://qa.h-mdm.com/1573/how-to-turn-on-the-launcher-logs&quot;&gt;verbose logging&lt;/a&gt; for the &lt;strong&gt;com.hmdm.sendphoto&lt;/strong&gt; package and track the mobile agent work in &lt;strong&gt;Functions - Logs&lt;/strong&gt;.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18901/configuration-of-the-photo-plugin?show=18902#a18902</guid>
<pubDate>Wed, 07 Jan 2026 07:35:04 +0000</pubDate>
</item>
<item>
<title>the APN app is not working properly, can you provide update version ?</title>
<link>https://qa.h-mdm.com/18897/the-apn-app-not-working-properly-can-provide-update-version</link>
<description>&lt;p&gt;the APN app version 1.03 Failed to add APN&lt;/p&gt;&lt;p&gt;error&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;Failed to set up APN: Not Allowed to add APN&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;Make sur Headwind MDM is installed with device owner rights!&lt;/em&gt;&lt;/p&gt;&lt;p&gt;I have checked the permissions and allow&amp;nbsp;it all&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://github.com/h-mdm/hmdm-plugin-apn&quot; rel=&quot;nofollow&quot;&gt;https://github.com/h-mdm/hmdm-plugin-apn&lt;/a&gt;&lt;/p&gt;&lt;p&gt;in this link i can see version 1.04 but no APK released&lt;/p&gt;&lt;p&gt;can some one provide updated version ?&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18897/the-apn-app-not-working-properly-can-provide-update-version</guid>
<pubDate>Tue, 06 Jan 2026 15:39:17 +0000</pubDate>
</item>
<item>
<title>Automate changing device configurations</title>
<link>https://qa.h-mdm.com/18894/automate-changing-device-configurations</link>
<description>Can a Scheduled Task be configured to automate changing configurations of devices?</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18894/automate-changing-device-configurations</guid>
<pubDate>Tue, 06 Jan 2026 07:48:20 +0000</pubDate>
</item>
<item>
<title>Scheduled Tasks - 'intent' command.</title>
<link>https://qa.h-mdm.com/18893/scheduled-tasks-intent-command</link>
<description>Can Scheduled Tasks be configured to run an 'intent' command, similar to Push Messages?</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18893/scheduled-tasks-intent-command</guid>
<pubDate>Mon, 05 Jan 2026 22:40:04 +0000</pubDate>
</item>
<item>
<title>List of URLs accessed by devices</title>
<link>https://qa.h-mdm.com/18891/list-of-urls-accessed-by-devices</link>
<description>For additional protection of our Headwind MDM instance, I would like to limit access to the web panel. &lt;br /&gt;
&lt;br /&gt;
However I need to exclude URLs accessed by devices.&lt;br /&gt;
&lt;br /&gt;
Can you please tell me which URLs should be available to devices and therefore must be excluded from this restriction?</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18891/list-of-urls-accessed-by-devices</guid>
<pubDate>Mon, 05 Jan 2026 16:56:09 +0000</pubDate>
</item>
<item>
<title>Play Protect is blocking headwind inspired custom MDM app</title>
<link>https://qa.h-mdm.com/18888/play-protect-is-blocking-headwind-inspired-custom-mdm-app</link>
<description>I had developed a custom MDM app inspired from Headwind MDM source code. Problem now is google is blocking this app, as this is accessing sensitive information of the device.&lt;br /&gt;
&lt;br /&gt;
I have seen many posts facing this issue. Can anyone help me install the MDM app via QR code provisioning by solving this error ?&lt;br /&gt;
&lt;br /&gt;
I have tried removing unnecessary permission from manifest. But still unable to bypass this !&lt;br /&gt;
&lt;br /&gt;
Thanks in advance</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18888/play-protect-is-blocking-headwind-inspired-custom-mdm-app</guid>
<pubDate>Tue, 23 Dec 2025 06:53:41 +0000</pubDate>
</item>
<item>
<title>Deploy scanemul profile with headwind</title>
<link>https://qa.h-mdm.com/18884/deploy-scanemul-profile-with-headwind</link>
<description>&lt;p&gt;&lt;span style=&quot;font-family:Helvetica,Arial,sans-serif; font-size:14px&quot;&gt;Hello,&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;span style=&quot;font-family:Helvetica,Arial,sans-serif; font-size:14px&quot;&gt;we would like to deploy a Scenemul&amp;nbsp; profile via Headwind. Could you please advise on the correct procedure for doing this on a M3 Mobile SM20 running Android 11 with Scanemul version V4.1.18 ?&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;span style=&quot;font-family:Helvetica,Arial,sans-serif; font-size:14px&quot;&gt;Please note that with this Android version, writing to /Android/data/... is restricted due to Android platform limitations.&lt;/span&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18884/deploy-scanemul-profile-with-headwind</guid>
<pubDate>Thu, 18 Dec 2025 09:16:10 +0000</pubDate>
</item>
<item>
<title>Get logs from a specific application</title>
<link>https://qa.h-mdm.com/18881/get-logs-from-a-specific-application</link>
<description>Currently I get the log from the MDM launcher (com.hmdm.launcher) which I added from the Settings\Logs module of the WebPanel.&lt;br /&gt;
&lt;br /&gt;
However, when I add another application, its logs are not recorded.&lt;br /&gt;
&lt;br /&gt;
Is it possible to obtain the logs of a specific application?</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18881/get-logs-from-a-specific-application</guid>
<pubDate>Wed, 17 Dec 2025 20:51:39 +0000</pubDate>
</item>
<item>
<title>Deploy datawedge profile with headwind</title>
<link>https://qa.h-mdm.com/18879/deploy-datawedge-profile-with-headwind</link>
<description>Hello, &lt;br /&gt;
&lt;br /&gt;
we would like to deploy a DataWedge profile via Headwind. Could you please advise on the correct procedure for doing this on a Zebra TC27 running Android 14 with DataWedge version 13?&lt;br /&gt;
&lt;br /&gt;
Please note that with this Android version, writing to /Android/data/... is restricted due to Android platform limitations.</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18879/deploy-datawedge-profile-with-headwind</guid>
<pubDate>Wed, 17 Dec 2025 09:19:01 +0000</pubDate>
</item>
<item>
<title>Can I Develop/Install Plugins on HMDM with the Free Version?</title>
<link>https://qa.h-mdm.com/18877/can-i-develop-install-plugins-on-hmdm-with-the-free-version</link>
<description>&lt;p&gt;I was wondering if it is possible to develop and install custom plugins on my server while using the &lt;strong&gt;free version&lt;/strong&gt; of HMDM. Also, would I be able to add plugins created by other users?&lt;/p&gt;</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18877/can-i-develop-install-plugins-on-hmdm-with-the-free-version</guid>
<pubDate>Tue, 16 Dec 2025 12:55:05 +0000</pubDate>
</item>
<item>
<title>remote control page is stuck on loading with setup written on it.</title>
<link>https://qa.h-mdm.com/18875/remote-control-page-is-stuck-on-loading-with-setup-written-on</link>
<description>i have deployed enterprise HMDM and remote control(&lt;a href=&quot;https://mdm.appstore.et/web-admin&quot; rel=&quot;nofollow&quot;&gt;https://mdm.appstore.et/web-admin&lt;/a&gt;) page is stuck on loading with setup written on it.</description>
<guid isPermaLink="true">https://qa.h-mdm.com/18875/remote-control-page-is-stuck-on-loading-with-setup-written-on</guid>
<pubDate>Tue, 16 Dec 2025 11:41:16 +0000</pubDate>
</item>
</channel>
</rss>