Bluetooth library patcher magisk

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

3arthur6/BluetoothLibraryPatcher

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

Bluetooth Library Patcher

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

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/ ' $i`-1)),//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.

Читайте также:  Передатчики звука через блютуз

Источник

Bluetooth library patcher magisk

Checks updates of Magisk Modules directly from the repo as soon as its published.

About
Blog
Apps
Platform

AFWall Boot AntiLeak added to the Repo
by: GrayJackFixxxer

A module to prevent internet access on boot BEFORE AfWall started and applied

Audio jitter silencer added to the Repo
by: zyhk

Disabling very large audio jitter generators (w.r.t. battery draining & optimizations, and wireless connectivity) for reducing audio jitter distortion on all digital audio outputs.

Audio misc. settings added to the Repo
by: zyhk

Setting audio misc. configuration values (e.g. 100 volume steps, raising the resampling quality, disabling the effects framework, etc.)

Backup added to the Repo
by: Draco

An easy CLI backup tool without using a custom recovery.

Better MIUI Icons added to the Repo
by: SpicyChair

Systemlessly install the nice icons from MiRoom to any MIUI 12-based ROM.

Sony Bravia Engine added to the Repo
by: Enggar Sulistyo

The Sony Mobile Bravia Engine X-Reality Super Vivid.

Magisk built-in BusyBox added to the Repo
by: zgfg @ xda

Systemless BusyBox installed by and symlinked to the Magisk built-in busybox binary

ChArch added to the Repo
by: tytydraco

An Android-patched Magisk Module implementation of ChArch.

ChArch Dinit added to the Repo
by: supangat

Initialize Dinit init for the default ChArch rootfs instance.

ChArch OpenRC added to the Repo
by: tytydraco

Initialize OpenRC for the default ChArch rootfs instance.

ChArch SSHD added to the Repo
by: tytydraco

Initialize SSHD for the default ChArch rootfs instance.

Clash for Magisk added to the Repo
by: Kry9toN

Clash meta core with service scripts for Android.

CloudflareDNS4Magisk-IPv6 updated to v2.7 (27)
by: Rom

Using the Cloudflare DNS system-lessly! As simple as that.

CMD Patch added to the Repo
by: tytydraco

An Android Linux Kernel command line patch tool using Magisk’s magiskboot binary.

Foundation added to the Repo
by: omergoktas

Magisk module comprising essential apps (including a patched version of Google Play Store compatible with microG) and convenient settings for vanilla Android builds.

Custom Certificate Authorities added to the Repo
by: whalehub (admin@datahoarder.dev)

This module adds custom certificate authorities from a pre-defined path on the Android file system to the system trust store.

Customized Navbar added to the Repo
by: Pycm [4PDA]

Change Navbar Gesture Indicator color to match the theme’s accent color, increase wide and thickness

DalvikHyperthreading added to the Repo
by: @LeanHijosdesusMadres [telegram]

This does is helps the multithread line to tell the cpu to easily do more faster proccessing without overheating.

Читайте также:  Блютуз колонка sven ps 370

Data backup creator added to the Repo
by: ziand

Data backup creator for restoring by data_restore.zip from or Magisk module installer or TWRP

AppDataIsolation Legacy Support added to the Repo
by: HuskyDG

Enable /data/data isolation for old Android version (Android 10 and lower). Require Magisk process monitor tool v1.1+

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Magisk-Modules-Repo/BluetoothLibraryPatcher

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

Bluetooth Library Patcher

EOL of Magisk modules repo

For support and latest updates, go to my personnal gitub repo

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

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! /!\ Owners of the S21 series cannot 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 $ i=`grep -lr 'security.wsm' /vendor/etc/vintf` && [ ! -z $i ] && [ $i != *.bak ] && cp --preserve=all $i $i.bak && sed -i "$((`awk '/security.wsm/ ' $i`-1)),//d" $i $ mount -o remount,ro /vendor

Alternatively, instead of installing the Magisk module and running the commands, flash the zip file (BluetoothLibraryPatcher_twrp_X.X.X.zip​) meant for TWRP recovery found on XDA under ‘Links’.

Читайте также:  Проверить кому принадлежит адрес блютуз

Источник

Magisk-Modules-Repo/BluetoothLibraryPatcher

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

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! /!\ Owners of the S21 series cannot 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 $ i=`grep -lr 'security.wsm' /vendor/etc/vintf` && [ ! -z $i ] && [ $i != *.bak ] && cp --preserve=all $i $i.bak && sed -i "$((`awk '/security.wsm/ ' $i`-1)),//d" $i $ mount -o remount,ro /vendor

Alternatively, instead of installing the Magisk module and running the commands, flash the zip file (BluetoothLibraryPatcher_twrp_X.X.X.zip​) meant for TWRP recovery found on XDA under ‘Links’.

Источник

BluetoothLibraryPatcher repository from Magisk-Modules-Repo

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

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! /!\ Owners of the S21 series cannot 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 $ i=`grep -lr 'security.wsm' /vendor/etc/vintf` && [ ! -z $i ] && [ $i != *.bak ] && cp --preserve=all $i $i.bak && sed -i "$((`awk '/security.wsm/ ' $i`-1)),//d" $i $ mount -o remount,ro /vendor

Alternatively, instead of installing the Magisk module and running the commands, flash the zip file (BluetoothLibraryPatcher_twrp_X.X.X.zip​) meant for TWRP recovery found on XDA under ‘Links’.

Источник

Оцените статью
Adblock
detector