Diob

Results 5 comments of Diob

try s.shutdown(1) before closing the socket.

This seems to work for me as a workaround for the dump hang when not using UIAutomator. I have modified the while True loop in dump and list from: ```...

__send(framebuffer:, checkok=True, reconnect=False) __checkOk() checkConnected() checkConnected: returning True setAlarm(15) __checkOk: recv= 'OKAY' setAlarm(0) __checkOk: returning True __receive() checkConnected() checkConnected: returning True __receive: receiving 52 bytes __receive: returning len= 52 takeSnapshot:...

You could try: views = vc.findViewsWithAttribute('class', android.widget.ImageView) And then do something like: views[0].touch()

I have made a script for that conversion to use AVC with sendevent touches and added it to adbclient for my specific situation. I am using API 8. I have...