Elad Posted January 30, 2023 Share Posted January 30, 2023 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 More sharing options...
sebastian_holocafe Posted February 8, 2023 Share Posted February 8, 2023 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: Copy the config.json from one of the working devices Customize it with a text editor to reflect the settings you want to have on the corrupted device (e.g. different server IP) Upload the file to the corrupted device and reboot it VBC should now be able to read and write settings from the device Link to comment Share on other sites More sharing options...
NQB Posted February 8, 2023 Share Posted February 8, 2023 Thank you for you answer. I will need another headset then? Can you confirm that it is the same issue (or seems to be?) Please find a screen capture below of the headset folder: Link to comment Share on other sites More sharing options...
sebastian_holocafe Posted February 9, 2023 Share Posted February 9, 2023 Yes, that's the exact issue! From your previous post, it sounded like you have multiple devices and the others work? If so, you should be able to find a working json file on any of the other devices. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now