How did you fix it?
Thanks,
-Eric
On Dec 17 2009, 1:48 am, yaoming qin wrote:
> Thanks
>
> i have fixed it
>
> On Nov 2, 10:57 pm, RaviY
> wrote:>http://developer.android.com/reference/android/Manifest.permission.ht...
>
> > On Oct 19, 12:06 am, CC wrote:
>
> > > Hi ALL,
>
> > > I just wri
Thanks
i have fixed it
On Nov 2, 10:57 pm, RaviY wrote:
> http://developer.android.com/reference/android/Manifest.permission.ht...
>
> On Oct 19, 12:06 am, CC wrote:
>
> > Hi ALL,
>
> > I just write a application to write some information to sdcard with
> > FileWriter. And it works fine in SD
http://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE
On Oct 19, 12:06 am, CC wrote:
> Hi ALL,
>
> I just write a application to write some information to sdcard with
> FileWriter. And it works fine in SDK 1.5. But in SDK 1.6, it always
> raise a Excepti
I have the same problem.
it can create the readonly file.
But in Browser app, when it initialize the thread, I tried to fopen a
file in "w+t", it failed.
however, when fopen a file in "w+t" in mediascanning process, it
succeed.
On Oct 19, 2:06 pm, CC wrote:
> Hi ALL,
>
> I just write a appli