SoapyMan / MRCCameraCalibrationApp

Reverse-engineered and improved version of Oculus MRC Camera Calibration App (WIP)
MIT License
16 stars 3 forks source link

On Start, Says Can't Write to Data Folder #6

Open mrphilipjoel opened 5 months ago

mrphilipjoel commented 5 months ago

Thank you for creating this app, and filling the gap Oculus themselves have left.

I just installed the app, opened it, and it looks like it wants to write to the 'data' folder, but it can't (probably thanks to Android 12 permission restrictions). Working on another project, I've discovered I can create folders, and read/write to them, if I create them in /sdcard instead of Android/Data.

Not sure if this helps at all, but I'd love to get this working. Thank you.

SoapyMan commented 5 months ago

Unfortunately Android on Quest OS was updated once again and I can confirm that you can no longer chose Android/data folder. I'm currently thinking on how to avoid this.

Atm you can use ADB-explorer to push mrc.xml file (located in %AppData%\Mixed Reality Capture\savedCalibrationData) to the application or by this instruction https://www.meta.com/help/quest/articles/in-vr-experiences/social-features-and-sharing/mixed-reality-capture/

Azshurith commented 5 months ago

Hello, are there any updates on this? Is it possible for us to save it outside the android directory?

Azshurith commented 4 months ago

Hello @SoapyMan, is the issue fixed on the latest release?