Context
Soundcore Control (formerly Liberty Control) supports multiple Soundcore models through a generic device registry (src/devices.rs) instead of being hardcoded to one earbud. This issue tracks device support on an ongoing basis. Comment or open a new issue to request a model that isn't listed below.
Supported devices
| Model |
Status |
Notes |
| Liberty 4 Pro |
Fully supported |
Continuous ambient slider, original supported device |
| R60i NC |
Fully supported |
Confirmed via testing; mode-only ambient picker (no manual intensity range) |
| P20i / P25i / R50i |
Added, unverified |
Bluetooth name guessed as soundcore P20i, needs confirming on real hardware |
| Life Q30 |
Added, unverified |
Bluetooth name guessed as soundcore Life Q30, needs confirming on real hardware |
| Space One Pro |
Added, unverified |
Bluetooth name guessed as soundcore Space One Pro, needs confirming on real hardware |
If you own an "unverified" model: try connecting, and if it's not found, run bluetoothctl info <MAC> (or check your Bluetooth settings) and post the exact Name: it reports here.
Needs support (not yet added)
Not on the list above? openscq30-lib (the Bluetooth library this app is built on) already supports many more Soundcore models. See its device table: https://github.com/Oppzippy/OpenSCQ30#supported-devices. Adding one to Soundcore Control just means registering it in src/devices.rs. Comment here with your model and, if known, the exact Bluetooth name it advertises.
Also open
- In-app illustrations only exist for Liberty 4 Pro and R60i NC so far. Other models fall back to a generic vector placeholder. Contributions welcome.
Context
Soundcore Control (formerly Liberty Control) supports multiple Soundcore models through a generic device registry (
src/devices.rs) instead of being hardcoded to one earbud. This issue tracks device support on an ongoing basis. Comment or open a new issue to request a model that isn't listed below.Supported devices
soundcore P20i, needs confirming on real hardwaresoundcore Life Q30, needs confirming on real hardwaresoundcore Space One Pro, needs confirming on real hardwareIf you own an "unverified" model: try connecting, and if it's not found, run
bluetoothctl info <MAC>(or check your Bluetooth settings) and post the exactName:it reports here.Needs support (not yet added)
Not on the list above?
openscq30-lib(the Bluetooth library this app is built on) already supports many more Soundcore models. See its device table: https://github.com/Oppzippy/OpenSCQ30#supported-devices. Adding one to Soundcore Control just means registering it insrc/devices.rs. Comment here with your model and, if known, the exact Bluetooth name it advertises.Also open