rsync, also copies metadata (permissions, dates ..) of files, unlike adb pull. just tried, worked fast. See http://ptspts.blogspot.nl/2015/03/how-to-use-rsync-over-adb-on-android.html For my android device, after setting up, I used rsync -av --progress --stats rsync://localhost:6010/root/storage/emulated/legacy/ /mnt/bk/androiddevice/sdcard/ instead of rsync -av --progress --stats rsync://localhost:6010/root/sdcard/ /mnt/bk/androiddevice/sdcard/ b/c /sdcard turned out to be a symlink to /storage/emulated/legacy.
-- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-porting+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.