[android-developers] Re: Writing to External Storage Help

2011-10-12 Thread MrChaz
phones like the galaxy s do a similar thing where /mnt/sdcard is the internal memory and /mnt/sdcard/external_sd/ is the actual SD personally I ended up kludging a solution where I query android.os.Build.MODEL and switch on it. I think it might be a legacy issue to do with having large amount of

[android-developers] Re: Writing to External Storage Help

2011-10-12 Thread Studio LFP
That still should work fine. /mnt/sdcard on the Bionic is the internal memory and will never be removed so you shouldn't have any issue using it unless there is something wrong with the hardware. /mnt/sdcard-ext is the SD card itself and can be mounted/unmounted etc. You can try something