Mirror of https://github.com/melianmiko/OpenFreebuds
MelianMiko c7dcc86fb9 [Bump version] v0.15.1 | 3 days ago | |
---|---|---|
.github | 1 month ago | |
debian | 3 days ago | |
docs | 4 days ago | |
openfreebuds | 4 days ago | |
openfreebuds_backend | 3 days ago | |
openfreebuds_cmd | 1 month ago | |
openfreebuds_qt | 3 days ago | |
scripts | 3 days ago | |
.gitignore | 1 month ago | |
CHANGELOG.md | 3 days ago | |
LICENSE | 2 years ago | |
README.md | 4 days ago | |
poetry.lock | 4 days ago | |
pyproject.toml | 3 days ago |
Desktop application to manage wireless headphones from HUAWEI/Honor
This application allows to control HUAWEI FreeBuds earphone settings from PC. Check exact battery level, toggle noise cancellation, control built-in equalizer, change gestures, and all other in-device settings and features are now available without official mobile application.
See device page to get information about supported features. If your device isn't listed here, you could try to use it with profile for other model.
May also work with newer/older devices in same series. If you want to get better compatibility of some model, you could create Bluetooth traffic dump to help making OpenFreebuds better.
curl -s https://deb.mmk.pw/setup | sudo bash -
sudo apt install openfreebuds
openfreebuds
available in AUR.
Most recent dev
-binaries can be found in GitHub Actions build artifacts.
Requirements:
lrelease
;Also, some dev-scripts may have their own requirements, like python3-polib
for
./scripts/sync_translations.sh
. Setup poetry env and dependencies before
continue:
poetry install
./scripts/make.py build_launch
If everything above is installed & added to PATH
, just run:
.\scripts\build_win32\make.cmd
Output binaries will be located in scripts\build_win32\dist
Install all packaging dependencies automated way:
apt install build-essentials && ./scripts/install_dpkg_dependencies.sh
.
dpkg-buildpackage -b
Output file will be located in parent folder (../*.deb
).