Chuck Claunch

Results 30 comments of Chuck Claunch

I'm really sorry I've just been swamped at my day job and the project I thought would be using this got put off. I may have time at some point...

`getBluetoothType()` appears to be a virtual method in the C++ side, maybe JNI doesn't like that? The `getTxPower` method is definitely implemented. I'll try that function on the C++ side.

I actually tested this last night on a [ruuvi tag](https://tag.ruuvi.com/) and the `BluetoothDevice::enable_manufacturer_data_notifications()` function does indeed work. As I commented on issue #99, I noticed that on some devices it's...

I realize this is an old issue, but just wanted to put some more detail to it. I am also seeing the `Cannot connect to server` response. In further researching...

@ethanak thanks for pointing me in the right direction! I do know that packets are getting to my server, hence the server log showing the `invalid length of startup packet`....

I ended up having multiple issues, only one of which was code. I ended up resolving them all so I'll describe them just in case it helps someone else: 1....

Hey @SaudAlfurhud [this](https://github.com/ethanak/SimplePgSQL/pull/3) was the PR but it never got merged.

Adding this worked for me to remove the extra offending line: sed -i '/kitware.com/d' /etc/apt/sources.list

FWIW you can also solve this with a one liner, if you don't care about installing kitware's keyring repo. This will simply update the offending key: curl -sSL https://apt.kitware.com/keys/kitware-archive-latest.asc |...

@chansearrington can you link back to specific community posts you're referring to? I wouldn't mind following along there either. I have been going back and forth with @SDNick484 in the...