Revert back to default wallpaper -Zebra TC75 devices (android plus)

WJ
Walid Jaballah
thebarcodewarehousesnapinstance

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

4 years ago
Android
ANSWERS
R
RRMOD@SOTI
4 years ago

Hi Walid ,

Thanks for posting in the SOTI Central.

Please send the following script to one of the devices.

 
writeprivateprofstring LockscreenOverlay
apply LockscreenOverlay
 
 
WJ
Walid Jaballah
4 years ago

Hi,

The issue still occurring, from the below logs it looks like the suggested script is not supported

8:55:59 AM
Information
Feature is not supported (LockscreenOverlay)
 
8:55:58 AM
Information
Script was sent to device (writeprivateprofstring LockscreenOverlay apply LockscreenOverlay)
R
RRMOD@SOTI
4 years ago