Here is a screenshot of the "SD card & phone storage" screen from phandroid.com
http://phandroid.com/wp-content/uploads/2010/04/incredibleinternalstorage-550x372.jpg On Apr 19, 6:24 pm, Mark Murphy <[email protected]> wrote: > String wrote: > > On Apr 19, 4:38 pm, webmonkey <[email protected]> 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 [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group > athttp://groups.google.com/group/android-developers?hl=en -- 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

