On Mon, Aug 8, 2011 at 9:53 AM, Bill Gatliff <[email protected]> wrote: > Note that the generic SDK emulator doesn't seem to have a useful > /sdcard
Yes, it does. First, you have to specify an SD card in the AVD configuration. Second, it's /mnt/sdcard on modern versions of Android. > my motivation right now is to deal with headless applications. Bear in mind that nobody can run your "headless application". You cannot distribute your "headless application" by any standard means (e.g., Android Market). And the dalvikvm command is not part of the Android SDK: https://groups.google.com/group/android-developers/browse_thread/thread/40ae2c830e6e74cf?pli=1 ...in addition to the other problems that Ms. Hackborn points out in that thread. If you are creating your own hardware or firmware, you may wish to visit http://source.android.com to find a more relevant list where you can inquire about strategies for whatever you are trying to accomplish. Otherwise, please write a normal Android application. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 3.1 Programming Books: http://commonsware.com/books -- 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

