How to reliable copy files from android to pc

c33s

Julian

Posted on March 3, 2019

How to reliable copy files from android to pc

can't belive that we are sending persons to the moon but its not possible to reliable copy files from android to the pc.

the mtp protocol is a real s**t, files are not there which i know that they are there. often my workaround was to copy the file to the external sd and connect the sd via a cardreader to the pc. also tried apps like SD Scanner which refreshes the file database(?) so the files are correctly displayed on the pc.

what really helped was installing adb, enabling the developer mode and simply use the pull function to copy the whole directory.

adb pull /storage/emulated/0
Enter fullscreen mode Exit fullscreen mode

links:

💖 💪 🙅 🚩
c33s
Julian

Posted on March 3, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related