Hi - so I used this code and it works quite well
I noticed a problem though - if I have 2 (or more) missed calls from one number the code only counts them as one call - I guess the log is smart enough to combine them into one entry - but we need to be smart enough to figure out that a single entry means more than one missed call - any ideas how to do that?
OK - fixed that up - the article is adjusted accordingly.
Fixed up some more with code to make the count similar to the one the phone does. Only bug I have right now - if you miss calls from number y and then answer one from that number, the call to DuplicatesL fails - so you miss out the duplicates of that missed call...if you miss one more from that number it works OK - not got an answer to this one