Advertisement
Guest User

QuestWireless.bat

a guest
May 27th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. @echo off
  2. echo Please connect the Oculus Quest via the usb cable and make sure it's switched on.
  3. pause
  4. for /f "tokens=9" %%a in ('adb shell ip route') do (echo IP of Oculus Quest: %%a&set ipaddr=%%a)
  5.  
  6. echo.
  7. echo Changing to TCPIP port 5555
  8. adb tcpip 5555
  9. echo.
  10.  
  11. echo Please disconnect the usb cable and make sure the Oculus Quest is switched on.
  12. pause
  13. adb connect %ipaddr%
  14.  
  15. echo adb is now connected wirelessly to your Oculus Quest
  16. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement