Hi, 1) You can use Camera application to "take a picture" - sample image will appear in the Gallery, but every picture will be the same
2) Files from your computer filesystem can be copied to emulator's filesystem a) using Eclipse plugin you can use File Explorer tab of DDMS Perspective - there're 3 icons to pull, push or delete file in upper right, near tab control buttons. b) using Dalvik Debug Monitor (ddms command line tool) select Device- >File Explorer menu option c) if you use command line only with 'adb push' command, e.g. adb push c:\myPhoto.jpg /sdcard/ will copy 'myPhoto.jpg' file to emulator's sd card. ! But in this scenario you have to use DevTools and Media Scanner to update content provider. 3) You can use some external tool to mount image as a disk in your file system and copy files Good luck --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

