[android-developers] Re: how to fix the error: android.database.sqlite.SQLiteDiskIOException: disk I/O error (code 522) ?

2013-01-08 Thread ironox
ication for the following scenarios: > >- Disk is full >- Disk is corrupt >- File system is corrupt >- File does not exist >- File is a directory >- No read / write permissions > > Does it happen on all your test devices? > > > On Monday

[android-developers] how to fix the error: android.database.sqlite.SQLiteDiskIOException: disk I/O error (code 522) ?

2013-01-07 Thread ironox
i am working on android 4.1. recently i consequently get the android.database.sqlite.SQLiteDiskIOException: disk I/O error (code 522) it is a random thing, but only happened in the apps that used MediaProvider! Caused by: android.database.sqlite.SQLiteDiskIOException: disk I/O error (code 52

[android-developers] Re: Scroller widget in a WebView

2009-04-30 Thread ironox
i have the same quesiton,help needed:) thanks; On 3月10日, 上午4时59分, oyobyaw wrote: > Hello, > > I am trying to implement a custom WebView and override OnTouchEvent() > so that a tap near the bottom of the screen would result in the view > smoothly scrolling down one 'page' (and a tap at the top w