[android-developers] Re: How to find/associate audio files to my events

2011-03-03 Thread cellurl
Thanks for moving me along... This worked. - File list_path; if (status.equals(Environment.MEDIA_MOUNTED)) list_path = new File("/sdcard"); else list_path = new File("/data/sec_media"); File f_list[] = list_path.listFiles(); File file=f_list[1]; Uri base

[android-developers] Re: How to find/associate audio files to my events

2011-03-03 Thread cellurl
yes, the file shows up as /sdcard/file.mp3 Q: How do I play it? On Mar 3, 12:16 pm, Marcin Orlowski wrote: > On 3 March 2011 19:11, cellurl wrote: > > > I tried this post. It finds the SD card in my emulator, but it is > > empty. > > Did you put any files on emulated SD card? > > -- > Regard