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...

WSA with Google Play store and Magisk

Download the WSA (windows subsystem for Android) from here and adb from here

Extract the platform tools to a folder named adb in C:\

Unzip the package with 7zip or WinRAR 

right-click, extract to \ 

Find the install PowerShell script , right-click and open in PowerShell

This will install the package 

Open WSA and turn on developer options , also turn on developer mode in windows settings

Open Windows Terminal in admin mode in the adb folder and type : 

adb connect localhost:58526

Or use your IP address 

adb connect <your IP address> 

Copy the path to the magisk.apk in the  WSA folder 

  
Then use this command to install magisk : 

adb install <paste the copied path> 




Comments