adb-root icon indicating copy to clipboard operation
adb-root copied to clipboard

not compatible with Python2.7 or Python 3.8?

Open docfate111 opened this issue 3 years ago • 1 comments
trafficstars

Traceback (most recent call last):
  File "adb-root.py", line 72, in <module>
    pull()
  File "adb-root.py", line 60, in pull
    result = subprocess.run(['adb', 'shell', "su -c", "dd if="+args.source], stdout=file)
AttributeError: 'module' object has no attribute 'run'

docfate111 avatar May 19 '22 04:05 docfate111

It should be compatible with python >= 3.5 so for example 3.8. You should not use python 2 anymore, since it is eol.

Jakeler avatar May 27 '22 22:05 Jakeler