Tuesday, June 19, 2012

Re: [android-developers] Re: path to internal storage memory of phone

No, don't do that.  Use the APIs on Context to get the path, and hand it to the C code.  Such as: http://developer.android.com/reference/android/content/Context.html#getFilesDir()

On Tue, Jun 19, 2012 at 7:20 PM, Fievt Zerg <zergfievt@gmail.com> wrote:
just run "adb shell mount" to find the mount info of internal/external storage.


On Tuesday, June 19, 2012 6:01:46 PM UTC+8, shruti gupta wrote:
Hi,

I am developing an app in which some data is stored in a file in internal storage of phone, i now want to acess the data in some c program whose binary is loaded in phone. please tell me how to access the file stored in the internal storage.


Thanks
Shruti

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en



--
Dianne Hackborn
Android framework engineer
hackbod@android.com

Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails.  All such questions should be posted on public forums, where I and others can see and answer them.

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment