[android-developers] Re: Broken after update: FileNotFoundException on openFileOutput

2009-02-27 Thread Markus Junginger
> I think that I've been bitten by the copy protection bug as well.  It > seems to be intermittent though. Is your app working ok now? I cannot tell for sure. However, user rating is rising again, which is a good sign. And my own tests (I uploaded 7 versions just to test it to the market) looked

[android-developers] Re: Broken after update: FileNotFoundException on openFileOutput

2009-02-27 Thread wayne mcfadden- Red Droid
Markus, I think that I've been bitten by the copy protection bug as well. It seems to be intermittent though. Is your app working ok now? Did you simply disable the copy protection checkbox or did you have to reupload a new version? Wayne On Feb 20, 8:52 am, Markus Junginger wrote: > It seems t

[android-developers] Re: Broken after update: FileNotFoundException on openFileOutput

2009-02-20 Thread Markus Junginger
It seems that the copy protection feature in the Market is broken, so I recommend NOT to switch it on if you rely on file access. I filed a bug report against Android: http://code.google.com/p/android/issues/detail?id=2047 Again a tiny little checkbox causing so much trouble... Hope not too many

[android-developers] Re: Broken after update: FileNotFoundException on openFileOutput

2009-02-20 Thread Markus Junginger
This is getting even more confusing: * canRead and canWrite are true on the file * creating new files (new names) also fails The only way to get it to work again is to uninstall and install the app from scratch again. So, right know I am totally clueless, expect it could be an Android bug. I n

[android-developers] Re: Broken after update: FileNotFoundException on openFileOutput

2009-02-20 Thread Markus Junginger
I just added some logging for debugging: File fileFile = context.getFileStreamPath(file); CommonLog.i("Opening file for output: " + fileFile.getAbsolutePath() + ", exists: " + fileFile.exists()); The output shows that the file exists: Opening file for output: /data/data/de.jars.android.quicksea