adb shell command
I want to push image
to sdcard
via adb shell command
which are stay in my d:\folder
Are you trying to do
adb push d:\folder\myimage.jpg /sdcard/myimage.jpg
Depending on your Android version, it could also be /mnt/sdcard/myimage.jpg
.
If you want to put it where you other images are, you could push it to mnt/sdcard/DCIM/Camera/myimage.jpg
.
精彩评论