I'm making a third party app that would require the user to change some
settings options for this i would need to launch the internal settings
app of android i can easily do that with an intent.val launchIntent =
packageManager.getLaunchIntentForPack...
I didn't know media projection worked on quest, thanks for mentioning
that It will be usefull, althought I'm probably gonna try through ADB to
get virtualdisplay working so I can avoid the issues that were listed on
github, like media projection need...
I'm so close, yet so far this is from the package named "qrscanner"
which is responsible for the UI and function of the qr scanner used at
startup and for wifi code scanning. This is specifically from the
library named "libqrcodereader_jni.so"The a...
There has been previous open source vr headsets that people built as a
passion project, but the issue is a lot of people just don't have the
money, time, equipment, knowledge required to build one that is usable
enough for it to be worth making. we w...
Thanks for the info, but sadly external camera access is a seperate from
the passthrough access, you can request access for external usb cameras,
that is possible but thats done through usb access which is different
than accessing internal cameras, w...
I'm not sure if you know what ADB is so I will start thereAndroid has a
built in debugging mode called ADB (Android Debug Bridge) which is
accessed through a USB connection whit a computer running an ADB client,
this lets users access to a shell that...