Open ghost opened 7 years ago
Why do you think so? That log looks completely normal to me, it was able to start just fine. On Thu, Mar 30, 2017 at 17:32 Colin han notifications@github.com wrote:
[2017-03-30 16:13:58.783] INF/device:plugins:touch 29264 [b827eb32b11e_1-1.5.4.2] Connecting to minitouch service [2017-03-30 16:13:59.225] INF/device:plugins:touch 29264 [b827eb32b11e_1-1.5.4.2] minitouch says: "Note: device /dev/input/event1 was outscored by /dev/input/event0 (1100 >= 1000)" [2017-03-30 16:13:59.226] INF/device:plugins:touch 29264 [b827eb32b11e_1-1.5.4.2] minitouch says: "Note: device /dev/input/mice is not supported by libevdev" [2017-03-30 16:13:59.574] INF/device:plugins:touch 29264 [b827eb32b11e_1-1.5.4.2] minitouch says: "Type B touch device goodix_ts (1080x1920 with 16 contacts) detected on /dev/input/event0 (score 1100)" [2017-03-30 16:13:59.575] INF/device:plugins:touch 29264 [b827eb32b11e_1-1.5.4.2] minitouch says: "Note: hard-limiting maximum number of contacts to 10" [2017-03-30 16:14:00.320] INF/device:plugins:touch 29264 [b827eb32b11e_1-1.5.4.2] minitouch says: "Connection established"
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/openstf/minitouch/issues/16, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB-_XgUuGukbvj-dNOlSG-GZTRgp-lzks5rq2ifgaJpZM4MuB4u .
it starts just fine , but minitouch can not execute the command on that device
Ok so what exactly do you do? And what happens? Nothing? On Thu, Mar 30, 2017 at 18:02 Colin han notifications@github.com wrote:
it starts just fine , but minitouch can not execute the command on that device
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/openstf/minitouch/issues/16#issuecomment-290348170, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB-_XfMRB1kE7dcNfO3gQ72oi3mVCFkks5rq2-XgaJpZM4MuB4u .
I want to know why minitouch can not work normally on lenovo P1 , above are my logs , thanks
It's not possible for me to do anything without having access to the device. Do you think your company could donate one to OpenSTF?
Also, please run 'adb devices -l' and paste the output for that device here.
Additionally, run 'adb shell getevent -elp' (or maybe adb shell getevent -lp) and paste the output here.
On Thu, Mar 30, 2017 at 18:12 Colin han notifications@github.com wrote:
I want to know why minitouch can not work normally on lenovo P1 , above are my logs , thanks
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/openstf/minitouch/issues/16#issuecomment-290350530, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB-_d2BxCih5Ylb8cx6T09SbfUcIumNks5rq3HygaJpZM4MuB4u .
List of devices attached 7c2adc87 device product:passionc5 model:Lenovo_P1c58 device:passionc5
add device 1: /dev/input/event10 name: "Validity_Navigation_Sensor" events: KEY (0001): 0235 0236 input props:
I meet the same problem on lenovo P1, minitouch can start, but can not execute the command on that device.
HJdeMacBook-Pro:~ hj$ adb shell /data/data/com.android.shell/minitouch WARNING: linker: /data/data/com.android.shell/minitouch: unused DT entry: type 0x6ffffffe arg 0xb00 WARNING: linker: /data/data/com.android.shell/minitouch: unused DT entry: type 0x6fffffff arg 0x1 Note: device /dev/input/event1 was outscored by /dev/input/event0 (2100 >= 1000) Note: device /dev/input/mice is not supported by libevdev Type B touch device goodix_ts (1080x1920 with 16 contacts) detected on /dev/input/event0 (score 2100) Note: hard-limiting maximum number of contacts to 10
Either of you willing to donate a device? Are they your personal phones or phones you use for testing at your companies?
@thinkhy Any chance you have a Lenovo P1? Can you verify & check whether there's some security setting that you need to enable like on Xiaomi phones?
@sorccu currently I can't get a Lenovo P1, I've checked similar Lenovo devices, still can't reproduce the problem. Sometimes I also hit the same problem of minitouch on certain ROMs, my solution is refurbishment of ROM ..
[2017-03-30 16:13:58.783] INF/device:plugins:touch 29264 [b827eb32b11e_1-1.5.4.2] Connecting to minitouch service [2017-03-30 16:13:59.225] INF/device:plugins:touch 29264 [b827eb32b11e_1-1.5.4.2] minitouch says: "Note: device /dev/input/event1 was outscored by /dev/input/event0 (1100 >= 1000)" [2017-03-30 16:13:59.226] INF/device:plugins:touch 29264 [b827eb32b11e_1-1.5.4.2] minitouch says: "Note: device /dev/input/mice is not supported by libevdev" [2017-03-30 16:13:59.574] INF/device:plugins:touch 29264 [b827eb32b11e_1-1.5.4.2] minitouch says: "Type B touch device goodix_ts (1080x1920 with 16 contacts) detected on /dev/input/event0 (score 1100)" [2017-03-30 16:13:59.575] INF/device:plugins:touch 29264 [b827eb32b11e_1-1.5.4.2] minitouch says: "Note: hard-limiting maximum number of contacts to 10" [2017-03-30 16:14:00.320] INF/device:plugins:touch 29264 [b827eb32b11e_1-1.5.4.2] minitouch says: "Connection established"