Enable App notifications with script

BG
Bastian, Goud
Dalosy Projecten BV

Hi,

I’m looking for a way to activate notifications for the app Microsoft teams. I can install teams with SOTI and it will get the proper permissions but we need to manually enable the notifications.

Does anyone know a way to enable these notifications with a script?

It’s a Oukitel phone that runs a default android enterprise agent.

Soti version                        15.3      

Soti agent                           14.4.7.1084

Android version                   10

Device                               OUKITEL_WP5Pro

4 years ago
Android Scripting
ANSWERS
R
RRMOD@SOTI
4 years ago (edited 4 years ago)

Hi Bastian,

Thanks for requesting an answer from Support Staff.

Currently, Mobicontrol does not have any feature to enable the notifications for third party applications. However, I would like you to create a support case(click here) or call SOTI Support team(click here) to raise a Feature Request to have a Feature control for enabling app notifications. These feature requests should be insisted by customers via Support case.

As a workaround, you can perform the following steps on one of the Andriod Plus device to capture the URI of toggle and Implement the same in the AE devices via writesecuresetting.

Watchsettings command to get the identify the settings does not support AE devices.But, once you identify the settings you can use deliver settings change via Writesecuresetting in AE devices 

  • To turn identify settings: watchsettings on
  • Toggle the settings you want to identify on the device
  • Check the Information panel for results (if MobiControl is able to identify under the Logs section on the device panel )
  • Disable the watchsettings using the script: watchsettings off
  • To convert the URI data to a script that can be sent to the device do the following:
  • Format the script using the command and send to AE devices: writesecuresetting
  • writesecuresetting -sys screen_off_timeout 1800000

Also, if this post has helped you in solving your inquiry, I would request you to mark the particular comment as "is solution", so others may benefit from this information.

BG
Bastian, Goud
4 years ago

hi,

I did a test on a android+ device and the watchsettings command doenst capture the changes in app notifications.

We will manually set the notification then.

R
RRMOD@SOTI
4 years ago

Hi Bastian,

Thanks for requesting answer from Soti Support.

Thanks for an update.I would like you to create a support case (click here) or call SOTI Support team(click here) to raise a Feature Request to have a Feature control for enabling app notifications for Andriod devices. These feature requests should be insisted by customers via Support case.

Also, if this post has helped you in solving your inquiry, I would request you to mark the particular comment as "is solution", so others may benefit from this information.