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

Lineage os 20 for pixel 6/pro/6a [unofficial]

A free and open-source operating system for various devices, based on the Android mobile platform.

Prerequisites

Unlocked bootloader 

Run fastboot flashing unlock in fastboot

Note this will trigger a factory reset on the device 

Latest android 13 firmware 


Common sense

Download 







There will be five files;

boot
vendor_boot
Lineage os 20 rom zip file
GApps zip file 
Magisk zip file

Its best to zip the magisk apk before installation. Use your favourite file explorer to rename the extension 

Start a command prompt. I use windows terminal 

.\adb devices 

.\adb reboot bootloader

.\fastboot flash --slot all boot "path to boot.img" 

.\fastboot flash --slot all vendor_boot "path to vendor_boot.img"

.\fastboot reboot recovery 

Format data 

Apply Update > Apply from ADB

.\adb sideload "path to rom zip file"

Advanced > reboot to recovery 

Apply Update > Apply from ADB

.\adb sideload "path to GApps zip"

Advanced > reboot to recovery

.\adb sideload "path to magisk zip' 

.\reboot system now 



Comments