PINE64
Transferring files from Android phone (via USB) - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: General Discussion on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=112)
+--- Thread: Transferring files from Android phone (via USB) (/showthread.php?tid=8990)

Pages: 1 2


RE: Transferring files from Android phone (via USB) - weskerfoot - 02-14-2020

You should be able to use the ADB tool if you enable USB debugging on your phone. Use "adb pull/push"

You can verify it's working by running "adb devices"

I can help you if you need more info than that.