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
Post a Comment