Featured

Sync Meta AI with Health Connect on Android

Meta AI’s Android app now offers direct integration with Health Connect, making it possible to sync and share health and fitness data from a variety of sources for smarter wellness insights and AI-powered recommendations.  Why Use Health Connect with Meta AI? Health Connect acts as a secure hub for all your health and wellness data on Android by allowing compatible apps to share information. This makes it easier for Meta AI to gather data from fitness trackers, step counters, sleep monitors, and nutrition apps, creating a more personalized user experience. The most reliable method is to sign up to the Health Connect beta directly from the Google Play Store. After installation, swipe down to access Android’s quick settings, and add the Health Connect shortcut tile for faster access and data management. This step ensures convenient permission management and lets you quickly check data sync status or privacy controls. Meta AI can now read relevant health dat...

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