Erel,
I wrote a PC based client program. It successfully connects and sends files. However, when I send an .apk file, the Android OS does not recognize it as an "app".
Text files, when viewed, look good.
It appears that the files are correctly formatted, but the Android OS does not recognize them. For example, if I send an .apk, it doesn't install, but if I open it via USB on my pc, it is a properly formatted .zip (apk) file. likewise for my SQLite databases, the Android OS doesn't recognize it, but if I open it via USB, it opens correctly and the data is correct as well.
Any ideas?
Thanks,