Hi, Thank you for the response. I perused your logs, but honestly didn't have time to study them carefully right now :)
When I read and write files, I set the path with: getBaseContext().getCacheDir().getAbsolutePath();. I then add a file name. I hope this isn't a dumb question, but here is something I found myself getting confused about. When I connect my phone (not an emulator instance) to my local computer via usb, Androud un-mounts (disconnects) the sd-card storage (which is where the app data files are located). Thus, I have to disconnect the usb cable from the phone before running my app. Once the usb cable is disconnected Android then re-mounts (reconnects) the sd-card storage. To summarize, I can't use the java debugger on the phone itself (because Android insists on un-mounting the sd-card when the usb cable is connected). That also means, you app could be complaining it can't find files, simply because you are connected to your pc via a usb (Android has un-mounted your storage). A side note, I run Linux on all my computers. Thus, I can hook up my phone with the same usb cord and mount the phone's sd-card from my laptop. Once the sd-card is mounted by my laptap, I can peruse the storage contents (within certain permission limits). Hope that helps a little :) Good Luck Jason -- 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