View Single Post
Posts: 435 | Thanked: 769 times | Joined on Apr 2010
#10
Originally Posted by nbedford View Post
Sorry to retsart old thread, but I only just found this. I have problem where I get duplicate alarms for some of my contacts birthdays. Could sqlite be used to fix problem?

I tried
Code:
SELECT * FROM Alarm where Offset == -129600;
but it didn't show any duplicates. I don't understand why N9 shows duplicate Alarms in UI when the event occurs?
After updating to PR 1.3 (or 1.2) there is a proper calendar for contacts birthdays, it may be you have some contacts birthdays in old calendar? Like the one from one of the birthdays apps on Nokia store?

It may be that case because only the proper calendar creates offsets alarms of 36h, so your SQL query only shows those entries. You may try without the WHERE clausole and check which calendar has duplicate entries.
__________________
My Fremantle projects: InternetRadioPlayer, QRadio, InternetRadioWidget, AutoRemoveSms, PSAutoLock, TodoListWidget, MediaPlayerWidget
My Harmattan projects: InternetRadioPlayer, QMLRadio, SigmaPlayer, WidgetCanvas, NotesExporter, 3DTris, NoStopPlayer, NotesImporter
 

The Following 2 Users Say Thank You to gionni88 For This Useful Post: