-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Soundcore Space Q45/A3040 Support #18
Comments
@capz @neverknowsless @adriantoddross |
@gmallios what do you need me to try? I've downloaded the latest build as linked from the main page but when i start it i don't see my Q45 show up, even though it is connected and working. Are there specific steps i need to do or things i need to disable? I am using multipoint connection so it's connected to my phone and pc at the same time. Not sure if that's an issue or not. |
Try with only the pc connected and also check if you have the latest build. If neither works, reply with the Bluetooth name of the device. The app now filters the device list using the Bluetooth name. Also, are you able to change the Bluetooth name of the Q45s through the official Soundcore App? |
I could help to test too, i have both the Space Q45 and the A3i |
I can help with the Q45. |
I have the Q45, but I use Linux and Android only. Is it possible to use a traffic analyzer on Android to gather the commands from the app to the headphones? Soundcore has repair guides and replacement parts, so their attitude towards "tinkering" might be positive. Did you try to contact them and ask for useful information that would aid development? |
Unfortunately Linux or Android are not supported as of now because the app uses a custom Bluetooth library since no Rust libraries exist which support RFCOMM and are cross-platform. I have planned to switch over to the BLE protocol by using the btleplug library which is cross-platform but it's not done as of now. You can capture pcap files on android which will help aid development a lot but I don't think Soundcore/Anker would be able or be willing to release details on the protocol and their firmware due to lincensing. They even obfuscated the latest versions of their app which made reverse engineering their protocol non-trivial and much more time consuming. If you figure out how to export pcap files please add upload them and link them to this issue. Just make sure to begin capturing before you open the app, since some communication takes place while connecting. I will also be getting the Q45s in christmas so support is coming (you can see progress on the nom_parsing branch). Thanks! |
Nice project I was testing this with my Q45. I'm just stuck on loading screen. Logs seam normal to me
|
Current status of Soundcore Space Q45 (A3040) support:
Wireshark logs along with a description are much needed!
The text was updated successfully, but these errors were encountered: