I have 2 problems with contacts handling. Please, advice how to solve them.
Here they are:
1. I call DeleteContactL() to remove ContactGroup from the phone. But it seem to be deleted paritally: it is not shown in the phone, but I still get ID of the deleted item and (what is worse) i'm no longer able to add new group. And I have to restore old backup using PCSuite.
2. This problem is really ridiculous: I call SetFieldAsSpeedDialL() to set speed dial, BUT... If I call it for text field (e.g. lastname) it is set and the phone shows that speed dial. And if i try to set speed dial for phone number the phone shows nothing. When call GetSpeedDialFieldL() to find out if the number was set i receive ' ' instead of phone number.
No error appear in both cases.
Please, advise, what I can do?