Re: [android-developers] How to get internal storage path for music

2011-06-07 Thread Prakash Iyer
There are some phones, eg the first HTC phone at VZW, which have 3 mount points for music. Basically the internal memory is partitioned into the "internal" filesystem & a modifiable partition that can be mounted as a USB drive. Users can move music there & this is scanned by the media player but is

Re: [android-developers] How to get internal storage path for music

2011-06-07 Thread Rahul Garg
Hi Goutham, I guess http://developer.android.com/guide/topics/data/data-storage.html#filesInternal, this will help. -- Rahul -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@google

Re: [android-developers] How to get internal storage path for music

2011-06-07 Thread Dianne Hackborn
No do not use magical absolute paths. Environment has various APIs to find out path to external storage. On Tue, Jun 7, 2011 at 12:02 AM, Chi Kit Leung wrote: > Try to use this path > /mnt/sdcard > > > On Tue, Jun 7, 2011 at 2:23 PM, Goutham P N wrote: > >> Hi All, >> >> The application that am

Re: [android-developers] How to get internal storage path for music

2011-06-07 Thread Chi Kit Leung
Try to use this path /mnt/sdcard On Tue, Jun 7, 2011 at 2:23 PM, Goutham P N wrote: > Hi All, > > The application that am working has to access the audio files stored > on a tablet in the internal storage musci folder. Can any one tell me > how to get access to it? > > Thanks & Regards, > Goutha

[android-developers] How to get internal storage path for music

2011-06-06 Thread Goutham P N
Hi All, The application that am working has to access the audio files stored on a tablet in the internal storage musci folder. Can any one tell me how to get access to it? Thanks & Regards, Goutham -- You received this message because you are subscribed to the Google Groups "Android Developers"