android file copy example
* IN galaxy S5
Step 1)
Install ADT : Android Developer Tools
Step 2)
Run adb command : adb pull source-location dest-location
example) Copy torrent/myfile.mp4 To ~/tmp
mulder@~/devapp/android-adt/sdk/platform-tools$ adb pull "/mnt/shell/emulated/0/torrent/myfile.mp4" ~/temp