find out the path of the file and this path hand over the c code definatly u will access the file.
On Wed, Jun 20, 2012 at 7:54 AM, Dianne Hackborn <[email protected]>wrote: > 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 <[email protected]> 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 [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> > > > > -- > Dianne Hackborn > Android framework engineer > [email protected] > > 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 [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- - Thanks & Regards Er.Aashish Kumar Jawla (09555865084/09910783591) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

