[android-developers] Re: Problem with ContentResolver

2008-11-27 Thread Ilan
I actually found some kind of solution: I've added MediaStore.Audio.Media.DATA with the path to the file and that sort part of the problem, now I can't add the new file to the other lists (Album / Artists) unless I'm rebooting the device. I'll appreciate any help with this one... On Nov 26,

[android-developers] Re: Problem with ContentResolver

2008-11-26 Thread Ilan
Any luck with this one? I realy need it to be an MP3 file On Nov 13, 12:53 am, Thustle [EMAIL PROTECTED] wrote: Thanks for the workaround Ernest. I'll try that for now and hope that a true solution presents itself soon. Dave On 12 Nov, 19:57, Ernesto [EMAIL PROTECTED] wrote: Hello

[android-developers] Re: Problem with ContentResolver

2008-11-13 Thread Thustle
Thanks for the workaround Ernest. I'll try that for now and hope that a true solution presents itself soon. Dave On 12 Nov, 19:57, Ernesto [EMAIL PROTECTED] wrote: Hello Dave, I haven't found the solution yet, so I store the mp3s as video, using the MediaStore.Video URI. As I see the only

[android-developers] Re: Problem with ContentResolver

2008-11-12 Thread Ernesto
Hello Dave, I haven't found the solution yet, so I store the mp3s as video, using the MediaStore.Video URI. As I see the only difference, that the mp3s stored as 3gp, but works perfectly. Br, Ernest On Nov 11, 12:29 pm, Thustle [EMAIL PROTECTED] wrote: I am getting exactly the same problem.

[android-developers] Re: Problem with ContentResolver

2008-11-11 Thread Thustle
I am getting exactly the same problem. I've added TITLE,TRACK,MIME_TYPE,SIZE,ARTIST,DATE_ADDED and DISPLAY_NAME to the list of content values when trying to create the record, but it still returns null and I still get the android.database.sqlite.SQLiteConstraintException: error code 19 error.