Quote:
Originally Posted by Renate
You can always do some sleuthing with my UsbMode.apk
|
@Renate Thank you so much. That's exactly what I needed. Through your UsbMode app I found the following:
1. The directional buttons act like a mouse cursor. Their actions mimic swipes not not button presses! (In hindsight it makes sense as the device was advertised as a remote for tiktok.)
2. Only the camera button (at the very bottom) registers a button click as follows:
(pressing the button alternates between VOLUME_DOWN and VOLUME_UP
Quote:
Source id: 12
HID usage: 0c:00ea
Linux code: 114
Symbol: VOLUME_DOWN
Source id: 12
HID usage: 0c:00e9
Linux code: 115
Symbol: VOLUME_UP
|
I changed my config to:
Quote:
nextPage EV_KEY VOLUME_UP 115
prevPage EV_KEY VOLUME_DOWN 114
|
but it had no effect. In any case, unless I could make the directional buttons work, the device is useless for me.
P.S.: Love the old school design of your website. Just functional without bloat.