View Single Post
Old 07-01-2018, 07:42 AM   #24
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@7hir7een: In the meantime, I guess I can ask you a few more things to try...

Does
Code:
hexdump /dev/input/by-path/platform-gpiokey.0-event
work [it'll 'hang' until you tap some keys if it does] (if it doesn't, is there something remotely looking like it might point to the physical keys in /dev/input/by-path/? [i.e., send me a ls -lash /dev/input/by-path/ & a cat /proc/bus/input/devices ]).

If it works, tap a few times on each physical buttons and send me the output (again, in a specific order so I can figure out which is which ^^).

----

And the final thing: does it still rotate automatically based on its physical orientation?

If yes, does
Code:
lipc-get-prop -s com.lab126.winmgr accelerometer
yield something?

And if it does, what about
Code:
cat /proc/bus/input/devices | grep -e 'Handlers\\|EV=' | grep -B1 'EV=d'| grep -o 'event[0-9]'
?

With that answered, I should be able to match the KOA1 feature-set .

Last edited by NiLuJe; 07-01-2018 at 07:46 AM.
NiLuJe is offline   Reply With Quote