Hey Dario, The android XML already had the Launcher intent so the problem is telling the HMD to launch a specific application I loaded instead of the com.htc.mobilevr.launcher package I looked through this link http://community.viveport.com/t5/Vive-Wave-SDK/Focus-Android-Debug-Bridge-Quick-Tips/gpm-p/12668#M5 which I thought was the tips sheet you were refering too but I don't see anyway to replace the launcher application in there. I also looked through this link as well: https://developer.android.com/studio/command-line/adb.html But couldn't find anything about changing the launcher application there either. I did find this link: https://stackoverflow.com/questions/6391902/how-do-i-start-my-app-on-startup which is how I assume the com.htc.mobilevr.launcher package is doing it but wanted to know if there was an easier way to do it than that.
... View more