There's a new home for Articles. Find Articles on Our Product Support Page.
Dear community, I've tried to apply a background in the lockdown mode, but It doesn't work for me. The result was that the background applies, but the apps are gone or the background doesn't apply. The code that I use is: <img src = "<MCImg_Momo icon (M).jpg>" /><html xmlns="http://www.w3.org/1999/xhtml"><head> <title>Dynamic Android Lockdown</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- ********************************************************* DO NOT EDIT --ABOVE-- ********************************************************** --> <style> /* BACKGROUND COLOR */ html, body { background-color: #fff; } /* HEADER BACKGROUND COLOR */ #header { background-color: #0099d3 !important; } /* FOOTER BACKGROUND COLOR */ #footer { background-color: #0099d3 !important; } /* THIN BORDER LINES COLOR */ #app { border-top: 5px solid #666; border-bottom: 5px solid #666; } /* APP TEXT COLOR */ .app-item-title, .customdata-text { color: #333; } </style> <script> // Adding a Background // When configuring your lockdown Home Screen Items, create a new lockdown item with the Display Name named exactly: Background // The package name can be anything (i.e. Custom #) // Specify use custom image, upload and select the image to be used for the background #Background{ background: "<MCImg_Momo icon (M).jpg>"; } // Changing the logo // When configuring your lockdown Home Screen Items, create a new lockdown menu item with the Display Named exactly: logo // The package name can be anything (i.e. Custom #) // Toggle use custom image, upload and select the image to be used for the logo in the header. If no logo is specified it will use the SOTI logo // Configure your page layout here. If the number of apps goes over what can fit on one page a new page that you can swipe to will be added // Icons will change size to fit the screen. Less columns and rows will result in bigger icons for the apps // Apps per column (MIN:2 - MAX: 5) var columns = 5; // Apps per row (MIN:2 - MAX: 5) var rows = 3; // Flip rows and columns to match screen orientation. If set to true and the layout in this example is configured to be 3x2, when the device is rotated to landscape mode it will orient into a 2x3 layout var flip = true; // To change the app icons please select use custom image when configuring your Home Screen Items and provide the image to be used instead of the default icon // Reserves a section that will show device information/custom messages at the bottom of the page. If set to false will leave more room for the apps var showdata = true; // Size of data section, small = false : large = true. If set to true creates a bigger area on the bottom of the screen for additional text var datasize = false; // Column width: Full width = large | Half width = medium | Third width = small var customMessageWidth = "small"; // Show device IP Address var ip = false; // Show device MAC Address var mac = false; // Show device Serial Number var serialNumber = false; // Custom messages, additional macros, leave empty if not in use var customMessage1 = ""; var customMessage2 = ""; var customMessage3 = ""; var customMessage4 = ""; </script>
I have managed to file sync the picture local and got it to apply via "Send Script" but the image is stretched. I have tried matching the resolutions but still don't have any change.Device: Samsung Tab A (2019)Soti agent: 14.5.5.1023
Hi All, Is there a way using script to remove wallpaper file ? Ideally we don't want to unlock devices and manually revert back to default wallpaper. The devices are TC75's on LL and enrolled with Android Plus . We are running 15.1 version of Mobicontrol. I have tried the below scripts however it almost seems as a system protected file "permission denied" del "/data/data/com.android.settings/files/wallpaper" del "/data/system/users/0/*.*" Kind Regards Walid
Hi all, How do you change the wallpaper on modern windows via mobicontrol?Regards,Carmadi
Hi all, Is there an easy way of deploying new wallpaper to all Window Modern device ? I'm had tried to build a package but not successfully. any advise ?
Hi All, Is there a way using file sync or similar to auto push wallpapers to devices? ideally we don't want to unlock devices and manually configure them due to numbers. We have TC75 devices enrolled with Android Plus and they state they have an API level of 23. We are running 13.3 version of Mobicontrol. any help would be great!
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