![]() |
2012-07-31
, 14:27
|
Posts: 141 |
Thanked: 313 times |
Joined on May 2012
@ Czech Republic
|
#372
|
I dont really understand the errors/messages though, it seems like its trying to get the stuff from the pbap server but cant, anyone has an idea?
thanks
Jul 31 15:04:07 (2012) obexd[1319]: plugins/pbap.c:parse_aparam() o 0 sa 1 sv xxxxxxxxxx fil 0 for 0 max 2 off 0
[sbox-FREMANTLE_ARMEL: ~/Devel/obexd/0.46/obexd-0.46] > grep searchval plugins/phonebook-tracker.c [sbox-FREMANTLE_ARMEL: ~/Devel/obexd/0.46/obexd-0.46] >
![]() |
2012-07-31
, 15:58
|
Posts: 12 |
Thanked: 2 times |
Joined on Jul 2011
@ Milano, Italy
|
#373
|
With release 0.37 phonebook works fine on my Renault scenic xmod, but it doesn't work well for the calls log (history). In received, missed, answered calls i have the first 10 voices of the phone book.
Let me know how i can do to help to understand what's happened...
The Following User Says Thank You to frank63 For This Useful Post: | ||
![]() |
2012-07-31
, 16:05
|
Posts: 32 |
Thanked: 4 times |
Joined on Mar 2012
|
#374
|
BTW it seems to me like outgoing call.
What about contact list? Does HF support contact list?
I have bad news for you. I may be wrong as I don't take a look into N9 code but I'm looking inside 0.46 code.
From your log:
order = 0 - no sortCode:Jul 31 15:04:07 (2012) obexd[1319]: plugins/pbap.c:parse_aparam() o 0 sa 1 sv xxxxxxxxxx fil 0 for 0 max 2 off 0
search attribute = 1 - number
search value = 'xxxxxxxxxx' - what is looking for
filter = 0 - no filter - returns all
format = 0 - ???
maxlistcount = 2 - maximum two entires
offset = 0 - get it from the begin of the list
There is no support for search value in tracker phonebook.
So it seems your HF is using feature which isn't supported.
Code:[sbox-FREMANTLE_ARMEL: ~/Devel/obexd/0.46/obexd-0.46] > grep searchval plugins/phonebook-tracker.c [sbox-FREMANTLE_ARMEL: ~/Devel/obexd/0.46/obexd-0.46] >
![]() |
2012-07-31
, 16:08
|
Posts: 12 |
Thanked: 2 times |
Joined on Jul 2011
@ Milano, Italy
|
#375
|
You have to enable debug mode for obexd and start sysklogd
Then you can find in /var/log/syslog something like:
Jul 12 03:01:34 Nokia-N900 obexd[1676]: src/obex.c:cmd_connect() Selected driver: Phonebook Access server
Be sure to do it only when you know what are you doing. As keeping sysklogd enabled is definately bad idea.
![]() |
2012-07-31
, 17:11
|
Posts: 141 |
Thanked: 313 times |
Joined on May 2012
@ Czech Republic
|
#376
|
Hmm i see this might be an issue if the tracker doesnt support this. I guess i cant change/force the headset/obex/pbap to use something other than "search value" and patching the phonebook tracker to support it would probably be a huge amount of work (i assume)?
The Following User Says Thank You to luf For This Useful Post: | ||
![]() |
2012-07-31
, 17:16
|
Posts: 141 |
Thanked: 313 times |
Joined on May 2012
@ Czech Republic
|
#377
|
![]() |
2012-08-01
, 18:07
|
Posts: 32 |
Thanked: 4 times |
Joined on Mar 2012
|
#378
|
![]() |
2012-08-08
, 11:12
|
Posts: 141 |
Thanked: 313 times |
Joined on May 2012
@ Czech Republic
|
#379
|
http://git.kernel.org/?p=bluetooth/o...6f94045cb2454a
if (!g_strcmp0(variable, "/telecom/pb")) else if (!g_strcmp0(variable, "/telecom/ich")) ...
if (!strncmp(variable, "/telecom/", 9)) { variable += 9; if (!g_strcmp0(variable, "pb")) else if (!g_strcmp0(variable, "ich")) ... }
![]() |
2012-08-10
, 13:02
|
Posts: 141 |
Thanked: 313 times |
Joined on May 2012
@ Czech Republic
|
#380
|
The Following 7 Users Say Thank You to luf For This Useful Post: | ||
![]() |
Tags |
bada rox, bluetooth, carkit, contacts, irmc sync, pbap profile |
Thread Tools | |
|
seems like it starts at line 18 and goes until something like line 91. I dont really understand the errors/messages though, it seems like its trying to get the stuff from the pbap server but cant, anyone has an idea?
thanks