Quest 3 ADB permissions
Hello! I recently upgraded from Quest 2 to Quest 3. But my MQDH Custom Buttons to grab logs & bugreport don't work anymore. I don't seem to have any permissions on the headset via `adb` I can see the device with `adb devices`; I can shell into the device with `adb shell` But whenever I tried to pull a file or use `cat` I get a permission denied error on all the files in my sdcard/Android/ ... folders. Any advice would be much appreciated! JoelSolved10KViews1like8CommentsI want to read a file inside Movies which is a public folder in an app made with Unity.
We are making an app to view VR videos with Unity (2020.3.21f1). I want to play a video in the "Movies" folder, which is a public folder on my Oculus Quest device, but when I browse to a file in that folder, an "access to the path '~' is denied" error occurs. Obviously the file exists, but it cannot be read. Permissions are "ExternalStorageWrite", "ExternalStorageRead" both permissions are given. The accessed folder location is "/storage/emulated/0/Movies". "Exists" returns "True" when checking a folder using DirectoryInfo. But even if there is a file in it, I can't read it. How can I put a movie in the "Movies" folder and watch it in my app? Android Version : Android10 API295.1KViews0likes5Comments