Good Afternoon,
I'm looking to set the Home & Lock Screen of our Android 9.0 devices running MobiControl v13.7.3.1045 with a script. So far I've been able to configure the lock screen using the script below but I am struggling to find a script that will set the homescreen as well.
writeprivateprofstring LockscreenOverlay WallpaperPath "%sdcard%image.jpg"
apply LockscreenOverlay
In the documentation for the writeprivateprofstring command the syntax is as follows:
writeprivateprofstring section [key] [value]
Where the section is the name of the section in the .ini file to which the value will be written. If the section does not exist, it will be created. The name of the section is case-sensitive.
Where can I find the .ini file that has all the values I can modifying using the writeprivateprofstring command?
Regards,
Johnathon