I would try DDMS and adb but the links you provided are not comming up on my computer. I can't get to any of the developer.android.com pages for some reason. I saw it in the help documentation before and looked there.
Yes, it worked when I looked from within ddms File Explorer. I just don't see why, in WinImage, it worked one day and not the next!!! I tested the original app and my others and they worked too. Still uneasy about this but if it works now, who really cares! Thanks! On Jan 4, 10:29 pm, "Mark Murphy" <[email protected]> wrote: > > 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#... > > 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

