> I meant... > I created the EMULATOR with an > > On Jan 4, 10:11 pm, BiiG <[email protected]> wrote: >> new to java and android, but not programming... not sure how to push/ >> pull or use anything other than WinImage to manage and see what's in >> the sd card. >> >> I created the image with an sd card from within eclipse and I can open >> the .img file with WinImage so I assume it's not corrupt or anything.
adb push lets you transfer files from your Windows PC to the emulator: http://developer.android.com/intl/fr/guide/developing/tools/adb.html#copyfiles DDMS has a "file manager" that lets you browse, read, and write files: http://developer.android.com/intl/fr/guide/developing/tools/ddms.html Use these -- not WinImage -- to confirm that your emulator is capable of writing to your SD card image. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- 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

