[android-porting] Re: FileWriter cannot create a file in sdcard with Android SDK 1.6

2010-01-05 Thread Eric
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

[android-porting] Re: FileWriter cannot create a file in sdcard with Android SDK 1.6

2009-12-17 Thread yaoming qin
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

[android-porting] Re: FileWriter cannot create a file in sdcard with Android SDK 1.6

2009-11-02 Thread RaviY
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

[android-porting] Re: FileWriter cannot create a file in sdcard with Android SDK 1.6

2009-11-02 Thread yaoming qin
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