Skip to main content

Fetching SureLock Settings Tag

To retrieve SureLock html tags, follow these steps:

1.  Access SureLock Settings.

     Image

2.  Tap Import/Export Settings > Export Settings > Export to File. 

     Image

3.  Select the location for the file to save and tap Image. 

     Image

4.  Enable ADB Debugging option in wearable and retrieve the file using below adb command:
Syntax: Adb pull <Source file location> <Destination location>
Example: Adb pull /sdcard/SureLock.Settings.txt E:\Foldername 

note

To enable ADB Debugging, follow these steps:

  1. Access device’s Settings option.
    Image

  2. Tap Developer Options > turn on ADB Debugging. 
    Image  

      The retrieved file will have SureLock settings in XML tags.

6.  Edit this file and make changes as per the requirement using editor (ex:Notepad++/Notepad)  on the desktop / laptop.

7.  Copy/paste the commands in Settings Over Http browser page and apply settings for different wearable devices.

note

i. While applying the settings from Settings Over Http, the device should not be in Lockdown mode
ii. After fetching SureLock settings file, disable the ADB Debugging option from device’s Settings.