Ethan M.

Results 43 comments of Ethan M.

> > hey @antonioludusanu1 et al, can anyone confirm if this issue is only occuring if you have an unlock pattern set? > > I did a factory reset and...

I think that the Quest 1 may heavily restrict background processes. If the system kills a process, it cannot play background audio. That is most likely your issue.

Open it and select "Remove Device Owner"

See this issue on ApkTool for more: https://github.com/iBotPeaches/Apktool/issues/1626 They fixed it by simply removing the value. I believe the default for this setting is true, so removing the value would...

If this is the case, try setting "extractNativeLibs" to "true" in the application section of AndroidManifest.xml. I'm not entirely sure why, but this seems to fix the vast majority of...

I fixed this in [my fork](https://github.com/threethan/LightningLauncher) by just...not using dragging. It's actually not a problem with the app - the Quest, for some reason, has terrible support for drag &...

Odd, though not surprising considering how many little UI things are broken. @Johnr79 Fixed that issue, was unrelated and caused by an optimization in how I store groups

I haven't encountered this issue on [my fork](https://github.com/threethan/LightningLauncher), even with quite a bit of testing. Try to call the activity with the flags `FLAG_ACTIVITY_NEW_TASK` _and_ `FLAG_ACTIVITY_NEW_DOCUMENT`; this matches the default...

_Copying my comment from that thread:_ Developer of [LightningLauncher](https://github.com/threethan/LightningLauncher) here! The issue is that, as of about v56, the Quest will aggressively try to open new activities in the same...

This can be worked around by submitting a separate repository which is automatically updated using a GitHub action. I've put together an example/template at https://github.com/threethan/GodotSubmoduleActionExample - feel free to use...