CloudXRLaunchOptions file in Quest 3

I am installing CloudXR client to Meta Quest 3 and pushing the launch option file. I use ADB tool try to push the file to /sdcard/Android/data/com.nvidia.cloudxr.ovr/files/ but failed.
I found a similar case in forum and it push the file to quest /sdcard directory.
How to set server IP in Quest 2 CloudXR client? - XR – VR/AR/MR / CloudXR (VR and AR Streaming) - NVIDIA Developer Forums

So I follow it to push file to /sdcard directory and success, but seem the launch options file still not work, it didn’t seup my server ip address. Where should I put the CloudXRLaunchOptions.txt file?

This problem is solved and the launch option file should be push into your client apt install directory. For my case, I check my CloudXR apt file in Quest 3 was located in /sdcard/Android/data/com.nvidia.cloudxr.test , therefore, I just put my option file to /sdcard/Android/data/com.nvidia.cloudxr.test/files/ directory, then it works.

Sorry for the confusion. This did indeed change in recent versions of CloudXR, as documented here:

https://docs.nvidia.com/cloudxr-sdk/usr_guide/cmd_line_options.html#android-options

This was because Quest updated to an Android version which no longer allowed applications to read/write to the general folder previously used.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.