libadb-android icon indicating copy to clipboard operation
libadb-android copied to clipboard

How to make libadb.so command effective for a specific program

Open cgapk123 opened this issue 6 months ago • 0 comments

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.

cgapk123 avatar Aug 13 '24 16:08 cgapk123