Community - SOTI MobiControl

Community - SOTI MobiControl

There's a new home for Articles. Find Articles on Our Product Support Page.

SOTI MobiControl Discussions


  • 0 votes 1 answer

    KB5022286 cause Mobicontrol search service to stop Solved

    Hi, we have an on-premis server running latest version. Since the KB5022286 was installed today we have had lot of problems in the enviroment and the search service stopped working so we cannot see our devices. Anyone else?

    SOTI MobiControl
    3 years ago
  • 0 votes 7 answers

    App permissions in the Play Store Solved

    Hello all,  I would like to add apps to our Mangaged Play Store that only a certain group of devices can see. The other apps should then be visible to other devices.  Does anyone here have an idea how I can restrict this? 

    Android
    3 years ago
  • 0 votes 5 answers

    Anyone been able to get Samsung A14 devices enrolled with Remote Control working?

    Hey All, I have tried to enroll Several Samsung A14's because our verizon rep said they cannot sell A13's anymore. When you try to download the mobi control OEM Specific plugin for samsung it says it is not compatible with this device. So I created an enterprise enrollment policy and enrolled it with the AFW#mobicontrol and our enrollment ID. Which does enroll it as a work managed device. However, it does not prompt for knox activation and the MDM API listed is not samsung knox and only shows Remote view. The Release notes show that Enterprise and Classic android are supported for android 13. Is the A14 simply not supported yet?

    SOTI MobiControl
    3 years ago
  • 0 votes 4 answers

    file.writeText() not creating file Solved

    HiI've had this script that I run to let the user assign a name to the device. This worked on an older version of Mobicontrol but on the latest version I'm getting an error where the script fails to write to a file. #!/usr/bin/env js var file = new mobicontrol.io.File('/sdcard/SOTI/attr_devicename.ini'); mobicontrol.message.createTextPromptDialog('Device name?') .withQuestionIcon() .withCallback(onConfirm).show(); function onConfirm(result) { if (result.inputText != null) { mobicontrol.log.info(result.inputText + ' is the name of the device'); file.writeText('[DeviceInfo]' + '\n' + 'DeviceName = ' + result.inputText); mobicontrol.agent.checkIn(); } }  

    Android Scripting
    3 years ago
  • 0 votes 3 answers

    How to create an email profile? Solved

    I want to set automatic alerts over email but I dont have an email profile for this. Could you please guide me how to create an email profile.

    SOTI MobiControl
    3 years ago
  • 0 votes 2 answers

    Call a PowerShell script on Windows Modern devices

    I would like to create a package for Windows Modern devices that will send some files over and then run a PowerShell .ps1 script. Is this possible?   Is this the proper way to call a batch file using a script delivered via a package? c:\basys\Retread.Mfg.Client.Windows_1.37.4.0_Test\ActiveSetupConfiguration.bat It does not run on the target device  

    Windows
    3 years ago
  • 0 votes 8 answers

    Devices associated with enrolment policy

    Hi, I want to delete an enrolment policy. However MC is preventing this as "Unable to delete policy as devices are associated with this policy" I have no idea which devices have been enrolled with that particular policy. Is there a way to filter for these devices?  ThanksAdam

    SOTI MobiControl
    3 years ago
  • 0 votes 5 answers

    Moving Android Devices Between Groups With Different App Policies Doesnt Remove redundant Apps

    I have two groups One has a set of apps assigned through an app policy, the other has no app policy. I have set up a signal configuration so if a sim is changed in the phone then it moves the phone to the group which has no apps assigned. When I change the sim on the phone it correctly moves the phones to the other group, but it doesn't remove the apps from the previous app policy. How do I get it to remove them?

    SOTI MobiControl
    3 years ago
  • 0 votes 7 answers

    Script to change settings in TE_settings or Entreprise browser Solved

    I need a script to change specific Etreprise Browser settings in CK65 devices. below the xml of one setting <?xml version="1.0" encoding="UTF-8"?> <ConfigDoc name="EnterpriseBrowser"> <Section name="Configuration"> <Key name="pref_key_show_maintenance_due_alerts">false</Key> </Section> </ConfigDoc>

    SOTI MobiControl
    3 years ago
  • 0 votes 2 answers

    QUIC Protocol in Enterprise Networks

    Does anyone have issues with Android devices failing to initiate TCP traffic behind enterprise firewalls after the QUIC (UDP/443) is dropped? I have Zebra devices with an Enterprise Binding to the Google Play store but they fail to present the opportunity to download the app in the Play Store. It just states the application isn't available in the Play Store application. The expected behavior for the QUIC protocol failing is the device then starts to communicate on TCP but some of these Zebra devices never do. Our company blocks UDP 443 traffic to Google destination hosts. 

    Android
    3 years ago
  • 0 votes 3 answers

    Anyway of turning a tablet on through soti? Solved

    Might be a silly one but is there a way of turning a tablet on that has been turned off? Is there a script or anything it has mobicontrol installed on it.

    Android
    3 years ago
  • 0 votes 11 answers

    Cant find app in Manage Google play store

    Hello, I have difficulties installing the customer’s application on the device. The application can be installed on Android device from Play store after sign in with specific customer’s google account. It is not available only for the specific customer's account. I have created Enterprise Bindings with this account and connect it with the enrollment policy. Next, I’m creating app policy in order to search and install the application on the enrolled device, but the app isn’t available in the search to be approved. Best regards, Drago

    SOTI MobiControl
    3 years ago
  • 0 votes 2 answers

    Android 11(Honeywell) - Copy .wldep files

    Hello, a few weeks ago I had a problem installing Velocity package in a Zebra with Android 11 because I try to copy wldep files to this folder - %sdcard%\Android\data\com.wavelink.velocity\files\  - and from what I understood after Android 10 SOTI doesn't have access to  the application folder. I search a little bit and solve the problem copying the wldep file to this folder - enterprise\usr\ and then apply a script to change file permission. Now I have the same problem with a Honeywell device (Honeywell CK65 Android 11) and I try to do the same, but it seems that enterprise\usr\ folder doesn't exist on the device. There is another folder I should copy these files in Honeywell?

    Android
    3 years ago
  • 0 votes 5 answers

    OS Upgrade on Topicon devices using File Synchronization rule

    Hello, Team! We're attempting to upgrade the operating system on Topicon devices with SOTI. One device is running Android 11 while the other is running Android 7. We are copying the zip file to the root directory of the SD card using file synchronization rule. The file synchronization rule includes a post execution script. The file is being transferred to the device. However, neither the post-script executed nor the error is thrown. We've tested following scripts. sendintent -b "intent:#Intent;action=com.utility.updatemanager.UPDATE;S.file=/storage/emulated/0/update mdt760 microlise 1.9.8.zip;end" sendintent -b "intent:#Intent;action=com.utility.updatemanager.UPDATE;S.file=/sdcard/update mdt760 microlise 1.9.8.zip;end" sendintent -b "intent:#Intent;action=com.utility.updatemanager.UPDATE;S.file=/storage/sdcard0/update mdt760 microlise 1.9.8.zip;end" We've tried install_system_update  script as well which says as not supported. Can someone please tell me what could be wrong? 

    SOTI MobiControl
    3 years ago
  • 0 votes 4 answers

    Android 11 set files and folder permissions Solved

    How can i set File and folder permissions for an app we installed for production When the device isn't on soti I can change the settings to "allow management of all files" when the device is managed by Soti I can't adjust it, it is greyed out on "Allow access to media only"

    Android
    3 years ago

Top 3 Contributors of The Week

View All

Earn Contributor Badge

More info
  • Diamond
    Diamond New

    Top-tier experts who are delivering outstanding content. Should have more than 7000 points.

  • Platinum
    Platinum

    Experts who are consistent with great content. Should have more than 1000 points.

  • Gold
    Gold

    Highly experienced members with valuable inputs. Should have more than 700 points.

  • Silver
    Silver

    Beginners taking the initiative. Should have more than 500 points.

  • Bronze
    Bronze New

    New contributors starting their journey. Should have more than 250 points.