I've noticed that pushing directories with a small number (e.g., 50) of small files (e.g., 20 KByte) doesn't timeout. But pushing a directory with a large number (e.g., 1000+) of large files (e.g., 500 KByte) times out frequently: typically after about 20 files, but sometimes as frequently as after 3 files. I've reported this issue (issue 7327) to the issue tracker.
- Greg On Mar 23, 12:57 am, greg <[email protected]> wrote: > I have a large directory (about 700 MByte) I'm trying to push to a 4 > GByte emulated SD card (in a Platform 2.1 AVD) by dragging and > dropping the directory onto the ddms file explorer's /sdcard > directory, but ddms is timing out after about 20 MByte of pushing. > The following command line error message appears: > > 34:05 E/ddms: ADB rejected shell command (ls -l /) > Failed to push the items: timeout > > - - - > > When ddms is connected to an actual device (Nexus One), the same drag > and drop operation successfully completes. > > I looked but didn't see any mention of timeout control options in the > ddms documentation > athttp://developer.android.com/intl/de/guide/developing/tools/ddms.html > or the Dev Tools application running on the emulator. Has anyone > experienced this or have a tip to fix it? > > Thanks, > Greg -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

