Re: [android-developers] Re: About external Storage

2010-08-11 Thread Yves Liu
I found the post about Incredible. It queries images on both EXTERNAL_CONTENT_URI and phoneStorage. That is a very good solution for this, but it is not finished. For example, if you have images on both phone storage and external SD card, and check the image full path will contain both locations,

[android-developers] Re: About external Storage

2010-08-09 Thread patrick
on the Galaxy S which has an internal sdcard + external sdcard slot, getExternalStorageDirectory returns only path to the internal sdcard: /mnt/internal_sd note that when you have an external sdcard, it will be available under /mnt/internal_sd/external_sd/ but i dont know if there is a method to

Re: [android-developers] Re: About external Storage

2010-08-09 Thread Kostya Vasilyev
Patrick, Um, I have a Galaxy S here (European version), and getExternalStorageDirectory returns /sdcard, which is internal memory. The external microSD memory card gets mounted at /sdcard/sd. Maybe this is what you meant, too, but I thought I'd clarify the exact names. As for getting its