Hello,
I just wanted to understand if this patch works on Libra Colour.
I installed FBInk on my Kobo, since it is necessary to make the QR code show up with this
Kobo File Server mod.
The following is the code from this mod, that should display the image on the Kobo. However, when I test it on my actual Libra, it does not display.
Code:
#!/bin/sh
WORK_DIR="${0%/*}"
FBINK=/usr/bin/fbink
$WORK_DIR/kobofileserver >>$WORK_DIR/log.txt 2>&1 &
sleep 1s
[ -e "$FBINK" ] && $FBINK -g file=$WORK_DIR/qrcode.png,halign=CENTER,valign=CENTER -f
Is this an issue with the code of the mod, or does FBInk need to be updated for Libra Colour?