Hey,
I'm writing an app that have lots of audio and images files, it has ~6000 .mp3 files that each one is ~7 seconds, in total ~400 mb
So I need to put them on the external sd-card. I'm using android 1.5.
The user will put the media manually to the sd-card
1. How can I enter the files in the external sdcard through code?
2. In the Samsung Galaxy S, the external sdcard is in /sdcard/external_sd .... do all android devices have the same path?
Thanks.