View Single Post
Old 10-15-2024, 02:16 PM   #297
readern4vi
Junior Member
readern4vi began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Oct 2024
Device: Kobo Libra Colour
Does this work on Libra Colour?

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?
readern4vi is offline   Reply With Quote