Hi,
I've been trying to pull some files out of the emulator using the SDB to examine them, but I've been receiving an error with some of the files that I can't work out. Just wondering if anyone has had a similar issue and managed to fix it.
I've used the following command in the SDB shell to copy all of the files I want from the file system recursively and put them in the sdcard directory.
"find -name '*.so' | cpio -pdm /sdcard/binaries"
This works fine and copies all of the files I want with no issues. However, I get an error when I attempt to pull these using the SDB via this command.
"sdb pull /sdcard/binaries /desktop/binaries"
This manages to pull some of the files but eventually stops with the error message "cannot read mode '/tmp/binaries/usr/lib/libminicontrol-provider.so': File exists" If I do the same command in the file's original directory, I get a similar error except it says "No error" instead of "File exists".
Anyone encountered this before and had any success getting around it?
Thanks in advance
Kyle