There's a new home for Articles. Find Articles on Our Product Support Page.
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
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?
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
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!
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