Guest User

Untitled

a guest
Jul 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. This GitHubGist is to learn how to make a Gist and convey the development of a simple web site that
  2. will contain 360 photos and videos on an Oculus Go.
  3.  
  4. In theory as of July 23 , 2018 , it is possible with node.js except that WebVR is changing to WebXR
  5. due to security concerns for malicious web page execution with out user intervention.
  6.  
  7. This security threat resulted in non-functional Oculus Go "360 Photos" sample.
  8.  
  9. Carmel Starter Kit 1.0
  10. A set of samples for getting up and running in WebVR with a set of common experiences.
  11.  
  12. For more information on VR Web, see our VR Web Developer Guide,
  13. and the announcement post Carmel Developer Preview Launches Today on our Developer Blog.
  14.  
  15.  
  16. The files aperaing here were uploaded from a directory used to take notes on the development process.
  17.  
  18. 1. Purchase an Oculus Go
  19. 2. Download Oculus Android app from Play Store and connect then enable developer mode.
  20. 3. Establish udev rules for adb devices to see USB connected Oculus Go in developer mode.
  21. 4. Sideload Termux apk using adb install and use Oculus TV to run as screen based app.
  22. 5. pkg install openssh and start sshd
  23. 6. scp with termux to .ssh the id_rsa.pub from wifi connected Oculus Go
  24.  
  25. Treat the adb shell as system and termux ssh login as separate users.
Add Comment
Please, Sign In to add comment