You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-06-07 15:20:06.331 | INFO | pyminitouch.utils:is_device_connected:56 - device DCO-AL00 online
2023-06-07 15:20:06.332 | INFO | pyminitouch.connection:__init__:87 - searching a usable port ...
2023-06-07 15:20:08.334 | INFO | pyminitouch.connection:__init__:89 - device 127.0.0.1:16384 bind to port 20933
2023-06-07 15:20:08.376 | INFO | pyminitouch.connection:get_abi:35 - device 127.0.0.1:16384 is x86_64
2023-06-07 15:20:08.405 | INFO | pyminitouch.connection:__init__:27 - minitouch already existed in 127.0.0.1:16384
2023-06-07 15:20:08.405 | DEBUG | pyminitouch.connection:_forward_port:128 - forward command: adb -s 127.0.0.1:16384 forward tcp:20933 localabstract:minitouch
2023-06-07 15:20:08.417 | DEBUG | pyminitouch.connection:_forward_port:130 - output: b'20933\r\n'
2023-06-07 15:20:08.418 | INFO | pyminitouch.connection:_start_mnt:141 - start minitouch: adb -s 127.0.0.1:16384 shell /data/local/tmp/minitouch
/system/bin/sh: /data/local/tmp/minitouch: can't execute: Is a directory
code:
from pyminitouch import MNTDevice
_DEVICE_ID = '127.0.0.1:16384'
device = MNTDevice(_DEVICE_ID)
# print the maximum x and Y coordinates
print("max x:", device.connection.max_x)
print("max y:", device.connection.max_y)
device.stop()
The text was updated successfully, but these errors were encountered:
code:
The text was updated successfully, but these errors were encountered: