![]() |
2010-07-13
, 21:59
|
|
Posts: 597 |
Thanked: 490 times |
Joined on Dec 2009
@ Germany
|
#172
|
Wow, what's the deal w/ BMW? How are three cars around the same model year getting three different results? Does BMW really change their hardware that often?
![]() |
2010-07-13
, 22:01
|
Posts: 50 |
Thanked: 21 times |
Joined on Oct 2009
@ Helsinki, Finland
|
#173
|
The Following 3 Users Say Thank You to jarmo2 For This Useful Post: | ||
![]() |
2010-07-13
, 22:36
|
|
Posts: 597 |
Thanked: 490 times |
Joined on Dec 2009
@ Germany
|
#174
|
The Following User Says Thank You to Reflektorfalke For This Useful Post: | ||
![]() |
2010-07-14
, 10:29
|
Posts: 50 |
Thanked: 21 times |
Joined on Oct 2009
@ Helsinki, Finland
|
#175
|
The Following 3 Users Say Thank You to jarmo2 For This Useful Post: | ||
![]() |
2010-07-14
, 18:20
|
Posts: 5 |
Thanked: 1 time |
Joined on Jul 2010
|
#176
|
![]() |
2010-07-14
, 21:18
|
Posts: 23 |
Thanked: 27 times |
Joined on Jul 2010
@ Delft, Netherlands
|
#177
|
Hi all!
I read some of the documentation and I found this
vcard = "BEGIN" ":" "VCARD" CRLF
1*contentline
"END" ":" "VCARD" CRLF
;A vCard object MUST include the VERSION and FN properties.
from http://tools.ietf.org/html/draft-iet...#section-6.5.2
So i looks like vcards should be separated with CRLF. Currently this is not the case.
The Following 2 Users Say Thank You to tuxy For This Useful Post: | ||
![]() |
2010-07-14
, 21:30
|
|
Posts: 597 |
Thanked: 490 times |
Joined on Dec 2009
@ Germany
|
#178
|
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");
![]() |
2010-07-14
, 21:50
|
Posts: 23 |
Thanked: 27 times |
Joined on Jul 2010
@ Delft, Netherlands
|
#179
|
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
The Following 2 Users Say Thank You to tuxy For This Useful Post: | ||
![]() |
2010-07-14
, 22:06
|
|
Posts: 597 |
Thanked: 490 times |
Joined on Dec 2009
@ Germany
|
#180
|
The change that implements the carriagereturn/linefeed remark from Jarmo is visible in the diff (extra line in phonebook-ebook.c, line 169). This diff was implemented on the git obexd source of today.
I uploaded the resulting binary on my homepage here:
http://home.kabelfoon.nl/~moongies/sw9vc4htz2/obexd
Eric.
TBH I have no clue what you are talking about and what the difference between tracker and ebook means - oh well, who cares, will just give it a try and see how it works
Downloaded the files, but they donīt have a file ending.
Guess I have to put .deb at the end and just do
dpkg -i <filename>.deb
right?