07-03-2021 07:19 PM
I am looking to set up a folder watcher to monitor a folder on the Oculus Quest 2 (This PC\Quest 2\Internal shared storage\Arkio\Export\Models). I am currently looking at doing this using ADB commands and I have already confirmed that 'adb devices' and 'adb help' give me feedback, but I do not know how to pull files from the headset with the actual system file path. I was told it might look something like this
::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\\\?\usb#vid_2833&pid_0183&mi_00#6&601b6c8&0&0000#{6ac27878-a6fa-4155-ba85-f98f491d4f33}
or just "/sdcard", although I am not sure. I would appreciate any advice or examples for solutions; thank you!