Purpose
This article is intended to assist customers in migrating the WearOS device from Device Admin to Device Owner enrollment, which helps to fully manage the WearOS devices from the SureMDM console.
By default, WearOS devices get enrolled in Device Admin mode, which is a legacy mode of enrollment. Migrating the WearOS device from Device Admin to Device Owner enrollment provides greater control over the devices.
Key benefits
- Complete Device Control.
- Silent App Management.
- Kiosk / Lockdown Mode.
- Advanced Security Policies.
How to identify if a device is enrolled in Device Admin or Device Owner:
- The Enrollment Mode in the Device info section will show as Not Supported if it is enrolled as Device Admin.
- The Enrollment Mode in the Device info section will show as Fully Managed if it is enrolled as Device Admin.
Prerequisites
- There should be no accounts on the WearOS device. Remove any existing Google accounts if present.
- ADB tools should be installed on the computer.
Steps
- Connect the device to ADB by following the steps.
1.1. Developer options should be enabled on the device.
1.2. Open Settings on the WearOS device.
1.3. Go to System → About.
1.4. Tap Build number until it says “You are now a developer”
1.5. Go back to Settings → Developer options.
1.6. Turn on: ADB debugging and Debug over Wi-Fi.
1.7. In Developer options → Debug over Wi-Fi, note down the IP address along with the
port number.
1.8. Launch the ADB tool on the computer.
1.9. Then run the command: adb connect <watch-ip-address:port number>
1.10. Example: adb connect 162. x.x.x: port number
1.11. You should see: connected to 162.x.x.x:port number
1.12. To confirm the connection, run the command: adb devices
1.13. It should list the device.
- Now run the command: adb shell dpm set-device-owner com.nixwear/.NixDeviceAdmin
2.1. You should see success.
- Reboot the device.
- Once the device is rebooted, refresh the device in the console.
- The Enrollment Mode in the Device info section should show as Fully Managed.
Conclusion
Migrating WearOS devices from Device Admin to Device Owner enables full device management through SureMDM, including advanced security, silent app installation, and kiosk mode. This upgrade ensures better control, enhanced security, and improved device administration.
Need more help? Here’s how to get help from our experts.