Hi, all,
Use mount cmd, can mount windows dir to android:
step 1:
PC side: share a folder in windows;
step 2:
Android side: $busybox mount -o user=win_user,password=***** //10.0.0.1/bug /mnt/sdcard/bugs
* in the cmd line, //10.0.0.1/bug is the share-dir, /mnt/sdcard/bugs is the folder in which you can see the share-dir.
It may be more convenient than copying files to sdcard.
Best Regards,
GangLiu