Bluetooth Library Patcher Magisk / Kernelsu Module

Bluetooth Library Patcher Module for Rooted Devices

Description:

The Bluetooth Library Patcher is a module designed for rooted Samsung devices. It aims to prevent the loss of Bluetooth pairings after a reboot or switching airplane mode on and off. The module works by patching the Bluetooth library on the fly and is compatible with most Samsung devices running Android Nougat, Oreo, Pie, 10, 11, 12, 13, and 14.

Important Note: This patch is not compatible with AOSP ROMs (only stock or Samsung-based ROMs).

How to Use:

  1. Installation:

  2. Galaxy Watch Support (Additional Steps):

    • Due to limitations in Magisk, fixing pairing issues with Galaxy Watch devices requires manual steps:
      • Open a terminal emulator app (like Termux).
      • Run the following commands:
        su
        mount -o remount,rw /vendor
        for i in `grep -lr 'security.wsm' /vendor/etc/vintf`; do [ ! -z $i ] && sed -i "$((`awk '/security.wsm/ {print FNR}' $i`-1)),/<\/hal>/d" $i; done
        mount -o remount,ro /vendor
        
    • Reboot your device.

Alternative Method for Galaxy Watch Support (Android 12L and below):

Important Note for Galaxy S21 and Newer:

Link


icon sosmed svg