Getting Started with VR Device Enrollment


To get started with VR device enrollment, follow these steps:

1.  Navigate to VR device’s Settings > Developer Option and select USB Debugging.

2.  Connect the VR device with a system/laptop using USB.

3.  On the Command prompt, execute the below ADB command:

adb install <“file path”>

For example: adb install c://sample/one/*.apk

       SureMDM Agent application will get installed on the VR device.

4.  Launch the Agent application and tap Get Started. 

5.  In 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 start reflecting under the Device Grid.  

     Set Agent VR as Device Owner  for Pico device using the following ADB command:

adb shell dpm set-device-owner com.nix.vr.pico/com.nix.NixDeviceAdmin

To know how to manage VR Devices, see VR Device Management.