Featured

How to Install Home Assistant on Windows with Hyper-V

Works on Windows 10/11 Pro or Enterprise. 1. Enable Hyper-V Press Windows Key + S , type Windows Features , and click Turn Windows features on or off . Tick Hyper-V , Hyper-V Management Tools , and Hyper-V Platform . Click OK , reboot your computer. 2. Download the Home Assistant VHDX Go to: Home Assistant – Windows Installation Download the VHDX (Hyper-V) image. Extract it to a folder you can easily find (e.g., C:\VMs\HomeAssistant ). 3. Create the Virtual Machine Press Windows Key , search for Hyper-V Manager , and open it. On the right-hand menu, click Quick Create . Select Local installation source → choose any existing image for now (we’ll replace it later). Give the VM a name, click Create Virtual Machine . 4. Swap in the Home Assistant VHDX In Hyper-V Manager , right-click your new VM → Settings . Under SCSI Controller → Hard Drive , click Browse . Select the HomeAssistant.vhdx file you downloaded. Click Apply and OK . 5. Start ...

Sideload apk's on Oculus Go

Prerequisites





You'll also need a PC, with adb setup (platform tools) and a micro USB cable



Enable developer options in the oculus app by going to settings> device> headset settings> enable developer options

Plug the headset into a USB 3.0 socket on you're PC and allow USB debugging on the headset



Extract the platform tools zip file on your PC 

Open a terminal and type 

adb devices 

You're headset should show as a string of numbers in the terminal. If it doesn't, update the driver in device manager in windows with the oculus USB driver.

Note: the oculus go sdk version is 25 , or android 7, check the Android API in the APK package you downloaded

adb install "app.apk" 




Tip: right-click on the apk you want to install and in the context menu, tap on 'copy as path' 

If there's an error that there is multiple adb devices connected, check in the terminal. Windows subsystem for android can possibly come up in terminal along with the headset

The apps you install will be in your library under 'unknown sources'

Related links


 

Comments