Sigh, things are never easy are they!

I worked out how to create a new AVD which includes the SDCard,
eventually (the docs are very sketchy on this!). And then I could use
the Push tool in Eclipse, and also the adb command line. So now I have
two images shown on the SDCard.

However, the emulator still doesn't find them. It just says "No media
found" as before.

And the camera still doesn't work, it doesn't respond and I have to
force close it.

Help, please?!

On Sep 17, 3:07 pm, Gawcio <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to