On Sat, Jul 16, 2011 at 12:15 PM, b_t <bartata...@gmail.com> wrote: > Can somebody explain something about Xoom? > > I would like to get external sd path
There is no such concept in Android as "external sd path". > but it returns the internal > storage as > /mnt/sdcard No, that is external storage. External storage does not mean "can be physically removed by the user without requiring a soldering iron". External storage means "can be mounted as a drive or volume on a host machine when the device is connected via USB". > The real sd path is /mnt/external1 but I can't get it from the Api. There is no API to get an "sd path". Device manufacturers will declare something to be external storage. On older devices, this tends to be an SD card. On newer devices, this tends to be on-board flash. Newer devices with external storage as on-board flash may also have some form of SD card slot; there is no API means of getting a path to that SD card slot or determining its state (e.g., is there media in it). > Is it a bug in Xoom firmware? No. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en