In fact this is a permission issue. What I can state is that you have those permission : d---------- for sdcard when the emulator is not launched with the sdcard mounted. When it is mounted we have those permission : d---rwxrwx system system 1970-01-01 01:00 sdcard
So if you are using eclipse launch your project with this additional option -sdcard pathToYourImageDisk\myImage.ima you should be then able to push file using the DDMS perspective as said above. ++ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

