useful_stuff.get_all()
I hope you find this useful!
Tuesday, March 24, 2020
pull multiple files from android via adb
Got answer from https://stackoverflow.com/questions/11074671/adb-pull-multiple-files
adb shell 'ls /sdcard/DCIM/Camera/20200327*.mp4' | tr -d '\r' | xargs -n1 adb pull
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment