[PR #219] [CLOSED] Add bluetooth library for Google Pixel #336

Closed
opened 2026-03-02 12:40:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kavishdevar/librepods/pull/219
Author: @NL-TCH
Created: 10/1/2025
Status: Closed

Base: mainHead: bluetoothlibraryfix


📝 Commits (1)

  • f37e4cc Add bluetooth library for Google Pixel

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 root-module/customize.sh (+1 -0)

📄 Description

Error:

- Copying zip to temp directory
- Installing btl2capfix (3).zip
- Current boot slot: _a
- Device is system-as-root
Archive:  /data/user/0/on.nv/cache/flash/install.zip
  inflating: module.prop
****************************************
 Bluetooth L2CAP workaround for AirPods 
 by @devnoname120 and @kavishdevar 
****************************************
*******************
 Powered by Magisk 
*******************
Archive:  /data/user/0/on.nv/cache/flash/install.zip
  inflating: customize.sh
- Extracting module files
Archive:  /data/user/0/on.nv/cache/flash/install.zip
   creating: busybox/
  inflating: busybox/xz
  inflating: busybox/busybox-arm64
  inflating: module.prop
  inflating: customize.sh
  inflating: radare2-5.9.9-android-aarch64-aln.tar.gz
[O] Extracting module files...
[O] Extracting radare2 to /data/local/tmp/aln_unzip...
[O] rabin2 binary is ready.
[O] radare2 binary is ready.
[O] busybox binary is ready.
[O] xz shim is ready.
[O] Error: No target library found.
[O] No target library found.
! Installation failed

The available bluetooth libraries on my Google Pixel 8 Pro:

husky:/ # find /system -name "*bluetooth*.so" 2>/dev/null                                                                                                                                                                                   
husky:/ # find /apex -name "*bluetooth*.so" 2>/dev/null                                                                                                                                                                                     
/apex/com.android.bt/lib64/libbluetooth_jni.so
/apex/com.android.bt@360832420/lib64/libbluetooth_jni.so

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kavishdevar/librepods/pull/219 **Author:** [@NL-TCH](https://github.com/NL-TCH) **Created:** 10/1/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `bluetoothlibraryfix` --- ### 📝 Commits (1) - [`f37e4cc`](https://github.com/kavishdevar/librepods/commit/f37e4cc4959d02607a609be85d4a44df76978e66) Add bluetooth library for Google Pixel ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `root-module/customize.sh` (+1 -0) </details> ### 📄 Description Error: ``` - Copying zip to temp directory - Installing btl2capfix (3).zip - Current boot slot: _a - Device is system-as-root Archive: /data/user/0/on.nv/cache/flash/install.zip inflating: module.prop **************************************** Bluetooth L2CAP workaround for AirPods by @devnoname120 and @kavishdevar **************************************** ******************* Powered by Magisk ******************* Archive: /data/user/0/on.nv/cache/flash/install.zip inflating: customize.sh - Extracting module files Archive: /data/user/0/on.nv/cache/flash/install.zip creating: busybox/ inflating: busybox/xz inflating: busybox/busybox-arm64 inflating: module.prop inflating: customize.sh inflating: radare2-5.9.9-android-aarch64-aln.tar.gz [O] Extracting module files... [O] Extracting radare2 to /data/local/tmp/aln_unzip... [O] rabin2 binary is ready. [O] radare2 binary is ready. [O] busybox binary is ready. [O] xz shim is ready. [O] Error: No target library found. [O] No target library found. ! Installation failed ``` The available bluetooth libraries on my Google Pixel 8 Pro: ``` husky:/ # find /system -name "*bluetooth*.so" 2>/dev/null husky:/ # find /apex -name "*bluetooth*.so" 2>/dev/null /apex/com.android.bt/lib64/libbluetooth_jni.so /apex/com.android.bt@360832420/lib64/libbluetooth_jni.so ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:40:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librepods#336
No description provided.