Jump to content

HTC VIVE Focus: How to run sideloaded app


sev7en

Recommended Posts


I've moved your question into the WaveSDK so it has visibility to the correct team. 


I believe you have to launch it via adb or Vysor -  or  can confirm (I mostly work on Desktop VR). 

 

An example command to launch an app via adb would be: 

# run an app:
adb shell am start -n <package-name>/<activity-name> 
# e.g. adb shell am start -n com.htc.bowshot_3DOF/com.htc.vr.unity.WVRUnityVRActivity

 

A full list of abd tips and commands for the Focus can be found here: https://community.viveport.com/t5/Vive-Wave-SDK/Android-Debug-Bridge-Tips/td-p/13288

 

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...