basti564 / Oculess

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

question: is it possible to run background app just with adb? #89

Closed jjangga0214 closed 1 year ago

jjangga0214 commented 1 year ago

Hi,

My version is v50. And my only interest is to run a background app (others like removing telemetry are out of my interest). Would there be a solution to this without Oculess? (e.g. just purely using adb)

Sincerely,

threethan commented 1 year ago

For background audio, if your device does not natively support it, you could use adb shell appops set --user 0 com.package.here PLAY_AUDIO 1; but this would be temporary. It needs to be done every time an app is backgrounded.