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

Update and root Android 13 DP2 for pixel devices


Download the developer preview of Android 13 here

The easiest way to update pixel device's is with Android flashtool

make sure only 'force flash' and 'wipe device' is enabled in settings

After flash the firmware you can easily root it with magisk canary

Extract the firmware package 

Inside it will be another zip file, inside that copy the boot.img file and send it to the phone

Open the magisk app and tap install > patch an image 

The output will be in the downloads folder in internal storage. Copy it to PC

Left click it and tap 'copy as path'

Open a terminal in the platform tools folder 

.\adb devices 

Allow USB debugging

.\adb reboot bootloader

.\fastboot devices

You should see the phone connected if you installed the Google USB driver properly 

.\fastboot flash boot <path to magiskboot.img> 

.\fastboot reboot 



Comments