[android-developers] Re: can't write to sdcard anymore

2010-01-04 Thread BiiG
I would try DDMS and adb but the links you provided are not comming up on my computer. I can't get to any of the developer.android.com pages for some reason. I saw it in the help documentation before and looked there. Yes, it worked when I looked from within ddms File Explorer. I just don't see w

Re: [android-developers] Re: can't write to sdcard anymore

2010-01-04 Thread Mark Murphy
> I meant... > I created the EMULATOR with an > > On Jan 4, 10:11 pm, BiiG wrote: >> new to java and android, but not programming... not sure how to push/ >> pull or use anything other than WinImage to manage and see what's in >> the sd card. >> >> I created the image with an sd card from within

[android-developers] Re: can't write to sdcard anymore

2010-01-04 Thread BiiG
I meant... I created the EMULATOR with an On Jan 4, 10:11 pm, BiiG wrote: > new to java and android, but not programming... not sure how to push/ > pull or use anything other than WinImage to manage and see what's in > the sd card. > > I created the image with an sd card from within eclipse and I

[android-developers] Re: can't write to sdcard anymore

2010-01-04 Thread BiiG
new to java and android, but not programming... not sure how to push/ pull or use anything other than WinImage to manage and see what's in the sd card. I created the image with an sd card from within eclipse and I can open the .img file with WinImage so I assume it's not corrupt or anything. > OK

[android-developers] Re: can't write to sdcard anymore

2010-01-04 Thread BiiG
I tried the environment.getExternalStorageDirectory() and it created an empty file too. try { FileWriter fw = new FileWriter (Environment.getExternalStorageDirectory().getPath() +"/ thissucks.txt"); BufferedWriter out = new BufferedWriter(fw); out.write("stupiddfdsfsgfghhjkjgfdfgf"); out.c

Re: [android-developers] Re: can't write to sdcard anymore

2010-01-04 Thread Mark Murphy
> 1. I've seen that and will try it. But everything was fine until one > day, it just stopped working > > 2. yes, i have the propper permissions. OK, can you manipulate the SD card image from anything else: adb push/pull, DDMS file manager, etc.? Perhaps your emulator doesn't have an image, or the

[android-developers] Re: can't write to sdcard anymore

2010-01-04 Thread BiiG
1. I've seen that and will try it. But everything was fine until one day, it just stopped working 2. yes, i have the propper permissions. thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-