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

    Trying to remove built in programs from Android devices Solved

    I am trying to remove built in applications like Samsung store and other Samsung apps. Also trying to remove some stuff that i don't need. Also is there a way to make home shortcuts from apps already existing on the device? Device:                      Samsung Tab A ( 2019)SOTI agent version:    14.5.5.1023

    Android
    4 years ago
  • 0 votes 8 answers

    Remove Chrome URL bar Solved

    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?

    Android Scripting
    4 years ago
  • 0 votes 4 answers

    How to remove existed account with script? Solved

    Hi Support I have problem that 1. My some client devices have been added personal account into Mobile Device. 2. I created and assign to "not allow add all account" 3. I want to remove gmail or other account from that device 4. how to do it. My Mobicontrol server version Version: 15.0.2.1049 My Client mobicontrol version 14.2.2 build version 1079 Device brand Samsung Model SM-G715FN  Os version 9 Enroll mode : Android Enterprise

    SOTI MobiControl
    5 years ago
  • 0 votes 3 answers

    Revoke a Certificate using API - "ErrorCode": 3500, "Message": "Certificate action failed.",

    Good Afternoon Everyone, I'm currently trying to remove certificates that were installed by our old MDM system via the API as they're causing issues with Exchange Email configuration. I'm getting an error that appears to be from MobiControl rather than a generic Rest API error but I can't find anything about it in any MobiControl documentation. The error is: Invoke-restmethod : {"$type": "ErrorDetails","ErrorCode": 3500,"Message": "Certificate action failed.","Data": [],"HelpLink": null} The script I'm running is: $MCFQDN = "https://SERVERURL/mobicontrol/api/devices/$DeviceId/certificates/$CertificateID/actions" $Body = @{"ActionKind" = "Revoke" } $Header = @{Authorization = "Bearer $token"} try{$response = Invoke-restmethod -Uri $MCFQDN -Method POST -Headers $Header -Body (ConvertTo-Json $Body) -ContentType "application/json"}catch{$($_.Exception.Message)} Does anyone have any idea what the issue might be? I'm tried removing a certificate managed by MobiControl as well and got the same error. Thanks!

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

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

  • Gold

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

  • Silver

    Beginners taking the initiative. Should have more than 500 points