View Single Post
Old 02-18-2018, 04:35 PM   #11
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,796
Karma: 103362673
Join Date: Apr 2011
Device: pb360
The KOA2 page turn command data are completely different from the Voyage, as is the event number. See post #1 in this thread for more elaborate description.

To capture the data:
Code:
cat /dev/input/event5 > nextpage.dat
^C

cat /dev/input/event5 > prevpage.dat
^C
To turn to the next page:
Code:
cat nextpage.dat > /dev/input/event5
Data files contents:
Code:
 od -t x1 nextpage.dat 
0000000 75 e7 89 5a 16 43 02 00 01 00 6d 00 01 00 00 00
0000020 75 e7 89 5a 16 43 02 00 00 00 00 00 00 00 00 00
0000040 75 e7 89 5a b9 f8 04 00 01 00 6d 00 00 00 00 00
0000060 75 e7 89 5a b9 f8 04 00 00 00 00 00 00 00 00 00

od -t x1 prevpage.dat 
0000000 97 e7 89 5a 5f db 04 00 01 00 68 00 01 00 00 00
0000020 97 e7 89 5a 5f db 04 00 00 00 00 00 00 00 00 00
0000040 97 e7 89 5a db de 07 00 01 00 68 00 00 00 00 00
0000060 97 e7 89 5a db de 07 00 00 00 00 00 00 00 00 00
Attached Files
File Type: gz oasis_pageturn.tar.gz (197 Bytes, 227 views)
j.p.s is offline   Reply With Quote