@frameThrower99@fabio914@reality_mixer Hey Ryan, after making sure the ADB executable is in my terminal’s path and my headset connected, I ran:
adb shell
cd /storage/emulated/0/Android/data/
Then for each app:
chmod +rw APP_FOLDER_NAME_HERE
It still seems MRC is broken in some cases even after this step tho.
@omershapira This is totally off-topic but, did you make these 3D controller models? Looks like Quest 2 controllers with the rings cut off. I've done a similar thing in my VR app, but would love to know if these models are public somewhere. Thanks!
Live performance of The Path of The Wind with MoveMusic XR. We love us some #ghibli
Get notified about MoveMusic release at https://t.co/ya4qShwWi1
We're excited for the Apple #VisionPro 🥽
@fabio914@reality_mixer Found a Fix:
* In ADB grant read & write permissions on the app folders I want to use MRC with in /storage/emulated/0/Android/data/
* Add a mrc.xml file to each app /files folder
Now new calibrations properly fill in these files.
Maybe Meta changed permissions in v53 :/
@fabio914@reality_mixer Regarding the calibration file, actually it only appears in the app directories for the apps that are working for me such as Gravity Sketch.
At /storage/emulated/0/Android/data/com.gravitysketch.gravitysketch/files/ I see an mrc.xml but no other app folders have this.