Bluetooth Library Patcher

Android Module logo

Description

This module attends to avoid losing bluetooth pairings after reboot or airplane mode switch on rooted samsung devices.

It patches on the fly the bluetooth library and should support most of samsung devices on android Nougat, Oreo, Pie, 10, 11, 12, 13 and 14.

This patch is NOT applicable with an aosp rom, only samsung stock/based.

Galaxy Watch devices support

Due to limitations in Magisk, a manual step is required to fix pairing issues with Galaxy Watch devices. After installing the Magisk module, use a command line (like Terminal Emulator or Termux) to run the following commands, then reboot:

*Beware! /!\ Starting from the S21 serie you can not use these commands (or you have to be SURE your vendor partition isn’t read only or full) and must instead use the zip bellow to flash using TWRP. The commands below could brick your device /!*

$ 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

Alternatively with Android 12L and below, instead of installing the Magisk module and running the commands, flash the zip file from this Github repo releases (BluetoothLibraryPatcher_twrp_X.X.X.zip) meant for TWRP recovery.

Another new and easier alternative is to use Magisk Delta fork. With this version of magisk no additional steps are required. Just install the module and enjoy.

Credits

Source code

Github

Support

XDA

Changelog

v2.7.0

v2.6.9

v2.6.8

v2.6.7

v2.6.6

v2.6.4

v2.6.3

v2.6.2

v2.6.1

v2.6

v2.5.1

v2.5

v2.4.4

v2.4.3

v2.4.2

v2.4.1

v2.4.0

v2.3.1

v2.3

v2.2.3

v2.2.2

v2.2.1

v2.2

v2.1.1

v2.1

v2.0

v1.9

v1.8

Download Link

Module Info

Type : module
Date Release :
If the link is broken or there is something that needs to be updated in the post contact us.

Other modules

SUI

By : RikkaApps

Modern super user interface (SUI) implementation on Android. The name, Sui, also comes from a character. Introduction Sui provides Java APIs, Shizuku API, for root apps. It mainly provides the ability to use Android APIs directly (almost in Java as the identity of the root, and start app&rsquo;s own …...

Play Integrity Fix

This module tries to fix Play Integrity and SafetyNet verdicts to get a valid attestation. NOTE This module is not made to hide root, nor to avoid detections in other apps. It only serves to pass Device verdict in the Play Integrity tests and certify your device. All issues created to report a …...

Benchkit

Benchkit Benchkit is a developer-centric toolkit module for Android with a plethora of tools for in-depth profiling and benchmarking. Many of the tools are focused on kernel benchmarking, but userspace (i.e. Android) benchmarking is also covered by some of them. This module aims to make empirical …...

Compatible mirroring Magisk Ksu Module

This module provides the compatible Magisk-mirroring (i.e., unmodified original system files (in a mounted state) mainly referred from the module installation script &ldquo;customize.sh&rdquo;) for installing pure Magisk modules on incompatible Magisk variants and KernelSU (including APatch). For …...

NLSound For Qualcomm Devices

This module globally improves audio quality when recording video/audio and listening to audio on your device. Changelog Fixed sound in audio calls using Telegram for Poco X3 NFC device Fix incrorrect condition skip -&gt; Skip at one of the installer points Fixed Hi-Res output operation for some …...

Disable high volume warning

By : onimorza

The European Committee for Electrotechnical Standarisation regulates all media playback devices sold in the European Union to have an output volume warning at 85dB: Users can increase the volume to a maximum of 100dB by accepting the warning, yet the warning reappears after 20hours of music …...

custom certificate authorities

Custom Certificate Authorities is a Magisk module which adds custom certificate authorities from a pre-defined path on the Android file system to the system trust store. What sets it apart from similar modules like MagiskTrustUserCerts or MoveCert is that it doesn&rsquo;t require you to install or …...

EdXposed Framework

A Riru module trying to provide an ART hooking framework (initially for Android Pie) which delivers consistent APIs with the OG Xposed, leveraging YAHFA (or SandHook) hooking framework, supports Android 8.0 ~ 11. Xposed is a framework for modules that can change the behavior of the system and apps …...

AdGuardDNS4Magisk Magisk Or Ksu Modules

Fork from xerta555/CloudflareDNS4Magisk DNS ?? Gne ?? What&rsquo;s this ? To make it short: a DNS server listen and give you the corresponding IP address of your website request, and its domain name (forum.xda-developers.com for example). For the long version a little reading is necessary: …...


androidrootTelegram Icon