[android-developers] Re: file written to /sdcard is missing AND USB Mass Storage option missing AND no browsable drive valid...

2009-04-09 Thread Gavin
which permission need be added? On Apr 9, 10:49 am, Richard Schilling richard.rootwirel...@gmail.com wrote: Problem solved. There was nothing wrong - it was a permissions problem. Richard On Apr 8, 6:43 pm, Richard Schilling richard.rootwirel...@gmail.com wrote: O.K., Three problems

[android-developers] Re: file written to /sdcard is missing AND USB Mass Storage option missing AND no browsable drive valid...

2009-04-08 Thread Richard Schilling
Some follow up. I'm actually reading the bytes to put into the file off the internet through a socket. When I open the file for writing, I get this in the DDMS log: 04-09 02:04:35.154: ERROR/SOCKETLOG(323): add_recv_stats recv 0 04-09 02:04:36.684: INFO/global(323): Apr 9, 2009 2:04:36 AM

[android-developers] Re: file written to /sdcard is missing AND USB Mass Storage option missing AND no browsable drive valid...

2009-04-08 Thread Richard Schilling
Oh, and one other very weird thing: When I write the data to a FileOutputStream that was created using Context.openFileOutput(), the file is created just fine (in the application's files directory). H.. I need to save to /sdcard Richard On Apr 8, 7:09 pm, Richard Schilling

[android-developers] Re: file written to /sdcard is missing AND USB Mass Storage option missing AND no browsable drive valid...

2009-04-08 Thread Richard Schilling
Problem solved. There was nothing wrong - it was a permissions problem. Richard On Apr 8, 6:43 pm, Richard Schilling richard.rootwirel...@gmail.com wrote: O.K., Three problems in one, perhaps all related? My application writes data to a file in the /sdcard directlry.  There are no errors