I'm wondering if anyone else has come across this problem, and if so
if they have found a workaround. I have a testing tool which generates
md5 checks on local files, and then attempts to match them to the
mirrored directory on android devices, then updates the file if it has
been modified, or adds it if it is not present.

The problem is that occasionally the "ls -R" fails to recurse the
directory structure on the android device. It is intermittent, but
consistent. When it happens it will return the same information as
though no "-R" was included, i.e. the list of the contents of the base
directory.

So when that happens, my testing tool believes that *none* of the
tests are present on the device, and re-copies all of them. Which can
take some time.

Any insight or ideas for workarounds much appreciated.

Thanks,
Morgan

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to