Quote:
Originally Posted by WalkingSilentz
I'm a third person trying to get this product working for this use! Works fine on the devices they officially support of course so getting it to work with my Libra 2 would simply be a bonus.
When connected to a phone, the buttons seem to emulate mouse/touches that either swipe from the top down, tap in the middle, or swipe from the bottom up. I've got access to evtest thanks to NiLuJe. Whilst the "D01" BT device is connected I don't seem to be able to get anything from it using evtest (but I get outputs if I use evtest on my Arch Linux device).
If I try 'logread -f' with the D01 ring connected it just shows a lot of "void BluetoothManager:  bjectManagerInterfacesRemoved" and then the same but with "Added" instead of removed.
Any other ideas? I have the same EV_KEYS entries as Shiplap, so tried their config also. Just to confirm, I also have the config for btpt in the .btpt folder, and it's simply named "D01" (definitely a 0, not O) with no extensions on the filename.
Would be amazing to get this working! Getting cold in town and I don't want to turn pages with an exposed hand.
|
I bought the same ring remote, and stumbled upon this thread trying to get it working with my Sage -- unearthing a bit of an older discussion to let you know that I was successful. I didn't need to patch the UHID module.
Using some of the information shared here, in conjunction with the configuration information in
Step 5 on this page, I can flip pages both forward and backward, by
double clicking the arrow buttons on the ring. My config file is saved as D01 in .btpt, and the contents are as follows:
Code:
nextPage EV_ABS ABS_X 512
prevPage EV_ABS ABS_X 3328
Works for me! I think I have done enough faffing around with it at this point that I don't dare try and sort out how I might be able to make it work with a single click instead.
Many thanks to everyone on this forum who shared bits of information that led me to a solution!