Fetching SureLock Settings tag
To retrieve SureLock html tags, follow these steps:
1. Access SureLock Settings.
2. Tap Import/Export Settings> Export Settings > Export to File.
3. Select the location for the file to save and tap .
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:
- Access device’s Settings option.
- Tap Developer Options > turn on ADB Debugging.
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.