Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@BenMcLean
Last active July 27, 2019 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BenMcLean/fb8ce1cb753bebd35073ce68bd69e69b to your computer and use it in GitHub Desktop.
Save BenMcLean/fb8ce1cb753bebd35073ce68bd69e69b to your computer and use it in GitHub Desktop.
Oculus Quest ADB stuff
@ECHO OFF
c:
cd %APPDATA%
cd ..\Local\Android\Sdk\platform-tools
adb get-state
@ECHO OFF
c:
cd %APPDATA%
cd ..\Local\Android\Sdk\platform-tools
adb install %1
@PAUSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment