Quest Pro BUG report: Remove Controllers not Tracking popups / add way to disable
The "Controllers are not tracking" popups are constantly showing on the Quest Pro, even if I am in Desktop mode looking at my windows screen, or hand tracking mode. there is no way to remove them in the settings. It says push volume up and down at same time, did not solve. Also when Hand Tracking in my apps, I see them popup a lot, you guys must of forgot something in your code before you shipped to disable these popups when using hand tracking or in desktop view mode. This is a bug. Please fix.3.8KViews10likes9CommentsTrouble with developer mode
I have had trouble turning developer mode on, on my Oculus quest 2. I have made an organization like 8 to be exact but it doesn't give me on option to turn on developer mode on the oculus app. After linking my oculus up, It just says get started but I've already made and organization and I'm signed in on my meta account we're I made the organization. this is we're I made an organization https://developer.oculus.com/manage/organizations/create/. If you have a solution please reply to this comment it would really help I've been working on this for 3hrs. I just want to be able to turn on developer mode on. MetaStoreHelp4.3KViews7likes9CommentsBug in latest Quest 2 Os Version, createScreenCaptureIntent not working
Last version of Oculus 2 software Version: 32.0.0.58.353.311069636 OS Version: user-18371800151900000 Edit: Latest version still not working Version: 33.0.0.46.367.328965050 OS Version: user-19130100108500000 Edit2: Latest version still not working Version: 34.0.0.91.366.316373824 OS Version: user-20169900217500000 Edit3: Latest version now working Version: 42..... But not working with handtracking. Confirm screen has it disabled and cannot do anything untill user picks up a controller and confirms/denies it. has a new bug (was working in previous version 31.1....) and is working fine on other devices with android 10 The new bug is with asking for screen capture permission, If an app asks for it, exception is thrown. This should be working, there is no other way to get the required permission for screenCapture / recording private final ActivityResultLauncher<Intent> resultLauncher = registerForActivityResult .... .... MediaProjectionManager mediaProjectionManager = (MediaProjectionManager) getSystemService(MEDIA_PROJECTION_SERVICE); resultLauncher.launch(mediaProjectionManager.createScreenCaptureIntent()); throws android.content.ActivityNotFoundException: Unable to find explicit activity class {com.android.systemui/com.android.systemui.media.MediaProjectionPermissionActivity}; have you declared this activity in your AndroidManifest.xml? at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2056) at android.app.Instrumentation.execStartActivity(Instrumentation.java:1716) at android.app.Activity.startActivityForResult(Activity.java:5211) at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:574) at androidx.core.app.ActivityCompat.startActivityForResult(ActivityCompat.java:234) at androidx.activity.ComponentActivity$2.onLaunch(ComponentActivity.java:208) at androidx.activity.result.ActivityResultRegistry$2.launch(ActivityResultRegistry.java:166) at androidx.activity.result.ActivityResultLauncher.launch(ActivityResultLauncher.java:47) Any suggestions? Or is my only option to hope they fix it in another version?Solved28KViews6likes46CommentsMedia Projection is disabled on v44
We are developing VR device management system that can monitor VR viewers' screens. we are implementing mirroring function using MediaProjection API, and it worked in v43. However, after updating to v44 it was not working and we found the following log. 10-13 16:41:59.750 4070 4070 E MediaProjectionPermissionActivity: Screen recording via the Media Projection Manager is disabled; canceling operation It seems to be happening in MediaProjectionManager.createScreenCaptureIntent(). The expected behavior is for a permission confirmation dialog to appear, but no dialog is displayed. MediaProjection is not available in the future? Is there an alternative? We are very troubled as we consider this an important feature. We are unable to post the logs for our application, but were able to reproduce same log with the following mirriorg application. https://github.com/TakenokoTech/ScreenMirrorAndroid/2.4KViews4likes5CommentsMeta Quest Developer Hub crashes at launch on macOS 15.0 (Sequoia)
Hello, I am having an issue on the release version of macOS 15.0 (24A335) where the Meta Quest Developer Hub is crashing on launch, seems similar to what was happening on the beta in the thread "Meta Quest Developer Hub crashes at launch on macOS 15 beta (Sequoia)". Is this still an issue with macOS 15, or are there troubleshooting steps to fix the app from immediately crashing on now that macOS 15.0 has released? Crash report (pastebin)Solved1.5KViews4likes4CommentsQuest Pro Controllers not Tracking popups interfering with hand tracking
I keep getting these Controllers not Tracking popups, and its interfering with hand tracking / cutting my hand tracking out. I even went into settings and turned off auto switching. Then when hand tracking is lost, it will not regain. There needs to be a way to just totally disable controllers. I am using Hand Tracking only. Do not want the controllers at all. It seems like it's even worse than a couple days ago. Reset the device, and the popup even happens in my app now, and I have Hand Tracking only set.1.5KViews3likes3CommentsAPK only loads on certain Quest 2 headsets when using Vulkan backend with Symmetric Projection
Our team has encountered an unusual error following our update to Unity LTS 2021.3.2f1. Our demo builds to some of our headsets, but not others. We believe it is the more recently purchased headsets that are having these issues. The APK attempts to load indefinitely. This update broke Arm64 support for projects using IL2CPP, so we have temporarily swapped to Arm7. We are using the Vulkan rendering backend. The project fails to run specifically with symmetric projection enabled, and only on certain headsets. We're wondering what could cause this to run fine on some devices, but not on others, and we are interested seeing if others are also having issues which only exist on some Quest 2 headsets.3.1KViews3likes3CommentsPlease skip Guardian check when Guardian is disabled on Quest 2
I appreciate the developer feature of disabling Guardian, which saves us time. Thank you. I'd like to report a serious bug in the latest Quest 2 firmware update that wastes developers' time. A simple 2 steps to reproduce it: 1) Settings > System > Developer > Disable Guardian. 2) Long press the power button > Restart Quest 2 will then get stuck in black after the Meta logo disappears, and the only way for a developer to get out of it is to factory reset the device. It appears that Quest 2 got stuck checking Guardian when Guardian was disabled. If so, please make the firmware skip the Guardian check if Guardian is disabled. This will save us lots of time, from developers to developers.4KViews3likes2CommentsQuest 3 Vulkan Drivers Unreliable and Broken - Snapdragon 8 Gen 2
We're having random frame corruption in the meta quest 3. We've successfully reproduced in RenderDoc for meta quest 3 https://www.youtube.com/watch?v=yA2IgZbUIMg The frame capture is here for render doc meta fork 63.3 (forked from v1.32) https://drive.google.com/file/d/12V9ZBZHsleYibw7s8Xj6ZO_ZJsgfPILy/view?usp=sharing Can we please get support from meta or snapdragon here? We've had snapdragon keep referring us to Meta for help with this, This is also reproduceable on the One Plus 13 which shares the same base hardware Snapdragon 8 however it is generation 3 not generation 2.634Views3likes0Comments