Hi,
When I try to read the contacts from the phone using jsr-75 for some of the contacts the Contact.countValues(Contact.TEL) API returns 0.But I am very sure that for those contacts the phone number is exist in the handset.
The code I am using for reading the contacts is
int total_phone_numbers=Single_Contact_PIM_Item.countValues(Contact.TEL);
This is happening for me when I try to get the contacts in the phone NOKIA 3500 classic
and also I tried without checking the countValues like
String default_phone=Single_Contact_PIM_Item.getString(Contact.TEL,Contact.ATTR_NONE);
this is also returns the index out of bound exception.
Can some one help me ?
Jainish cs

Reply With Quote

