have a look at 
http://code.google.com/android/reference/android/os/Environment.html
and 
http://code.google.com/android/reference/android/content/Context.html#getFilesDir()

On Jan 15, 11:11 am, sudha <sudhagupta2...@gmail.com> wrote:
> Hello,
>
> i wanted Storage Path for  photos, videos, tones, graphics, music and
> recording from the android  handset. In j2me  I have used following
> perameters J2me to access path values:-
>
>         System.getProperty("fileconn.dir.photos");
>         System.getProperty("fileconn.dir.photos.name");
>         System.getProperty("fileconn.dir.memorycard.photos");
>         System.getProperty("fileconn.dir.memorycard.photos.name");
>
>         System.getProperty("fileconn.dir.videos");
>         System.getProperty("fileconn.dir.videos.name");
>         System.getProperty("fileconn.dir.memorycard.videos");
>         System.getProperty("fileconn.dir.memorycard.videos.name");
>
>         System.getProperty("fileconn.dir.tones");
>         System.getProperty("fileconn.dir.tones.name");
>         System.getProperty("fileconn.dir.memorycard.tones");
>         System.getProperty("fileconn.dir.memorycard.tones.name");
>
>         System.getProperty("fileconn.dir.graphics");
>         System.getProperty("fileconn.dir.graphics.name");
>         System.getProperty("fileconn.dir.memorycard.graphics");
>         System.getProperty("fileconn.dir.memorycard.graphics.name");
>
>         System.getProperty("fileconn.dir.music");
>         System.getProperty("fileconn.dir.music.name");
>         System.getProperty("fileconn.dir.memorycard.music");
>         System.getProperty("fileconn.dir.memorycard.music.name");
>
>         System.getProperty("fileconn.dir.recordings");
>         System.getProperty("fileconn.dir.recordings.name");
>         System.getProperty("fileconn.dir.memorycard.recordings");
>         System.getProperty("fileconn.dir.memorycard.recordings.name");
>
> Can anyone tell me how can i access these values from the handset for
> android.
> its very urgent
> Thanks
> Sudha Gupta
--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to