8 How to reset orientation only horizontally¶
Applicable devices:G2 4K series
When using Pico SDK to reset orientation, the default behavior will be a global reset.
If you need to reset only horizontally.
Use adb command: adb shell setprop persist.pvr.reset_mode 0
Note: This setting works for all applications.
If you need to set back to reset globally: adb shell setprop persist.pvr.reset_mode 1