View Single Post
omeriko9's Avatar
Posts: 385 | Thanked: 344 times | Joined on Jan 2010 @ Israel
#398
Originally Posted by Switch_ View Post
Hi omeriko, same kinda problem that rcastberg and kylepsp previously identified, but maybe with more indication of the root of the problem... i have a missed call at least once per day, and callnotify identifies this properly to me with the "1 missed call" icon. I clear the notification and callnotify sleeps again.

Then, i go into my call log and delete the missed call, at which point, when i return to the desktop, callnotify tells me that i have no less than 4 missed calls... A reboot of the phone, as per rcastberg, is the only way to clear the notification.

Output from the above sqlite command follows;

1|RTCOM_EL_EVENTTYPE_CALL|1|Inbound call
3|RTCOM_EL_EVENTTYPE_CALL_MISSED|1|Missed call
4|RTCOM_EL_EVENTTYPE_CALL_VOICEMAIL|1|Voicemail message
5|RTCOM_EL_EVENTTYPE_CHAT_MESSAGE|2|Inbound chat message
7|RTCOM_EL_EVENTTYPE_SMS_MESSAGE|3|RTCOM_EL_EVENTT YPE_SMS_INBOUND
8|RTCOM_EL_EVENTTYPE_CHAT_NOTICE|2|Notice
9|RTCOM_EL_EVENTTYPE_CHAT_ACTION|2|Action message
10|RTCOM_EL_EVENTTYPE_CHAT_AUTOREPLY|2|Autoreply message
11|RTCOM_EL_EVENTTYPE_CHAT_JOIN|2|Group chat joined
12|RTCOM_EL_EVENTTYPE_CHAT_LEAVE|2|Group chat leave
13|RTCOM_EL_EVENTTYPE_CHAT_TOPIC|2|Group chat topic change

I'm running the UK version of 1.2 btw... Hope this helps, and thanks for the great app
Thanks. Looks like you covered another use case I didn't think of - deleting from call log - This is not version dependant issue.

CallNotify counts the missed calls using the call log when it starts. Then it samples the call log every few seconds to see if this number increase. If this number decrease, it "freaks out" like you described. I'll fix that for next version.