mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-24 23:55:52 +03:00
[GH-ISSUE #68] Does not work on Nothing Phone 1 (qti driver) #33
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @goshante on GitHub (Feb 22, 2025).
Original GitHub issue: https://github.com/kavishdevar/librepods/issues/68
Phone is rooted, I've installed OverlayFS module and btl2capfix.zip module (btl2capfix-v0.0.3.zip won't install, says "incompatible bluetooth driver", so i've installed some older version (i guess?))
I've installed latest apk from releases, it detected my airpods pro max 2, but charge is 0% and no features available. And in most cases app doesn't even detect them or hangs and crashes.
So nothing is working. Why?
btl2capfix-v0.0.3.zip install failed with error "qti" Bluetooth libraries are NOT supported by the patcher. btl2capfix.zip installed without any issues. I think this might be the source of the problem...
@kavishdevar commented on GitHub (Feb 22, 2025):
Yeah, as it says your phone is not supported unfortunately. :(
It mostly doesn't work for ROMs/devices with the qti library based on some users reports (in the telegram group), so had to prevent the module from installing successfully on those devices. I could give you a module that installs for qualcomm lib too, but I can't guarantee it i'll work. Would you like to give it a chance?
@goshante commented on GitHub (Feb 22, 2025):
Sure! Why not, I would like to try
@kavishdevar commented on GitHub (Mar 6, 2025):
Hey, sorry for the delay! Could you please send me your build number or the library in use (check by running
lsof | grep libbluetoothas root, it would be thelibbluetooth_qti.soif the module returned that error.)@goshante commented on GitHub (Mar 11, 2025):
Here it is, output of those command

@kavishdevar commented on GitHub (Mar 11, 2025):
Please send the
/system_ext/lib64/libbluetooth_qti.so. Or your build number works too, there are many dumps of nothingos available for most builds.@goshante commented on GitHub (Mar 12, 2025):
Here it is:
https://github.com/goshante/tech_stuff/raw/refs/heads/master/libbluetooth_qti.so
@kavishdevar commented on GitHub (Mar 18, 2025):
sorry was a little busy, try this
lmk if it works (very high chances it might not work, though). also, remove any old modules before installing this.
@goshante commented on GitHub (Mar 19, 2025):
Thank you for your efforts!
Unfortunately not working. Removed previous BT module, installed this. Installed ALN again, not working. Rebooted few times, tried stopping process, pairing, then starting and in other order, nothing.
@kratoz29 commented on GitHub (Mar 19, 2025):
Hi, I am getting the same issue, I am using a Poco F2 Pro (lmi) running MIUI 14 with Android 12.
Here is the Magisk log install:
So are we really out of luck? 😔
@kavishdevar commented on GitHub (Mar 20, 2025):
Yeah, expected. The patch doesn't always work, qti libs usually behave unexpectedly. Normal ones (built from source, unmodified) usually do work.
Nop, Native Hooks will work, but I am too busy to learn how to hook. Someone did write a hook in this repo, but, when I tried it on my device it didn't work. I will definitely try to write a XPosed module - just can't say when.
@kratoz29 commented on GitHub (Mar 20, 2025):
Alright, don't worry, I'll patiently wait if you find your way for this, an XPosed module would be great ngl.
Gonna keep your project in sight :)
@kavishdevar commented on GitHub (Mar 27, 2025):
if someone wants to try:
https://github.com/kavishdevar/aln/issues/67#issuecomment-2756773474
The XPosed module does hook onto the qti libraries too without any restrictions, unlike the module. But still, don't know if it works.
@krugdenis commented on GitHub (Apr 4, 2025):
Hey. I've checked this build with Airpods 4 ANC + Poco F3 (xiaomi.eu 14.0.8.0, A13), headphones are detected in the app, but nothing works and app hangs with a blank page intermittently 😔