There's a new home for Articles. Find Articles on Our Product Support Page.
Hi The user has an Endroid Devices, where I allow him some Apps, but when he has a google account, he is allowed to download and install any apps he wants, I need to be able to prevent this from happening ?? Thanks Darius Hofer
Hi, is it possible to set permissions for specific group? I want to manage only 1 device group for specific administrator but this account shouldn't see other device group (not view not manage). He should see and manage only 1 specific device group. Thanks
Does anyone know where this list populates from? It shows when I select files to add to the package. I'd like to clear it out and I've searched the reg and text files for a string from it. I've had no luck. MobiControl Package Studio 14.4.1 build 196 for zebra mc55X (WinCE) devices . Thanks !
Hi All, I am facing an issue after upgrading to v14. Devices with OS as Windows Embedded CE 6.0 are trying to connect to the deployment server but they are getting reset and not showing up on the Management Console. Below is the log for the same. Please help me resolve this. Your quick help on this will be highly appreciated. ------ Good Device Log (Windows Mobile OS) Line 14942: 2020-06-05 08:34:39,905 (0x00001718) [INFO ] <126> Comm.Client.15368: Accepted a new connection from [::ffff:10.189.240.198]:1027. Line 14943: 2020-06-05 08:34:40,061 (0x00001a00) [INFO ] < 40> Comm.Client.15368: Client [::ffff:10.189.240.198]:1027 authenticated. Cipher: Aes128/128 Line 14947: 2020-06-05 08:34:41,029 (0x00001718) [DEBUG] <126> Comm.Client.15368: Received message: DeviceInfoMsg:{},DeviceInfoMsg:{"Snapshot":{"SnapshotId":1,"DeviceId":"{00000000-3034-0801-1600-F01972QA1914}","DeviceName":"DO NOT TAMPER!!","DeviceClass":"91CC28B1-2DCF-768F-08BE-3B131AE25F5B","Ssid":"b4","LocalIP":"10.189.240.111","Platform":"PocketPC"},"PackageList":Byte[196]},Message:{"TimeStamp":"6/5/2020 1:34:41 PM"} ----------- ------- Bad Device Log (Windows Embedded CE 6.0 OS) Line 1688: 2020-06-04 15:13:10,931 (0x0000180c) [INFO ] < 5> Comm.Client.195: Accepted a new connection from [::ffff:10.189.155.34]:49188. Line 1689: 2020-06-04 15:13:11,114 (0x00000fc4) [INFO ] < 14> Comm.Client.195: Client [::ffff:10.189.155.34]:49188 authenticated. Cipher: Rc4/128 Line 1690: 2020-06-04 15:13:11,239 (0x0000180c) [ERROR] < 5> Comm.Client.195: Connection with [::ffff:10.189.155.34]:49188 has been reset.
I'm using whitelist in application run control and I have been able to successfully whitelist a few apps, however one of the apps will not appear despite it being installed on the phone. Is there anything I can try to make this appear? Also, is it possible to force apps to appear on the first home screen? I've added some system apps and there appear here, however I have a webclip and this appears on the second screen.
Hello Everyone I create a new agent to my device Zebra TC720L Android 8.1, Im using the android fo work option (downloaded from play store) because the server version is not compatible with the device. I can installed and configure it but when I tried to remote control I just have the option. I created many agents with different options but I got the same result. I copy the agent for other sites with the same characteristics and the other devices are working normally but this device shows the same "Remote view" I checked the scanner ans it shows like the following image. if you have an idea how I can solve it, It will very appreciated. Thank you.
Hi all, Is there a way to make an application being automatically pushed to the home screen of the android device ? I've looked the configurations in a profile and couldn't find a possible way to do that. I know it's doable for URL web browser Thanks in advance,
Hello, I am getting SSL handshake failures in my fleet of TC70 and TC70X devices, but all the certificates appear to be valid on both the server (14.2) and devices (TC70 5.1.1 and TC70X 7.1.2). How can I go about troubleshooting?Thank you
Hello, I have a problem with propably lockdown ( Soti Mobicontrol ). When the lockdown is on, screen is blinking every a few minutes. It is look like lockdown want to reload/refresh. I removed all external links (for example JS/CSS/Img files ) and files reference from lockdown, because I thought that files refreshed and then reloaded lockdown. I don't idea where is the problem.. Without lockdown, it works well. Maybe this issue appear when the devices lost connection to the internet and then connect? Then the lockdown try to reload screen or something. Agent: 13.9.0.1046 Device: Zebra TC56 OS: Android 7.1.2
Good day Does anyone know how to get the Motorola TC55 to scan continuous without having to press OK all the time. Basically i just want it to auto accept. Regards Vincent
Hi support I Want to open application on my device How to open it I use script as below showmessagebox "New Information please go tp App XX" NO_TIMER 1 YESif %ShowMessageBoxReturn% == IDYES goto Open App.APK << How to Open App?
Hello dear SOTI-community, I want to enforce a lockdown on our Android devices with only two or three apps being offered to the user. Unfortunately, I currently have to enable the settings app as well, because if I update one of our apps (self-programmed app), the device will prompt the user for permissions, which he or she is not allowed to permit if the settings app is not enabled. I am already using a post-install-script, but the commands don't seem to work: afw_set_permission_grant_state com.ignitix.systemone net.soti.mobicontrol.permission.DEVICE_INFO allowafw_set_permission_grant_state com.ignitix.systemone net.soti.mobicontrol.permission.DEVICE_INFO_ELM allowafw_set_permission_grant_state com.ignitix.systemone net.soti.mobicontrol.permission.DEVICE_INFO_AFW allowafw_set_permission_grant_state com.ignitix.systemone net.soti.mobicontrol.permission.GET_DATA allowafw_set_permission_grant_state com.ignitix.systemone net.soti.mobicontrol.permission.GET_DATA_ELM allowafw_set_permission_grant_state com.ignitix.systemone net.soti.mobicontrol.permission.GET_DATA_AFW allow;afw_set_permission_grant_state com.ignitix.systemone android.permission.CAMERA allow;afw_set_permission_grant_state com.ignitix.systemone android.permission.RECORD_AUDIO allow;afw_set_permission_grant_state com.ignitix.systemone android.permission.WRITE_EXTERNAL_STORAGE allow;afw_set_permission_grant_state com.ignitix.systemone android.permission.READ_EXTERNAL_STORAGE allow;afw_set_permission_grant_state com.ignitix.systemone android.permission.CALL_PHONE allow;afw_set_permission_grant_state com.ignitix.systemone android.permission.ACCESS_COURSE_LOCATION allow;afw_set_permission_grant_state com.ignitix.systemone android.permission.ACCESS_FINE_LOCATION allow;afw_set_permission_grant_state com.ignitix.systemone android.permission.RECEIVE_SMS allow;afw_set_permission_grant_state com.ignitix.systemone android.permission.SEND_SMS allow;afw_set_permission_grant_state com.ignitix.systemone android.permission.WRITE_SETTINGS allow;afw_set_permission_grant_state com.ignitix.systemone android.permission.VIBRATE allow;afw_set_permission_grant_state com.ignitix.systemone android.permission.WAKE_LOCK allowafw_set_permission_grant_state com.ignitix.systemone android.permission.ACCESS_WIFI_STATE allowafw_set_permission_grant_state com.ignitix.systemone android.permission.ACCESS_NETWORK_STATE allowafw_set_permission_grant_state com.ignitix.systemone android.permission.ACCESS_FINE_LOCATION allowafw_set_permission_grant_state com.ignitix.systemone android.permission.ACCESS_COARSE_LOCATION allowafw_set_permission_grant_state com.ignitix.systemone android.permission.BLUETOOTH allowafw_set_permission_grant_state com.ignitix.systemone android.permission.BLUETOOTH_ADMIN allowafw_set_permission_grant_state com.ignitix.systemone android.permission.CALL_PHONE allowafw_set_permission_grant_state com.ignitix.systemone android.permission.CHANGE_WIFI_STATE allowafw_set_permission_grant_state com.ignitix.systemone android.permission.FOREGROUND_SERVICE allowafw_set_permission_grant_state com.ignitix.systemone android.permission.GET_ACCOUNTS allowafw_set_permission_grant_state com.ignitix.systemone android.permission.INTERNET allowafw_set_permission_grant_state com.ignitix.systemone android.permission.KILL_BACKGROUND_PROCESSES allowafw_set_permission_grant_state com.ignitix.systemone android.permission.READ_PROFILE allowafw_set_permission_grant_state com.ignitix.systemone android.permission.READ_CONTACTS allowafw_set_permission_grant_state com.ignitix.systemone android.permission.READ_PHONE_STATE allowafw_set_permission_grant_state com.ignitix.systemone android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS allowafw_set_permission_grant_state com.ignitix.systemone android.permission.REQUEST_INSTALL_PACKAGES allowafw_set_permission_grant_state com.ignitix.systemone android.permission.RECEIVE_BOOT_COMPLETED allowafw_set_permission_grant_state com.ignitix.systemone android.permission.VIBRATE allowafw_set_permission_grant_state com.ignitix.systemone android.permission.WAKE_LOCK allowafw_set_permission_grant_state com.ignitix.systemone android.permission.WRITE_SETTINGS allowafw_set_permission_grant_state com.ignitix.systemone android.permission.WRITE_EXTERNAL_STORAGE allowafw_set_permission_grant_state com.ignitix.systemone com.honeywell.provisioner.ACCESS allowafw_set_permission_grant_state com.ignitix.systemone android.permission.NFC allowafw_set_permission_grant_state com.ignitix.systemone android.permission.CAMERA allowafw_set_permission_grant_state com.ignitix.systemone android.permission.RECORD_AUDIO allowafw_set_permission_grant_state com.ignitix.systemone android.permission.FLASHLIGHT allowafw_set_permission_grant_state com.ignitix.systemone com.android.settings/.Settings$AppWriteSettingsActivity allowafw_set_permission_grant_state com.ignitix.systemone com.android.settings.Settings$AppWriteSettingsActivity allowafw_set_permission_grant_state com.ignitix.systemone com.android.browser.permission.READ_HISTORY_BOOKMARKS allowafw_set_permission_grant_state com.ignitix.systemone com.google.android.gms.permission.ACTIVITY_RECOGNITION allowbatteryoptimize allow com.ignitix.systemone Although it should permit practically everything, our Android 7.1.0 devices still want the permission for system setting access and battery optimization from the user. Our Android 8 devices want even more permissions to be sanctioned by the user. Which script command will work properly? Does anyone have any experience regarding this type of problem?
HI SOTI Support I want to provide open Application after user click OK on Device message (use Mobicontrol send message function) Step as Below 1. I send Message to information 2. Device Have been shown message 3. user click 'OK' in message 4. Open Application after click 'OK' I'm not sure send message can do it or may be use another function
Possibly caused by recent Windows 10 updates. Studio launches and allows selecting folders but crashes when creating project. Does not crash if only selecting files. Have tried running as admin and in various compatibility modes.
Hello, Does anyone have any experience in configuring and enabling hotspot while in lockdown? Ideally, we would like the end-user to have this functionality as it's needed for work use to connect our RFID scanners in the field. I know there is no such feature in SOTI Settings and I am not sure if there is a way to script it via a shortcut on the lockdown. Models: S7, S8, S8+, S9, S9+, Note8, Note9, Note10, A50 (some models are AT&T firmware and some unlocked) OS: 7.11, 8.0, 8.1, 9.0, and 10. DA+ 95% majority, only about 10-11 devices enrolled with AE.
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.