libadb-android
libadb-android copied to clipboard
How to make libadb.so command effective for a specific program
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.