I am trying to find the sqlite database used by the MediaStore. As far as I understand, the MediaStore contains amongst others the playlists defined in the default Music app. I actually would like to duplicate a playlist, but the app does not allow that. Somehow I thought I could fix this if I just could find the actual db file. But I got completely sidetracked now, because I just cannot find the db. Btw, I am running FroYo.
Having a look at the Android source the class we're interested in seems to be android.provider.MediaStore
and in there, the getDatabaseForUri()
method seems generate a different database for each external storage card and one called internal.db
.
So I think the file you're interested in is:
/data/data/com.android.providers.media/databases/internal.db
However, my copy of that database doesn't have the audio_playlists
table used in the Java source so I'm not certain this is right.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With