Comment 5 for bug 1243160

Revision history for this message
Tixy (Jon Medhurst) (tixy) wrote : Re: SD Card directory is unavailable after ADB file transfer.

You need to use '/sdcard/' not '/sdard', the former says to push it into the directory '/sdcard', the latter makes it replace the symlink file /sdard/ with the file you just pushed. This is what happens for me when I just tried this, and I've not noticed this before because I've always used '/sdcard/' as is my habit with these sort of things to avoid ambiguity of whether you mean a directory or file.