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

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

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