adb-root
adb-root copied to clipboard
Script to transfer files over adb as root
Results
2
adb-root issues
Sort by
recently updated
recently updated
newest added
``` Traceback (most recent call last): File "adb-root.py", line 72, in 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...
Let pull files with wildcards. dst-filename=src-filename always. Destination must be always a directory.