android - self.socket.recv() wrong reading in adbclient.py while trying to run it on Python 3 -


i'm trying run androidviewclient example file (dump-simple.py) python 3.3

i fixed essential syntax issues in viewclient.py , adbclient.py files convert them run on python 3.

i have android tablet usb connected pc, see via cmd adb commands. working on windows7 os.

currently facing following problem:

in places self.socket.recv() function used in adbclient.py file returns b'' string

i tried 4 different andoid devices 4 different vendors , b'' returned self.socket.recv() of them.

what doing wrong, did still not converted work python 3?


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -