We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run minitouch in kaios (base on firefoxos ) ,not working with this error: /data/local/tmp/minitouch[7]: syntax error: 'newline' unexpected
steps:
adb -s e118d13 forward tcp:20945 localabstract:minitouch
adb -s e118d13 shell /data/local/tmp/minitouch /data/local/tmp/minitouch[7]: syntax error: 'newline' unexpected
maybe this info can help
adb shell getevent -lp add device 1: /dev/input/event5 name: "msm8909-skuc-qf2809-snd-card Headset Jack" events: SW (0005): SW_HEADPHONE_INSERT SW_MICROPHONE_INSERT SW_LINEOUT_INSERT SW_JACK_PHYSICAL_INS SW_MUTE_DEVICE SW_MAX 0010
input props: add device 2: /dev/input/event4 name: "msm8909-skuc-qf2809-snd-card Button Jack" events: KEY (0001): KEY_VOLUMEDOWN KEY_VOLUMEUP KEY_MEDIA BTN_4 BTN_5 BTN_6 BTN_7 KEY_VOICECOMMAND input props: INPUT_PROP_TOPBUTTONPAD add device 3: /dev/input/event2 name: "qpnp_pon" events: KEY (0001): KEY_VOLUMEDOWN KEY_POWER input props: INPUT_PROP_TOPBUTTONPAD add device 4: /dev/input/event1 name: "hall" events: KEY (0001): 0256 input props: INPUT_PROP_TOPBUTTONPAD could not get driver version for /dev/input/mice, Not a typewriter add device 5: /dev/input/event3 name: "gpio-keys" events: KEY (0001): KEY_VOLUMEUP KEY_CAMERA input props: add device 6: /dev/input/event0 name: "matrix_keypad.72" events: KEY (0001): KEY_1 KEY_2 KEY_3 KEY_4 KEY_5 KEY_6 KEY_7 KEY_8 KEY_9 KEY_0 KEY_ENTER KEY_UP KEY_LEFT KEY_RIGHT KEY_DOWN KEY_MENU KEY_BACK KEY_HOMEPAGE KEY_SEND KEY_MESSENGER KEY_NUMERIC_STAR KEY_NUMERIC_POUND MSC (0004): MSC_SCAN input props:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Run minitouch in kaios (base on firefoxos ) ,not working with this error:
/data/local/tmp/minitouch[7]: syntax error: 'newline' unexpected
steps:
maybe this info can help
input props:
add device 2: /dev/input/event4
name: "msm8909-skuc-qf2809-snd-card Button Jack"
events:
KEY (0001): KEY_VOLUMEDOWN KEY_VOLUMEUP KEY_MEDIA
BTN_4
BTN_5 BTN_6 BTN_7
KEY_VOICECOMMAND
input props:
INPUT_PROP_TOPBUTTONPAD
add device 3: /dev/input/event2
name: "qpnp_pon"
events:
KEY (0001): KEY_VOLUMEDOWN KEY_POWER
input props:
INPUT_PROP_TOPBUTTONPAD
add device 4: /dev/input/event1
name: "hall"
events:
KEY (0001): 0256
input props:
INPUT_PROP_TOPBUTTONPAD
could not get driver version for /dev/input/mice, Not a typewriter
add device 5: /dev/input/event3
name: "gpio-keys"
events:
KEY (0001): KEY_VOLUMEUP KEY_CAMERA
input props:
add device 6: /dev/input/event0
name: "matrix_keypad.72"
events:
KEY (0001): KEY_1 KEY_2 KEY_3
KEY_4
KEY_5 KEY_6 KEY_7
KEY_8
KEY_9 KEY_0 KEY_ENTER
KEY_UP
KEY_LEFT KEY_RIGHT KEY_DOWN
KEY_MENU
KEY_BACK KEY_HOMEPAGE KEY_SEND
KEY_MESSENGER
KEY_NUMERIC_STAR KEY_NUMERIC_POUND
MSC (0004): MSC_SCAN
input props:
The text was updated successfully, but these errors were encountered: