bilogic
bilogic
Ok... 1. Where are the "different cert auth methods" documented? 2. https://scontent.xx.fbcdn.net/v/t39.8562-6/455962147_1148247109601582_1673264986279156121_n.pdf?_nc_cat=101&ccb=1-7&_nc_sid=e280be&_nc_ohc=jJjOSDHnf5UQ7kNvwG8VXgy&_nc_oc=Adnc-fxOGUJbX9yFtP5mVIUP5S4LgHNuKrsx3JZ_6ghQ0kbtre0niq9X74NIvQhBnIY&_nc_zt=14&_nc_ht=scontent.xx&_nc_gid=yF2uFxWBNL3xzoK9sm9fiQ&oh=00_AfXkr_-k-uZ5yDTC8mB-9Z1ZwMt5go0tPTw-CStNRX6L_w&oe=68A8F899 I cannot find any "cert" word in this file
@Fell what was the setting you changed?
> Spoiler alert: it didn't actually work anyway (AFAIK) ;). What does _it_ refer to? 1. Bluetooth isn't killed when KOReader starts? (My Libra 2 BT dies when KOReader is...
I managed to get my BT page turner connected to my Libra 2 while in KOReader. 1. Pair and connect your BT page turner using native Kobo firmware first 2....
Thanks @NiLuJe I took a quick look at device.lua, quite readable to me, but I have quite a challenge here: 1. I don't have the setup to compile KOReader yet...
### `evtest /dev/input/event3` captures from my BT page turner ``` Input driver version is 1.0.1 Input device ID: bus 0x5 vendor 0x2717 product 0x40 version 0x23 Input device name: "camera...
@NiLuJe I hope it's clear I'm not that familiar with the inner workings of Linux and totally new to LUA. I develop in other languages but able to follow build...
### output of `cat event3` from 1 click ``` n� d�` � n� d�` sn� d�` n� du � n� du sn� du ``` As I don't see 2 of...
Is there a way to write a small LUA script to test the decoding of `event3` and run it from the CLI of the kobo telnet/SSH?
> Looking at the example config in https://github.com/tylpk1216/kobo-btpt#example-configuration, for instance. My BT registers these values ``` prevPage 4 4 786666 nextPage 4 4 786665 ``` Ok, after messing around with...