Hi
thanks for the answer.
How do I clean cache?
I've got verbose log from logcat, by running default music player. Here is it:
05-17 09:48:38.649 W/SQLiteCompiledSql(1224)Releasing statement in a finalizer. Please ensure that you explicitly call close() on your cursor: SELECT _id, artist, number_of_albums, number_of_tracks FROM artist_info WHERE (artist != '') ORDER B
05-17 09:48:38.649 W/SQLiteCompiledSql(1224)android.database.sqlite.DatabaseObjectNotClosedException: Application did not close the cursor or database object that was opened here
05-17 09:48:38.649 W/SQLiteCompiledSql(1224)at android.database.sqlite.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:62)
05-17 09:48:38.649 W/SQLiteCompiledSql(1224)at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:100)
05-17 09:48:38.649 W/SQLiteCompiledSql(1224)at android.database.sqlite.SQLiteQuery.<init>(SQLiteQuery.java:46)
05-17 09:48:38.649 W/SQLiteCompiledSql(1224)at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:42)
05-17 09:48:38.649 W/SQLiteCompiledSql(1224)at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1345)
05-17 09:48:38.649 W/SQLiteCompiledSql(1224)at android.database.sqlite.SQLiteQueryBuilder.query(SQLiteQueryBuilder.java:330)
05-17 09:48:38.649 W/SQLiteCompiledSql(1224)at com.android.providers.media.MediaProvider.query(MediaProvider.java:1468)
05-17 09:48:38.649 W/SQLiteCompiledSql(1224)at android.content.ContentProvider$Transport.bulkQuery(ContentProvider.java:173)
05-17 09:48:38.649 W/SQLiteCompiledSql(1224)at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:111)
05-17 09:48:38.649 W/SQLiteCompiledSql(1224)at android.os.Binder.execTransact(Binder.java:288)
05-17 09:48:38.649 W/SQLiteCompiledSql(1224)at dalvik.system.NativeStart.run(Native Method)
It shows an error, but I don't know if that can be teh cause of my problem.
By the way, this is only a part of the log, where I've started the music player, if needed I can provide the whole log.
thanks
urodelo