You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I can call libadb.so to execute commands, how can I execute modification commands for a specific game? For example, I can execute adb shell setprop debug.oculus.textureHeight 3380 && adb shell setprop debug.oculus.textureWidth 3072 to modify the texture quality for the game com.beatgames.beatsaber, but it cannot be global and affect other games.
I know that Quest Games Optimizer can be effective for a specific game, but I don't know how it works.
The text was updated successfully, but these errors were encountered:
Couldn't you save the default values, play Beat Saber with your custom values, and set the values back to default afterwards?
Also, looking at the commands, it doesn't look like it's possible to specify these modifications to a specific application, since it looks like you're changing a system-wide variable, but I could be wrong.
I believe you could find more of the help you're looking for on Android tinkering forums or Quest subreddit.
I think the Quest subreddit also has a Discord, so if you have an account, you could check it out.
Hi, I can call libadb.so to execute commands, how can I execute modification commands for a specific game? For example, I can execute adb shell setprop debug.oculus.textureHeight 3380 && adb shell setprop debug.oculus.textureWidth 3072 to modify the texture quality for the game com.beatgames.beatsaber, but it cannot be global and affect other games.
I know that Quest Games Optimizer can be effective for a specific game, but I don't know how it works.
The text was updated successfully, but these errors were encountered: