The Following 2 Users Say Thank You to Jubr For This Useful Post: | ||
![]() |
2010-07-15
, 22:52
|
Posts: 23 |
Thanked: 27 times |
Joined on Jul 2010
@ Delft, Netherlands
|
#192
|
I checked some code
http://git.kernel.org/?p=bluetooth/o...8390e4;hb=HEAD
316 if (filter & FILTER_TEL) {
317 GSList *l;
318
319 for (l = contact->numbers; l; l = l->next) {
320 struct phonebook_number *number = l->data;
321
322 vcard_printf_number(vcards, format, number->tel, 1,
323 number->type);
324 }
325 }
and noticed that tracker-backend should support multiple phone numbers.. Drew has compiled obexd with both backends. His version has still the crlf-bug, but from the hcidump I can check if multiple phone numbers are handled correctly.
I'll keep you posted.
The Following User Says Thank You to tuxy For This Useful Post: | ||
![]() |
2010-07-18
, 17:00
|
Posts: 29 |
Thanked: 30 times |
Joined on Oct 2009
@ Jyväskylä, Finland
|
#193
|
![]() |
2010-07-18
, 22:33
|
Posts: 23 |
Thanked: 27 times |
Joined on Jul 2010
@ Delft, Netherlands
|
#194
|
The Following 2 Users Say Thank You to tuxy For This Useful Post: | ||
![]() |
2010-07-18
, 22:49
|
Posts: 23 |
Thanked: 27 times |
Joined on Jul 2010
@ Delft, Netherlands
|
#195
|
![]() |
2010-07-18
, 23:57
|
Posts: 31 |
Thanked: 9 times |
Joined on Apr 2010
|
#196
|
![]() |
2010-07-19
, 09:16
|
Posts: 50 |
Thanked: 21 times |
Joined on Oct 2009
@ Helsinki, Finland
|
#197
|
![]() |
2010-07-19
, 11:27
|
Posts: 29 |
Thanked: 30 times |
Joined on Oct 2009
@ Jyväskylä, Finland
|
#198
|
![]() |
2010-07-19
, 15:45
|
Posts: 50 |
Thanked: 21 times |
Joined on Oct 2009
@ Helsinki, Finland
|
#199
|
![]() |
2010-07-19
, 15:59
|
Posts: 50 |
Thanked: 21 times |
Joined on Oct 2009
@ Helsinki, Finland
|
#200
|
I did, however, forget to check if I am also experiencing the "1 number per contact" situation. I will get back to you guys on that one, but as Jarma has that problem on his X1, it will probably be the same with my 1-series.
Great work guys!