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

    Show Notifications in Android Device wiht Lockdown

    Hi ecveryone! It's possible to chose show or hidden notification with a personalizate lockdown? In some devices, the users can't see notifications in the bar status when receive any massage or GHangout message, for example. It's possible to activate the notifications of any app by sending script to the Android device? Mobicontrol v13.4 Thanks!!

    Android
    5 years ago
  • 0 votes 4 answers

    writesecuresetting script Solved Locked

    Hi SOTI support I want to use script that 1. change device from vibration to sound  2. Set sound volume 3. use writesecuresetting  -sys  I try to find writesecuresetting   -sys document but i cannot  Device Samsung Mobile Android 8-10 Google Enterprise

    Android Scripting
    5 years ago
  • 0 votes 1 answer

    Un-enroll endpoint devices via script?

     Hello everyone! It's possible to unenrolled or uninstall completely agents in devices via Script in Windows?  The objetive is unenrolled/uninstall Windows Agents completely and avoid a new automatic registration.       Thanks!!         Regards.

    Windows
    5 years ago
  • 1 votes 3 answers

    Run Script as Administrator on Desktop Classic

    Hello, i observed scripts run through mobicontrol client always get executed as the current logged in user in the windows desktop classic environment. Is there anything i can do to execute a script or shellexecute a batch as different user or admin? As an example i want to run a batch as admin with a mobicontrol script: shellexecute C:\test\test.cmd -openThe only other solution would be the run everything else as Admin with Autologin, but i am feeling a bit unsecure about that as previlege escalation under a windows admin account can be really concerning...Has anyone a solution for this?

    Windows
    5 years ago
  • 0 votes 3 answers

    Android Enterprise - disable OS update Solved Locked

    Hi everyone, We recently deployed 30 Android devices. They have been enrolled while being on Android OS 9. Some end-users updated their devices and now Mobi app doesn't connect anymore to our DS. The reason is that our mobicontrol server have a self-sign certificate with SHA1 and Android 10 doesn't support it. We have an inventory of Windows Mobile CE 6.5 (which don't support TLS 1.2) and we don't wanna update this certificate yet because it would disconnect all those PC pockets. I've pushed a script to disable the system OS update but I believe this script only last 30 days on Android Enterprise devices. Is pushing the script again after 30 days will extend the policy ? Thanks for your help,

    Android Scripting
    5 years ago
  • 0 votes 3 answers

    install_system_update Script through Package Studio is failing

    I am trying to update our TC70x devices to the latest Oreo LG patch. I used file sync to get the ZIP on all the devices and then scheduled the script (install_system_update %sdcard%/mdm/CFE_ATLAS_02-13-15.00-OG-U20-STD.zip) to install outside of production hours. When I woke up I saw that this failed. I went to one of the devices and just sent the script through the script button on SOTI and the device updated fine. So I am not sure what I am doing wrong here.

    Android
    5 years ago
  • 0 votes 2 answers

    Automate Add Device Rule

    Hello  I am looking for a solution to create a add device rule for AE Devices via a script.  Anyone know how to go about this?

    Android
    5 years ago
  • 0 votes 2 answers

    Launch MobiControl agent via script Solved

    Hello, Could someone please tell me how to launch the MobiControl agent via script ? I try this : sendintent -a "intent:#Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;component=net.soti.mobicontrol.coppernic;end" But as you can see bellow, the system requires manual action (and I want to launch the script on 1000+ Android+ devices) : Many thanks for your help !

    Android Scripting
    6 years ago
  • 0 votes 3 answers

    MobiControl run/kill APK Solved

    Hi there, i installed a custom application which changes the background/lockscreen image. Installation with MCPS works fine. Now i want to start/kill the application via script but i think i'm doing it wrong. Application: BackgroundChanger.apk <-> BackgroundChanger.pkg I found: kill_application BackgroundChanger start BackgroundChanger Do i have to add something because nothing is happening.

    Android
    6 years ago
  • 0 votes 1 answer

    How can I disable voicemail via a script?

    Hi all, I am relatively new to SOTI and am currently adding up to 2500 Samsung A50e devices to my estate. We have a mix of voice/data connections with some voice connections only being required to make and receive calls. At the moment voicemail is activated on all devices. I'd like to create a script that I can deploy to specific profiles to disable voicemail but have no idea where to start. Can any of you help? Thanks James IT EUC Manager Travelodge

    Android Scripting
    6 years ago
  • 1 votes 1 answer

    Script to deactivate a programmable button on a Crosscall Core X3 - Android 8.1 - SOTI 13.4.0.5290

    Dear Team, I would to deactivate a programmable button of 150 device with a script. On Crosscall the "WatchSettings ON" is not supported, therefore I can't record the proper script option to set. Is anyone knows how to do that ? Thanks, Victor

    Android Scripting
    6 years ago
  • 0 votes 1 answer

    out of contact scripts

    Hi Everyone, I'm hoping you can help,  I’m trying to build a script so when a device has been offline for 14 days it will automatically move into a different group and push a kiosk mode to the device. I’m struggling to find support for this, can you help? Thanks,

    Android Scripting
    6 years ago
  • 0 votes 2 answers

    Using Android OS Version call in Script

    Is there a macro that would report back the current Android OS Version (8.1.0) for use in a script file? Specifically looking to create an IF statement that calls the current OS Version and then calls a specific MX XML file depending on if an upgrade or downgrade needs to be performed to get the device on a specific BSP. For example: IF %OSVersion%==8.1.2 mxconfig /sdcard/OSUpdate.xml IF %OSVersion%>=9 mxconfig sdcard/OSDowngrade.xml

    MobiControl - Android Script Engine
    6 years ago
  • 0 votes 1 answer

    resetpassword script command not working.

    good morning,  i am having an issue with the resetpassword script on our samsung tab A devices. the script worked in the past, but ever since we upgraded the OS to android 9 the script to reset passwords to a pincode does not work. am i doing something wrong? 

    Android
    6 years ago
  • 0 votes 6 answers

    Ability to set Home & Lock Screen via script

    Good Afternoon, I'm looking to set the Home & Lock Screen of our Android 9.0 devices running MobiControl v13.7.3.1045 with a script. So far I've been able to configure the lock screen using the script below but I am struggling to find a script that will set the homescreen as well. writeprivateprofstring LockscreenOverlay WallpaperPath "%sdcard%image.jpg"apply LockscreenOverlay In the documentation for the writeprivateprofstring command the syntax is as follows: writeprivateprofstring section [key] [value]Where the section is the name of the section in the .ini file to which the value will be written. If the section does not exist, it will be created. The name of the section is case-sensitive.Where can I find the .ini file that has all the values I can modifying using the writeprivateprofstring command?Regards,Johnathon

    Android
    6 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.