mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-24 23:55:52 +03:00
[GH-ISSUE #173] redmi k60 problem #77
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#77
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 @XiaoBeiNORTH on GitHub (Jul 8, 2025).
Original GitHub issue: https://github.com/kavishdevar/librepods/issues/173
It doesn't seem to work on Redmi K60. I use lsposed. It doesn't show the battery level and can't switch modes.
prompt this
AirPods are connected via Bluetoothbut LibrePods couldn't connect to AirPodsusing L2CAP. Error: Failed to establishconnection:read failed,socket mightclosed or timeout, read ret: -1
@XiaoBeiNORTH commented on GitHub (Jul 8, 2025):
airpods_log_1751991309559.txt
@XiaoBeiNORTH commented on GitHub (Jul 10, 2025):
New discovery, I use v0.0.3-hotfix module and software to display the power, but the mode switching seems to have no effect. After restarting, the mode switching seems to have an effect. After installing this module, install the latest version of software rc4, the power can be displayed, and the mode switching seems to have an effect. If the headphone cabin is closed, the power display 0 is turned on and it will display normally
My system is Android15 Redmi K60
@kavishdevar commented on GitHub (Jul 10, 2025):
Could you check which library is in use by
lsof|grep libbluetoothas root.Also, could you check if the keys under BLE in the app settings are present? Because just showing the battery means the data is being collected using BLE like other apps.
@kavishdevar commented on GitHub (Jul 10, 2025):
Do you have any root hiding modules installed? That might prevent the hook from working.
@XiaoBeiNORTH commented on GitHub (Jul 10, 2025):