You are on the right path as the error usually means that Phoned has not been able to parse the contact data from the phone and map it to a valid contact field entry, for example like a contact missing a phone number or names, you might want to put a breakpoint on that line to see if what entry is missing in your list of contact on this check

src/obex.cpp:


if((!phoneNumber || !phoneNumber[0]) && (!givenName || !givenName[0]) && (!familyName || !familyName[0]) && (!call_rev || !call_rev[0])) {
        // uid is used as a key to the map
        LoggerD("Invalid EContact entry - not adding to the list");

Jimmy

On 02/25/2015 08:35 AM, McGee, Art wrote:
I've been unable to get my contact information from my phone. I suspect because of the following errors.

Feb 25 08:20:38 ivi_box xwalk[196]: [0225/082038:INFO:CONSOLE(267)] "GetContacts failed", source: (267) Feb 25 08:20:38 ivi_box xwalk[196]: [0225/082038:INFO:CONSOLE(96)] "Error(undefined): GetContacts failed", source: app://modello009.phone/js/phone.js (96)

Feb 25 08:18:50 ivi_box phoned[320]: makeUid(1048) > Invalid EContact entry - not adding to the list

--
*Art McGee*
Infotainment Engineer



Jaguar Land Rover North America, LLC
1419 NW 14th Ave, Portland, Oregon, 97209
JaguarUSA.com <http://www.jaguarusa.com/index.html> | LandRoverUSA.com <http://www.landrover.com/us/en/lr/>



_______________________________________________
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi

_______________________________________________
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi

Reply via email to