View Single Post
Old 01-28-2024, 01:00 PM   #33
Clouds
Member
Clouds began at the beginning.
 
Posts: 24
Karma: 10
Join Date: Aug 2017
Device: Kobo Aura One
Quote:
RMKIT_KOBO_ANY=1 sh /opt/bin/remux.sh
That got me another step further:

# RMKIT_KOBO_ANY=1 sh /opt/bin/remux.sh
COULDNT OPEN machine id FILE 2
*** UNRECOGNIZED KOBO DEVICE, TOUCH MAY NOT WORK ***
W: 1404 H: 1872 S: 1408
XRES 1404 YRES 1872 BPP 32 GRAYSCALE 0
OPENING /dev/input/event0 AS BUTTONS
OPENING /dev/input/event1 AS TOUCH
OPENING /dev/input/event2 : UNKNOWN EVENT DEVICE
OPENING /dev/input/event3 : UNKNOWN EVENT DEVICE
ERROR OPENING INPUT DEVICE /dev/input/event4
READING CONFIG FROM /home/root/.config/remux/remux.conf
No such file or directory
No such file or directory
No such file or directory
memory stats took 0.0338795
CURRENT APP IS Nickel
RESETTING BPP TO 32
SETTING SCREEN DEPTH 32
STARTING SUSPEND THREAD
STARTING FIFO THREAD
LAST SUSPEND LOOP WAS 1706436226 AGO, RESETTING IDLE TIMER
SETTING UP GESTURES
SETTING LAUNCH GESTURES TO DEFAULT
ADDED SWIPE GESTURE:
command:
gesture: swipe
fingers:
min_events:
zone: 0 0 140 1872
direction: up
distance:
ADDED SWIPE GESTURE:
command:
gesture: swipe
fingers:
min_events:
zone: 1263 0 1404 1872
direction: up
distance:
ADDED SWIPE GESTURE:
command:
gesture: swipe
fingers:
min_events:
zone: 0 0 140 1872
direction: down
distance:
ADDED SWIPE GESTURE:
command:
gesture: swipe
fingers:
min_events:
zone: 1263 0 1404 1872
direction: down
distance:


Does it work? Well, somewhat. The swipe gestures are recognized now.
When swiping up or down on the side of the screen, I get:

NOT SHOWING LAUNCHER IN LANDSCAPE
CURRENT APP IS Nickel
current app took 0.0109608
SENDING 19 TO GROUP -736 RET 0
SENDING 19 TO GROUP -614 RET 0
stopping apps took 0.0234948
SNAPSHOTTING Nickel
COMP TOOK 0.24051 TOTAL SIZE 7501 KBYTES, 480124 ELEMENTS
No such file or directory
No such file or directory
No such file or directory
memory stats took 0.029977
SETTING SCREEN DEPTH 32
DISPLAYED LAUNCHER FOR 411 MS
NOT HIDING LAUNCHER BECAUSE INTERVAL < 500


Unfortunately, nothing visibly happens on the Kobo screen.
Input on Nickel doesn't work after swiping up/down, I assume because remux captures touch input until the command to return to Nickel is received.

The result is the same for both the remux for older kernel that you posted, and the remux_clara version from your previous comment.

I noticed in the output READING CONFIG FROM /home/root/.config/remux/remux.conf. The folder /home/root/.config/remux/ exists, but the file remux.conf does not exist. Should it exist? If so, what should be in there?
Clouds is offline