TheLastProject / ShareToInputStick

Share directly to an InputStick from Android's Share menu
https://play.google.com/store/apps/details?id=me.hackerchick.sharetoinputstick
MIT License
39 stars 3 forks source link

Won't directly connect #40

Closed Norgus closed 1 month ago

Norgus commented 1 month ago

I tried the app with a new inputstick, and when I choose it in the list of detected devices, fails with the message

BT 4.0 RXTX not found

I am using BT LTE and have set the encryption password up using the InputStickUtility

edit: forgot to mention that the 'USE INPUTSTICKUTILITY' button does work, but it is very annoying to have to press it every time.

TheLastProject commented 1 month ago

While I don't recognize the message you saying "new inputstick" and seeing we're one commit behind on the official library, missing this commit: https://github.com/inputstick/InputStickAPI-Android/commit/6f2056be0f091b900e621c0222452a908f0fc9e7

That sounds believable as reason why you'd have issues (mine is quite old). I'll try to get you a debug build later

TheLastProject commented 1 month ago

I created https://github.com/TheLastProject/ShareToInputStick/pull/42, it contains a debug build. Could you see if that works for you? You may have to uninstall the app first before this wants to install.

Norgus commented 1 month ago

I created https://github.com/TheLastProject/ShareToInputStick/pull/42, it contains a debug build. Could you see if that works for you? You may have to uninstall the app first before this wants to install.

Thanks! It worked right away, I have successfully sent text through the bt connection now. Is it sensible to continue using this build until you update f-droid/play store?

TheLastProject commented 1 month ago

Thanks for testing! Yeah, the build is safe, it's just a debug build so it doesn't contain all performance optimizations that are normally applied.

I'll try to cut a new release with this fix soon :)