SolvedGalaxyBudsClient Linux port?
marvic2409 posts at
20 Answers
Share
Original✔️Accepted Answer
The port is mostly finished. Some stuff such as the tray bar integration is still missing, but this should be mostly usable.
Here is a beta build, just extract it somewhere and run the GalaxyBudsClient
executable. This is a self-contained build, no dependencies required.
https://github.com/ThePBone/GalaxyBudsClient/actions?query=workflow%3A%22Compile+Linux+binaries%22
- Select the latest job that finished successfully
- On the next page, scroll all the way down to the artifacts section
- Select your architecture and download the binary (GitHub account required to download artifacts!)
These binaries are all self-contained and don't need any dependencies. They should run on virtually all Linux distributions.
I don't support Linux setups that use proprietary NVIDIA drivers due to severe bugs/incompatibilities with the rendering backend (libSkia). You can still try but expect sudden crashes and segfaults.
Related Issues:
3
GalaxyBudsClient Linux port?
The port is mostly finished Some stuff such as the tray bar integration is still missing but this sh...
16
johnny five Browserify / Webpack support
I just ran into this issue At a high level the goal here would be to make requiring johnny-five in p...
10
pulseaudio modules bt Building DEB package
PPA source here https://launchpad.net/~eh5/+archive/ubuntu/pulseaudio-a2dp I've managed to get a wor...
9
pulseaudio modules bt PPA Ubuntu 19.10
So more Docker hacking and I have the emulated bluetooth device functioning which results in a worki...
8
Tasmota MagicHome LED (ESP-IR-B-v2.3 / ESP8285MOD ESP-M2) not working with tasmota f/w
Well I worked mine out Color order was just a case of switching the PWM1 and PWM2 because my LED str...
7
Tasmota More effects with leds
Hello everyone First of all thank you for this wonderful library I have found it very useful ...
6
Marlin Full graphic controller issues under Arduino >1.0.6
Just hit this with a Tevo Tornado with a MKS GEN L board and RRD Full Graphic Smart Controller tryin...
5
Marlin Extruder fan doesn't come on automatically.
To sum up the intended way to do configuration for the En_AUTO_FAN_PIN settings is to just comment o...
5
Marlin Reprap Discount Full Graphics Smart Controller Display is Garbled
I've tried 0 400 0 and 250 250 250 but nothing changes So here I am again ...
5
Tasmota lc technology 2ch relay
Closing issue as there is no feedback Please when you have time tell us if the proposed solution wor...
5
Tasmota Upgrade to Tasmota from Shelly mongoose trough SW ( not cable)
@seritos - it seems that the upload to the ftp server did not work for some builds but the actions w...
5
Tasmota Alternative PWM implementation for ESP8266 devices
Hi All I know this is an old issue This thread came up when I was looking to use Tasmota to control ...
5
nodemcu firmware Policy of supporting Lua in ROM
OK It looks as if I have ironed out most of the issues and can put together an evaluation PR ...
4
fwupd Can't update logitech unifying receiver: cannot handle firmware requirement 'not-child'
I have actually managed to install RQR24.06_B0030 by myself Here is what i did: Comment out lines 62...
4
nodemcu firmware Upgrade to SDK 3.0 -- update 1
I'll do the proper PR today or tomorrow Sorry guys but I've been a bit poorly and this has hit my ab...
3
Heimdall unable to compile from source
If you just want the command line tool then compilation (and download times) can be sped up ...
3
Marlin [BUG] TMC2209 Sensorless homing sensitivity is off
@boelle Thank you for reopening it I'm about to close it again but I will update for the benefit of ...
3
Marlin Ender 3 v1 with 4.2.7 board
Marlin Firmware to get Creality v4.2.7 boards working perfectly Steps to help anybody that needs to ...
3
Marlin Marlin with power loss and resume
which firmware version has this bugfix-1.1.x and bugfix-2.0.x how can I activate the feature so I ca...
3
Tasmota Alexa issue
You can try setoption41 40 PROBLEM DESCRIPTION I have been using the Tasmota version 6.3.0 for about...
3
Tasmota multiple switchtopics?
As you are running WITHOUT a relay it is not a sonoff and therefore anything could happen but appare...
3
nodemcu firmware enduser_setup "Handling POST" failure on 310faf7 and dev
Can we roll back to the version in 2.2.0.0 for the next drop to master giving someone with motivatio...
4
yadm Can I use this to track system level files?
Managing files outside of your home directory isn't really within the standard use-case for yadm ...
24
ghidra Ghidra does not render correctly with GDK_SCALE set (HiDPI display)
I found this in support/launch.properties Changing it to true fixed the problem for me. ...
20
radare2 Unable Detect Clang Compiler in MacOS
@SajjadPourali and @ZhangZhuoSJTU are you using binutils from brew (Check with brew list | grep binu...
17
go whatsapp Error decoding login resp
or simple use wac err := whatsapp.NewConn(20 * time.Second) wac.SetClientVersion(0 4 1307) ...
8
go whatsapp Login connection timed out
Hai I have some problem Connection failed code: 1000 text: Last few hours I got login connection tim...
8
Apktool (No resource found that matches the given name) decompiling / recompiling ,without any changes.
@iBotPeaches I really appreciate all the tough work you've done I decompile SHAREit_3.6.68_ww.apk th...
5
androguard When I run androlyze.py, I receive an error
you can use pip to clone from git like this: See https://pip.pypa.io/en/stable/reference/pip_install...
4
Osiris Pattern should be updated
New TraceToExit New Sig: 55 8B EC 83 EC 4C F3 0F 10 75 Note: changing this signature won't fix osisi...
3
go whatsapp document upload failed
I found same issue I try debug and i found response mediaConn like this I try change MediaConn struc...
3
androguard How to get Call graph using Androguard API
I just changed the code a little bit to get color for the methods: This also shows something importa...
3
InjectionIII Expected in: flat namespace
‘morning I'll be honest I’m grateful breakpoints are working as well as they are though injecting ca...
I saw in a previous closed issue that you stated that you were working on a linux/macos port. I am currently running linux and was wondering if I could somehow help out with the development/testing?