Last active
July 27, 2019 18:17
-
-
Save BenMcLean/fb8ce1cb753bebd35073ce68bd69e69b to your computer and use it in GitHub Desktop.
Oculus Quest ADB stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
c: | |
cd %APPDATA% | |
cd ..\Local\Android\Sdk\platform-tools | |
adb get-state |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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