basti564 / Oculess

Removes account requirements and telemetry from Oculus Quest devices
The Unlicense
1.81k stars 76 forks source link

[Feature Request] disable Explore (or at least it automatically showing on startup) #109

Closed AAGaming00 closed 1 year ago

AAGaming00 commented 1 year ago

trying to disable it with pm disable yields java.lang.SecurityException: Shell cannot change component state for com.oculus.explore/null to 2 However, pm uninstall --user 0 works, but then the store page for Explore loads on startup instead.

threethan commented 1 year ago

For some reason, you can't do it through shell, but can in the settings. Try using a third-party launcher such as this to open the android settings app (not the same as the Quest settings app!) and then navigate to apps -> Explore. You can disable it there.

AAGaming00 commented 1 year ago

For some reason, you can't do it through shell, but can in the settings. Try using a third-party launcher such as this to open the android settings app (not the same as the Quest settings app!) and then navigate to apps -> Explore. You can disable it there.

Yes, but then wouldn't it open the store to the Explore app listing on startup instead? that's what happens when I uninstall --user 0 it

threethan commented 1 year ago

It does not, at least for me.

On Wed, Sep 6, 2023, 10:22 PM AAGaming @.***> wrote:

For some reason, you can't do it through shell, but can in the settings. Try using a third-party launcher such as this https://github.com/threethan/LightningLauncher/ to open the android settings app (not the same as the Quest settings app!) and then navigate to apps -> Explore. You can disable it there.

Yes, but then wouldn't it open the store to the Explore app listing on startup instead? that's what happens when I uninstall --user 0 it

— Reply to this email directly, view it on GitHub https://github.com/basti564/Oculess/issues/109#issuecomment-1709379355, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADABMKFW77XCA3NMR7HTTXTXZEVWXANCNFSM6AAAAAA4JXWRJY . You are receiving this because you commented.Message ID: @.***>

AAGaming00 commented 1 year ago

Seems to work fine, yeah. Thanks!