String wrote:
> On Apr 19, 4:38 pm, webmonkey <webmonke...@gmail.com> wrote:
> 
>> what is the correct way to get the path of the internal storage?
> 
> context.getFilesDir().getPath() works for me.

That's the app-local file storage area. And if the answer is that the
Incredible has a few GB of space set aside for this, that's excellent.

If, however, the Incredible has your typical 512MB-or-lower space set
aside for apps, we need to figure out if there's a way to get to the
rest of the on-board flash.

My hope is that Environment.getExternalStorageDirectory() works, but
that HTC elected to rename it from /sdcard, and that apps hardwiring
/sdcard are the ones that are failing.

I am attempting to get some answers on this. If there's anyone out there
with a pre-release Incredible, I'd like to work with you on some tests
-- feel free to contact me off-list if desired.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android App Developer Books: http://commonsware.com/books

-- 
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