View Single Post
Reflektorfalke's Avatar
Posts: 597 | Thanked: 490 times | Joined on Dec 2009 @ Germany
#178
Originally Posted by tuxy View Post
OK, just checked, and adding CRLF between vcards worked for my carkit: a Peugeot Connect Nav. All contacts available after an outbound call.

The change:
[sbox-FREMANTLE_ARMEL: ~/obexd/plugins] > diff phonebook-ebook.c_old phonebook-ebook.c
168c168,169
< string = g_string_append(string, vcard);
---
> string = g_string_append(string, vcard);
> string = g_string_append(string, "\r\n");
Aehm, sounds like good news ;-)

But could you please give a more detailed description of what you did, I mean one that even someone less gifted can follow / reproduce