SoundcoreManager
SoundcoreManager copied to clipboard
logs for Soundcore Liberty 4 NC LE A3947 as requested
Current status of Soundcore Liberty 4 NC LE (A3947 ) support:
- [ ] Connection
- [ ] Fetch device status
- [ ] ANC
- [ ] EQ
- [ ] UI
- [ ] Response Checksum Validation
@gmallios, soundCoreManager unstable (downloaded from link in the ReadMe) Inspect console logs from tauri.localhost-1714595725234.log
i saved logs corresponding to the RedLine using "Save as..."
Okay, there seems to be an issue in the UUID set detection code. If possible, please use an app (e.g. nRF Connect) to connect to the device and list all the BLE services and attach a screenshot.
@gmallios those are the screenshot requested from "nRF Connect" app on android
@souhaiebtar Perfect, thanks! I've fixed a bug in the UUID set detection code, please try again using the latest unstable version.
@gmallios thank you, i tested it but it's showing
this is the btsnoop log from android, it contain the activation of the 3 mode: Normal, noise cancellation and transparency mode and maybe other information that i don't know off 😅
you can open it using wireshark, and filter exactly using bluetooth.dst == e8:ee:cc:6d:47:8a
to get data sent from android device to the liberty 4 nc
SoundCoreReversing project did help me to know how to get the data needed
@gmallios thank you, i tested it but it's showing
this is the btsnoop log from android, it contain the activation of the 3 mode: Normal, noise cancellation and transparency mode and maybe other information that i don't know off 😅
you can open it using wireshark, and filter exactly using
bluetooth.dst == e8:ee:cc:6d:47:8a
to get data sent from android device to theliberty 4 nc
SoundCoreReversing project did help me to know how to get the data needed
Those wireshark logs are very helpful! I believe there is enough data to parse the state response from the device, although that may take some time since some reverse engineering of the official app is needed. Some screenshots from the official app regarding the customizable buttons, ANC/Transparency options, settings screen and HearID screen will be very helpful to determining which features this device supports.
@souhaiebtar Also, if possible, i want some wireshark captures of the following flow:
- Start Capturing with the app closed and not running in the background
- Write down the ANC mode, EQ settings, etc (as much as possible in order to verify my results)
- Go to the app and change a value regarding ANC while documenting the change
- Fully close the app and reopen it
- Repeat this for as many ANC settings as possible (changing custom anc settings can be skipped, e.g. setting it to 1 and 5 is fine, no need to capture in between)