Please Select Your Location
Australia
Österreich
België
Canada
Canada - Français
中国
Česká republika
Denmark
Deutschland
France
HongKong
Iceland
Ireland
Italia
日本
Korea
Latvija
Lietuva
Lëtzebuerg
Malta
المملكة العربية السعودية (Arabic)
Nederland
New Zealand
Norge
Polska
Portugal
Russia
Saudi Arabia
Southeast Asia
España
Suisse
Suomi
Sverige
台灣
Ukraine
United Kingdom
United States
Please Select Your Location
België
Česká republika
Denmark
Iceland
Ireland
Italia
Latvija
Lietuva
Lëtzebuerg
Malta
Nederland
Norge
Polska
Portugal
España
Suisse
Suomi
Sverige

Troubleshooting tips

Here are some tips to ensure successful enrollment of VIVE Focus 3 in your MDM agent.

When enrolling the headset via a QR code or JSON file

The tips below apply to VMware AirWatch, Microsoft Intune, and other MDM agents that can support device enrollment via a QR code or JSON file.

Issues with Tips
Scanning QR code
  • Make sure the QR code's image is clear and not covered.
  • Make sure the headset's camera lenses are clean.
Parsing code

Check if the JSON file is valid.

Network connection

Make sure the headset is connected to a Wi‍-Fi network.

APK download and installation
  • Check if the download link of the MDM agent's APK file is correct.
  • Make sure the APK file is valid.
Automatic registration

Make sure the login credentials are valid.

When enrolling the headset via batch configuration (VMware AirWatch)

You can run commands in the command prompt when you encounter any of the issues below.

  • Credentials are missing:

    Make sure credentials.bin is in the /sdcard folder in the internal storage.

    If credentials.bin doesn't exist, run the following command to copy the file to the internal storage:
    adb push credentials.bin /sdcard/
  • VMware AirWatch didn't receive the credentials:
    Run the following command to check whether VMware AirWatch received the credentials correctly:
    adb shell am broadcast -a com.airwatch.agent.action.AUTO_ENROLL --user 0
    If there aren't any credentials displayed in VMware AirWatch, run the following commands to get the credentials again:
    • adb shell pm grant com.airwatch.androidagent android.permission.READ_EXTERNAL_STORAGE
    • adb shell pm grant com.airwatch.androidagent android.permission.WRITE_EXTERNAL_STORAGE
    • adb shell pm grant com.airwatch.androidagent android.permission.SYSTEM_ALERT_WINDOW
    • adb shell am broadcast -a com.airwatch.agent.action.IMPORT_CREDENTIAL_XML -e file /sdcard/credentials.bin --user 0
  • If you need to re-enroll the headset:
    Wait for 20 seconds and then run the following command:
    adb shell am broadcast -a com.airwatch.agent.action.AUTO_ENROLL --user 0
Submit
Thank you! Your feedback helps others to see the most helpful information.