How to push file from android device to linux desktop? -


how push/pull file android device linux desktop? i've created lsmod log of device, unable pull device desktop of linux distro.

you can user adb pull/push file android device pc viceversa using usb cable

copy file android device pc

adb pull /sdcard/yourfile yourpc's location 

copy file pc android device

adb push filefromyourpc /sdcard/file 

Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -