Jump to content

Business Console VBC settings error


Elad

Recommended Posts

I'm trying to change the VBC settings on one of the Vive Focus 3 devices we have.

The change results in a 'failure' message where as the previous 3 Focuses succeeded. What could be the issue?
Even configuring the Focuses to the same server IP yields different results. 

Link to comment
Share on other sites

  • 2 weeks later...

What settings in particular are you trying to change? VBS-related things?
We've observed a file corruption on a couple of our devices that would prevent VBC from reading or writing VBS configs correctly. If that's your problem, a factory reset will not help, since for some reason we haven't figured out, that file corruption reappers on affected devices even after a factory reset.

If you access your devices file system through adb, you should be able to find the following file:

/sdcard/rrClient/config.json

This file stores the configurations like server IP, silent mode, etc. for the VBS client. However, on corrupted devices, you will find this instead:

/sdcard/rrClient

where "rrClient" is not a folder, but a json file (without file ending) containing some of the configurations instead. If you have this, then that's the reason why VBC fails to write configs.

Workaround:

  1. Copy the config.json from one of the working devices
  2. Customize it with a text editor to reflect the settings you want to have on the corrupted device (e.g. different server IP)
  3. Upload the file to the corrupted device and reboot it
  4. VBC should now be able to read and write settings from the device
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...