Jump to content

mgstauffalt

Verified Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by mgstauffalt

  1. OK thanks! I hope it goes well. What's the best way to be informed when this and other dev-specific news is released?
  2. Sorry, does that mean you're adding Oculus XR Plugin support within VIU, and VIU will also work with Unity XR Platform then, and since Oculus XR Plugin (IIUC) supports steamvr and WMR, it would mean support for all of these through VIU? Or are you somehow able to change the Oculus XR Plugin to include support for VIU?
  3. Hi. Are there plans to make a Wave plugin for the new Unity XR Platform? If I'm targeting an app for steamvr, oculus, WMR and Wave (Vive Focus), what should I use? VIVE Input Utility (VIU)? Thanks @C.T. @Tony PH Lin @chengnay
  4. wrote: I'm having the same issue as well. Looking for a solution to loading our own apks through adb. Do you have Android Studio installed (with the adb driver if you're on windows)? If so, start here: https://developer.android.com/studio/run/device Connect your Focus via usb, and you should get a pop-up window asking how you want to connect - choose 'file transer', or similar, but not 'charging' Open a terminal/cmd/bash window and make sure the adb install is in path or cd to its dir. Mine is here: C:\Users\mgsta\AppData\Local\Android\Sdk\platform-tools The main commands I use then are: ‘adb devices’ and should get a device listed ‘adb install <path to apk>’ where path is path to apk file on your dev machine 'adb shell cmd package list packages -3' lists 3rd-party packages like yours After an apk is installed, you have to know its 'activity' to run it: 'adb shell cmd package resolve-activity --brief <package-name>' - list the available activities for your package 'adb shell am start -n <package-name>/<activity-name>' - run the app with given activity e.g. com.htc.bowshot_3DOF/com.htc.vr.unity.WVRUnityVRActivity 'adb shell am force-stop <package>' - stop an app (do NOT include the activity) 'adb uninstall <package>' - uninstall adb quick tips: http://community.viveport.com/t5/Vive-Wave-SDK/Focus-Android-Debug-Bridge-Quick-Tips/m-p/12668#M664
  5. Thanks, that makes sense that the WaveVR sdk is needed. They've sent me a project using WaveVR so I'll be trying that soon.
  6. Hi Tony. I'm building Unity apps using the Finch SDK for their 6dof Shift controllers. I've figured out how to sideload and run an apk using adb. So that's working now. I'm having other issues but that's probably with the Finch samples - I'm trying to sort it out with them. They don't use the WaveSDK but say their sample apps run for other devs, so that's confusing. How do I get an app installed into the Focus Library, i.e. the launcher from the main UI? Thanks.
  7. I tried installing an apk that was presented as running on Focus by Finch developers. I used 'adb install <apk path>', which came back with 'success', but I can't find it in the Focus main UI library menu item even after a restart. If I run 'adb install' again, it says error - already installed. I've found the app listed on the Focus via the UI under Settings | More Settings | Apps, where I enabled the only permission option, for 'Storage'. But I can't launch it from there, and it's still not showing in the Focus. Any suggestions? Thanks
  8. Yes I can use Edge, thanks. Firefox works even better if anyone else has this issue - edge has some issue with the dropdown in a post that's used to subscribe to a thread. BTW it'd be great to have an option to always subscribe to a thread that one has started or posted to.
  9. https://developer.vive.com/us/ When I use the 'sign in' link in the upper right, it asks for username/pswd, then just reloads the same page with the 'sign in' link still showing in the upper right. Same thing happens several times in a row. When I then use the link near the middle of the page, it brings me to a page that shows me a larger blue 'sign in' button. Clicking that opens up a smaller popup window that then shows nothing.
  10. Windows 10 Chrome 70.0.3538.110 Hi. Not sure where to post this. When I try to login to this site or the developer site using Chrome, it doesn't work. The login page goes blank after I enter credentials if I remember, and if I reload it keeps prompting me for creds. I can login use Edge. -M
×
×
  • Create New...