Alireza |S.N|
Alireza |S.N|
I think version 58.0.0 would also work. Can you try and update the Dockerfile?
Did you try disconnecting the device before running the script? Sorry for the late response. I'm currently super busy with work.
What Bluetooth device do you have? Did you try the workarounds mentioned in the readme?
This error could be caused by many reasons. Some devices are not supported by this script and some have issues. I need to have access to the specific device in...
@P3nguin-M Good job with the debugging. Can you also sniff the commands using [this trick](https://github.com/TheWeirdDev/Bluetooth_Headset_Battery_Level/issues/16#issuecomment-626850818) and send me the capture file? Include your logcat as well.
This script is written only with battery level in mind. The commands which are being sent to the device might be wrong, and the device stops answering back. You can...
The code is fairly small. You can remove all the battery stuff and replace your own commands. I don't remember any script that does what you want but there was...
@MadFlasheroo7 By capturing the Bluetooth connection from your phone and the headset, then analyzing the commands being sent/received. Then you can change code in order to support your device. It...
> What mode is this bluetooth device supposed to be in? For Bluetooth headsets, we'll use the RFCOMM uuid to get the desired port number. Perhaps you can use the...
> Should my android device be rooted? And kindly tell the process to log commands too No I don't think so. You can check [this comment](https://github.com/TheWeirdDev/Bluetooth_Headset_Battery_Level/issues/16#issuecomment-626850818) for more info.