There's a new home for Articles. Find Articles on Our Product Support Page.
Hello, I would like to grant storage access to Autoinstall application "com.honeywell.systemtools.autoinstall" via script . Can anyone help me with it ?
I found this topic: https://discussions.soti.net/thread/chrome-lockdown-disable-url-bar/ and it seems to work for them.The script perhaps needs some edit or something, or i'm doing something wrong...not sure.Either way it did not work too well for me, then again Javascript is not a language I know too well.I generally stick to HTML / CSS.The way I have it right now is: <html> <head> <style type="text/css"> </style> <script> function openUrl() { var options = "location=no, toolbar=no, menubar=no, scrollbars=yes, resizable=yes"; var theUrl = "<MCLink0>"; // TEST URL alert(theUrl); window.open(theUrl, "", options); } </script> </head> <body> <div id="Main"> <div class="row"> <ul> <td onclick="openUrl();"> <li><A href ="<MCLink0>"><img src="<MCExeIcon0>" onerror="this.style.display='none'" /><div class="txt"><MCDISP0></div></a></li> <li><A href ="<MCLink1>"><img src="<MCExeIcon1>" onerror="this.style.display='none'" /><div class="txt"><MCDISP1></div></a></li> </td> </ul> </div> </body> </html> Ofcourse I have more CSS and etc in between, but this is just the layout I have put it in.Since the topic I mentioned is locked, does anyone else have experience with this?
I've got some Samsung Galaxy Tab A 8.0 (SM-T295) devices running Android 10 and enrolled via AE. They are constantly making background notification noises, which I believe is coming to from the Google Play Store. Does anyone know of a way to disable notifications on a per app basis via a script that i can send to the devices?
Hola/Hi. SOTI MOBICONTROL - Lockdown I would like to know if, I can have only one profile created for one device (for example: Zebra TC20), where a path to an application is different on Android 9.0 and Android 10.0. My intention is that, using a variable in a script, from Launch: // ... you can launch one application or another._____Example: (script in batch language)IF %ossvers% GTR 10 Set x_apk=com.android.documentsuiIF %ossvers% LSS 10 Set x_apk=com.google.android.documentsui And on the Launcher line ... Launch://%x_apk%_____ Is that possible? If not, what other alternative exists without creating a second profile? Thanks. ■/■ Hola/Hi. SOTI MOBICONTROL - Lockdown Querría saber si puedo tener creado solo un perfil para un dispositivo (por ejemplo: Zebra TC20), en el que una ruta a una aplicación, es diferente en os Android 9.0 y Android 10.0. Mi intención es que, usando una variable en un script, desde Launch://... pueda lanzar una aplicación u otra._____Ejemplo: (script en lenguaje batch)IF %ossvers% GTR 10 Set x_apk=com.android.documentsuiIF %ossvers% LSS 10 Set x_apk=com.google.android.documentsuiY en la linea del Launcher… Launch://%x_apk%_____ Es eso posible?Si no es así, que otra alternativa existe sin crear un segundo perfil? Gracias.
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
Hi there, I'm looking for a possibility to automate the confirmation of the terms and conditions, when enrolling the Samsung Knox E-FOTA One App to Tablets (SM-T505). After installation of the agent via package, I start the agent with a Task ("start com.samsung.android.knox.core.efota"), which works well. In Step 2 of the installation, the user needs to click "Accept and Continue", to register the agent completely. See the following link for details: Samsung Documentation -> Step 2 With "identify_activity" I've received the following activity: com.samsung.android.knox.core.efota/com.samsung.android.knox.efota.activities.EnrollmentActivity But as I'm not an expert, when it goes to scripting, maybe somebody can help me here? Maybe this could work via sendintent? Thanks for your help! Best, Daniel
Hi I have used the .cmd method, script below, but had the off/on all in one file, this worked fine turning off and back on the WIFI, Bluetooth but when I tried with mobile data I received a log entry Script command is not supported by device (setmobiledata) so the setmobiledata 0 does not seem to work. This is on a Honeywell EDA51 on Android Enterprise and carrier O2? setradioenable bt 0setradioenable wifi 0setradioenable phone 0setmobiledata 0setradioenable bt 1setradioenable wifi 1setradioenable phone 1setmobiledata 1 Reading the help it says Note: These settings may conflict with device feature control, and settings are non-restrictive and non-persistent. Not sure where to look for this
Hello, I've managed to execute / run a file with: File://%sdcard%/servers.2xc In lockdown items, Having the file in the root of sdcard ofcourse. But it requests which app it wants to use: Is there a way to choose a package file without the request?Devices are Android 10 enrolled as device owner.CK65 - honeywell.
Hey Guys, Can someone tell me the script to downgrade a MC93 from Android 10 to Android 8.1. The .zip files is already placed on the device. I need it for every Zebra device which is usable with Android 8.1 and Android 10. Thanks for your help! Looking forward to some answers :)
Hello All, i run in trouble to start the installation of security patches from Zebra. I transfer the file (via filetransfer ;in this case ATLAS_DELTA_UPDATE_02-32-04.00-OG-U10-STD.zip). The file is stored in %SDCARD%. I crate a package with script. But i was not able to run the file via script. Can you help me with the right script / procedure? Thank you
I'm trying to set the device-name in Android itself with some sort of a script we can send. I thought using the name format in Rules would also change the devicename in Android but this doesn't seem to be the case on TC26 with Android 10.It only changes the name that shows in Soti Mobicontrol portal itself. See image (sorry in Dutch) but it says "Device name":
Hello, looks like remote controlling Samsung devices is not possible while DEX mode is running on the devices. Is there a way to shut down DEX mode by running a script?
There is an app whose developer not publish it on Google. It updates itself with no big issues on Android below 9, having the "disable install from unknown sources"unmarked on feature control. On Android 10, the permission of unknown source is set by app and not globally. There is around 3000 devices in our MC and we have granted manually this permission. After the self installation the permission sets back to denied automatically. We have sent some scripts to allow the unknown source installations to a app, but could not find one that properly set it on Android 10. We have already used: enable_system_app app_nameafw_set_permission_grant_state app_name android.permission.REQUEST_INSTALL_PACKAGES allowafw_set_permission_grant_state app_name android.permission.INSTALL_PACKAGES allow afw_set_permission_grant_state app_name android.permission.RESTART_PACKAGES allow Does anybody know any android.permission to enable Unknown source. In Android 10 this configuration may be found on Special Permissions screen.
I read in some blogs that now Android API enable MDMs to blacklist the non-required apps from managed playstore of the taditional method of whitelisting the required ones . Doees SOTI support this ?.Ref- https://bayton.org/docs/enterprise-mobility/android/managed-google-play-whitelist-or-blacklist/
Is it possible to send a script to a device to launch an application? The device is enrolled as Work Managed and is locked down in a kiosk. We have built an application to change an OS level setting when ran but only want to run it once so ideally we don't want to add it to the kiosk.ThanksJosh.
Top-tier experts who are delivering outstanding content. Should have more than 7000 points.
Experts who are consistent with great content. Should have more than 1000 points.
Highly experienced members with valuable inputs. Should have more than 700 points.
Beginners taking the initiative. Should have more than 500 points.
New contributors starting their journey. Should have more than 250 points.