开发者

HoneyComb support for SD Card

We are trying to build an application for Android HoneyComb & the application has dependency on SD Card in the sense that we store all our data in /sdcard/ partition.

We decided to go with Xoom as the target-device for testing our application. To our surprise, we found that Xoom doesn't yet support external storage like SD Card & they blame HoneyComb for this. Please check the link below.

http://androidforums.com/xoom-support-troubleshooting/286911-latest-info-sd-card-support.html

can i know technically what exactly is not supported in HoneyComb that makes SD Card feature unavailable?.

Would appreciate any pointers that can lead me to know what ex开发者_如何学JAVAactly is the missing link in HoneyComb w.r.t external storage.

Also, I observed that Android HoneyComb emulator by default supports SD Card (even though its only a virtual SD Card). Then, why devices don't have support for external storage.

please help if you have any technical information. Thanks in advance.


As I understand it, the Android spec for honeycomb only defines the one type of storage for honeycomb type devices, that being the partition at /mnt/sdcard, which is what the getExternalStorageDir() call returns. As such, device manufacturers can and have been mounting additional sdcards as anything they want, and there is no API call to get to that storage.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜