Jump to content

HTC VIVE Focus: How to run sideloaded app


sev7en

Recommended Posts

Posted

Good morning,

quick question... as soon I installed the application via adb, how can I run them from the Focus UI? I don't see that from the list in the store.

 

 

Thanks!!!

Posted


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

 

  • 1 year later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...