Is it possible to launch an application in 2D mode through an ADB command? I tried the following command:
./adb shell "am start -a pvr.intent.action.VRSHELL -e 2 pui.settings.action.CONTROLLER_SETTINGS"
But this doesn't seem to do much, as it only flashes a black screen and then goes back to where it previously was.