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 7 answers

    MobiControl App permissions Solved Locked

    Good morning everyone, Could anyone tell me if there is a way to enable the following "Advanced Permissions" on the MobiControl App on a Samsung Galaxy S7 through a script or Feature Controls? Apps that can appear on top and Apps that can change systems settings We are using Samsung Galaxy S7s, and Version: 14.2.2.1170 of Soti MobiControl MDM, and Version 13.8.0 Build 1047 of the MobiControl App. Thank you for any suggestions that you can provide.

    Android
    6 years ago
  • 0 votes 8 answers

    Find device class name SQL

    Hello, Is It possible to find what was name of enrollments rules deleted and associated by device class name (Rule Tag) in SQL Table ? Thank you.

    Android
    6 years ago
  • 0 votes 1 answer

    Enable Remote Control On Android Enterprise

    Hello, I have a Google Pixel 3a XL device (Android Version: 9) and I'm wanting to enable the remote control option instead of the remote view option. How do I go about doing this? The device is a Work Managed Device. Thanks, John Phillips

    Android
    6 years ago
  • 0 votes 1 answer

    Create Geofences with Powerhshell

    Hey Guys, I try to Automating the Onboarding of my Customers.  I want To Automate the creation of a Geofence.  But i get the Following Error from Powershell:  Invoke-restmethod : { "$type": "ErrorDetails", "ErrorCode": 0, "Message": "Contract validation failed", "Data": [ "geofenceAddRequest.$type: Error parsing value" ], "HelpLink": null}In Zeile:2 Zeichen:7+ Invoke-restmethod -Uri https://$MCFQDN/Mobicontrol/api/geofence ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], WebException + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand I hope you can help Me.  Thank You Greeting  Daniel  __________________________________________________________________________________________________ Code:  $json=Get-Content "C:\Users\dobbertind\Documents\Exchange Online\Powershell Scripte\EMM\GeofenceVorlagenew.json" Invoke-restmethod -Uri https://$MCFQDN/Mobicontrol/api/geofences -ContentType "application/json" -Method Post -Body $json -Headers $Header2 Thats The Conent of the File:  { "$type": "Geofence", "Name": "test", "Vertices": [ { "$type": "LatLong", "Latitude": 51.48232758114372, "Longitude": 7.321427263198861 }, { "$type": "LatLong", "Latitude": 51.480049150806735, "Longitude": 7.32170621293641 }, { "$type": "LatLong", "Latitude": 51.480690597252305, "Longitude": 7.3271779193267905 }, { "$type": "LatLong", "Latitude": 51.48279528003457, "Longitude": 7.326019205032357 }, { "$type": "LatLong", "Latitude": 51.48249354910483, "Longitude": 7.321678533438556 }, { "$type": "LatLong", "Latitude": 51.48028194457554, "Longitude": 7.322204246405475 }, { "$type": "LatLong", "Latitude": 51.48076970947561, "Longitude": 7.327000036124103 }, { "$type": "LatLong", "Latitude": 51.48260045174229, "Longitude": 7.325680389288776 }, { "$type": "LatLong", "Latitude": 51.48237996477796, "Longitude": 7.322032585028522 }, { "$type": "LatLong", "Latitude": 51.48051580511012, "Longitude": 7.322622671011798 }, { "$type": "LatLong", "Latitude": 51.48091002443958, "Longitude": 7.3265816115177795 }, { "$type": "LatLong", "Latitude": 51.48245346055118, "Longitude": 7.325530185583942 }, { "$type": "LatLong", "Latitude": 51.48215947674761, "Longitude": 7.322279348257892 }, { "$type": "LatLong", "Latitude": 51.48060266728896, "Longitude": 7.322807324514047 }, { "$type": "LatLong", "Latitude": 51.48103697570167, "Longitude": 7.326304925069467 }, { "$type": "LatLong", "Latitude": 51.48234655756915, "Longitude": 7.3253607874962245 }, { "$type": "LatLong", "Latitude": 51.48203921009992, "Longitude": 7.322603476628915 }, { "$type": "LatLong", "Latitude": 51.48080311783952, "Longitude": 7.323107731923715 }, { "$type": "LatLong", "Latitude": 51.48110379201345, "Longitude": 7.326015246495858 }, { "$type": "LatLong", "Latitude": 51.48222629141484, "Longitude": 7.324996007070199 }, { "$type": "LatLong", "Latitude": 51.48193230614682, "Longitude": 7.322946799382821 }, { "$type": "LatLong", "Latitude": 51.48099688586761, "Longitude": 7.323279393300668 }, { "$type": "LatLong", "Latitude": 51.481177289843345, "Longitude": 7.325607550725595 }, { "$type": "LatLong", "Latitude": 51.48205257307644, "Longitude": 7.324759972676889 }, { "$type": "LatLong", "Latitude": 51.48187217256309, "Longitude": 7.32322574912037 }, { "$type": "LatLong", "Latitude": 51.481163926610364, "Longitude": 7.323504698857919 }, { "$type": "LatLong", "Latitude": 51.48124410594958, "Longitude": 7.325103295430795 }, { "$type": "LatLong", "Latitude": 51.481892217099805, "Longitude": 7.324631226644174 }, { "$type": "LatLong", "Latitude": 51.48174522362591, "Longitude": 7.323461783513681 }, { "$type": "LatLong", "Latitude": 51.48123742434335, "Longitude": 7.32371927557911 }, { "$type": "LatLong", "Latitude": 51.48132428514781, "Longitude": 7.324749243840829 }, { "$type": "LatLong", "Latitude": 51.48174522362591, "Longitude": 7.324373734578744 }, { "$type": "LatLong", "Latitude": 51.48162495588576, "Longitude": 7.323611987218515 }, { "$type": "LatLong", "Latitude": 51.4813510115159, "Longitude": 7.323858750447885 }, { "$type": "LatLong", "Latitude": 51.48145028185666, "Longitude": 7.324405921086923 }, { "$type": "LatLong", "Latitude": 51.48157723161486, "Longitude": 7.323837292775766 }, { "$type": "LatLong", "Latitude": 51.482477624526545, "Longitude": 7.321763646515662 }, { "$type": "LatLong", "Latitude": 51.48072037589533, "Longitude": 7.326967132004554 }, { "$type": "LatLong", "Latitude": 51.48272483658168, "Longitude": 7.325958621414954 }, { "$type": "LatLong", "Latitude": 51.48012570227965, "Longitude": 7.321795833023841 }, { "$type": "LatLong", "Latitude": 51.482478472563315, "Longitude": 7.324003249747011 }, { "$type": "LatLong", "Latitude": 51.481046267281435, "Longitude": 7.326575013957322 }, { "$type": "LatLong", "Latitude": 51.48152734244336, "Longitude": 7.322047445140183 }, { "$type": "LatLong", "Latitude": 51.48265651281907, "Longitude": 7.32186505492717 }, { "$type": "LatLong", "Latitude": 51.482589698782164, "Longitude": 7.321285697779953 }, { "$type": "LatLong", "Latitude": 51.48232758114372, "Longitude": 7.321427263198861 } ]}

    SOTI MobiControl
    6 years ago
  • 0 votes 4 answers

    Remote Control Without Notification

    Hello, with TC77 and SOTI 14.3 we have a Problem with Remote Control. In the Group permission is "Control Without Notification" activated but the User get an Notification. Where can we configure the Remote Control Notification Settings? Thanks! Marco

    Android
    6 years ago
  • 0 votes 2 answers

    Management Console - See online / connected users Solved Locked

    Hello, Is there any way to see currently connected users to the management console (Web console) ? Thank you in advance.

    SOTI MobiControl
    6 years ago
  • 0 votes 8 answers

    Handle Google-Apps Updates Solved

    Hey Guys, I just want to know how you handle Updates of Chrome, Playservices, ... in your environment? We're using many Zebra TC20 for internal use only. We have a few Apps which only needs internal access to our Servers, so the Zebras are configured with a Proxy for internet access, just for a quick view of prices, Information etc. Unfortunately the Google-Apps don't use this Proxy (configured with Zebra MX) for updateing themselves. That means we're still using Chrome, Play, Mail, ... Versions from the Zebra OS a few Months ago. A newer OS-Update doesn't contains newer App Versions of e.g. Chrome so we're now got stuck. Is there any chance to Update all this Google-Stuff by apk or do I have to change the WIFI so the Devices get unlimited Internet-Access? for example: The Chrome Version installed within the Nougat or Oreo OS of our Devices is 69.0.x. We just want to bring out an TWA Wrapper App which needs min. Chrome 74.x. I don't know at the moment how to Update Chrome to get this working.  Many Thanks and kind regards

    Android
    6 years ago
  • 1 votes 17 answers

    Zebra OEMConfig

    I can't believe it's finally here. Has anybody started using it with SOTI yet?

    Android
    6 years ago
  • 0 votes 8 answers

    Android Enterprise and phone call restrictions Solved

    We are looking to lock phones down to only be able to call one support number.  I'd like to use the enrolment of Android Enterprise as it is a lot faster to deploy and the phone call restrictions from Android Plus profile. When attempting this the Android Plus profile is not assigned to the devices. Is it possible to apply this policy to an Android Enterprise phone? Alternatively, is it possible to enrol phones to Android Plus in a way similar to Android Enterprise that reduces any manual configuration of the phone/agent installation?

    Android
    6 years ago
  • 0 votes 5 answers

    Delete location

    Due to the data protection laws, I need that from the SOTI console not see the location of the devices. Is there any way at the network level, to prevent the console from failing when locating devices?

    SOTI MobiControl
    6 years ago
  • 0 votes 1 answer

    SOTI shown Antivirus install failed with message "Device License Error

    The issue I'm having in the SOTI console log. It always shown "Devices License Error (Dev(xxxxxxxxx)LicenseGuid({CBCxxxxxxxxxxx}),LicenseType(AntiVirusLicense);) in some devices and I've checked our license enough for all devices. I think this issue is not related to license.  Did anyone can help fix this issue!?  

    SOTI MobiControl
    6 years ago
  • 0 votes 1 answer

    43 out of 45 macOS devices are "offline" and "agentless"

    I enrolled 45 macOS devices- all via the URL. All but 2 are offline. Why is this?

    SOTI MobiControl
    6 years ago
  • 0 votes 4 answers

    Allow only specific app to notify on kiosked managed device

    Hello, I would like to allow only a specific app (business app) to push android notifications (status bar and lock screen) on a kiosked managed device. Is there a simple way to do that ? Script or Feature Control ? Go the Settings / Sound & notification / Notification and manually disable all apps notifications seems rather tedious to me especially on many devices.. Environment : Version of the server : 13.4 Device Family : Android Plus I also see in the Feature Control for Android Enterprise the option "Disable All Notifications" but then, by checking this option, is there any way to allow a specific application to notify ? Many thanks for your help and answers.

    Android
    6 years ago
  • 0 votes 2 answers

    URL on home screen of Android Enterprise device

    Hi, I have created the profile on our devices and can see it in the Bookmarks of Google Chrome. Is there a way to put a shortcut on the home screen of the device to this URL?  https://discussions.soti.net/thread/website-urls-on-home-screen/?order=all#comment-a2bbd35e-b1f6-459b-ac76-dc202096c7d2 This states that you can do it with Soti lockdown but I am not sure on how we do this. We don't have Soti Surf installed either.  Is this still a feature request that is pending?

    Android
    6 years ago
  • 0 votes 6 answers

    Differnt behaviour when installing with mxconfig and app permissions Solved Locked

    Hi, I already read some forum posts about this topic. It should be possible to install an application and grant the needed permissions if the application is installed with mxconfig and a StageNow xml file.  I tested this in two ways: 1) manually copy the apk file and xml file (AppMgr to install the apk) to the device. Send script via Soti MobiControl with mxconfig xml file. The application is installed on the device with the needed permissions. 2) Building a Soti package with MC Studio. Copying the files to the device and include a postinstall script. The mxconfig command is in the postinstall script, same command as in 1). The application is installed, but doesn't get the needed permissions automatically like in 1). I tested differnt applications, same behaviour as mentioned above. Does anyone have an idea why this isn' working? Device is Zebra TC56, Android 7.1.2 with Update19 (Non GMS), Agent version 13.7.0.1031. Soti MobiControl version is 14.3.0.3144. Thanks.

    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.