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 want to modify the "Data Collection Interval" into that section "#/plugin-settings-deviceinfo" from 15 minutes to 1 minute. Should I modify it on Code or DB/Configuration Level?
ago by (120 points)

1 Answer

0 votes

The reason there's only a 15-minute interval is that Headwind MDM launcher uses battery-friendly "Worker" SDK to retrieve and send data to the server.

Therefore, you need to modify the code of both the web panel and the mobile agent, also a substantial update of the mobile agent is required (you need to change from Worker to another background task SDK, for example, create a Service).

ago by (37.8k points)
...