Genymobile / scrcpy

Display and control your Android device
Apache License 2.0
112.03k stars 10.72k forks source link

files transfer between PC and mobile #1090

Open Leo-Lionni opened 4 years ago

Leo-Lionni commented 4 years ago

hello. please!I want one feature that looks like this: it can easily transfer files from mobile phones to computers. And now,i can drag and drop files from PC to phone only, and only support partial formats such as.zip,.bmp,.png,.docx,.pdf...

reversegear commented 4 years ago

use adb pull for transfer files between Phone to PC

ranolfi commented 4 years ago

I highly recommend https://github.com/spion/adbfs-rootless.

Combine it with a script to issue adb shell "su -c 'am broadcast -a android.intent.action.MEDIA_MOUNTED -d file:///mnt/sdcard'" to trigger a media rescan when needed.