Getting Started with VR Device Enrollment
To get started with VR device enrollment, follow these steps:
1. Navigate to the VR device’s Settings > Developer Option and select USB Debugging.
To enable the developer option, follow these steps:
- Once the initial setup is finished, navigate to Settings > System > About.
- Tap on Build Version seven times until a toast message stating ‘You are now a developer!’ appears.
2. Connect the VR device to a system/laptop using USB cable.
Click here to learn how to connect a VR device and laptop through ADB.
3. On the Command prompt, execute the below ADB command:
adb install \<“file path”\>
For example: adb install c://sample/one/\*.apk
The SureMDM Agent application will be installed on the VR device.
4. Launch the Agent application and tap Get Started.
5. On the permissions screen, grant all the required permissions and click Next.
6. Enter the Account ID and tap OK.
Once successfully configured on the SureMDM Web Console, the device will appear under the Device Grid.
Set Agent VR as Fully Managed Device (Device Owner) for the Pico device using the following ADB command:
adb shell dpm set-device-owner com.nix.vr.pico/com.nix.NixDeviceAdmin
To learn how to manage VR Devices, see VR Device Management.