answered
2014-01-21 15:17:46 +0200
Update: This solution does not work anymore, since 1.0.5.16. But the good news are that the obexd library already has the missing pieces for the correct solution. Only the contact dbus service is missing. So there is progress.
It is not a perfect solution, but it might bring your phone PBAP support.
In theory it should work, but I could not test it, because my carkit only talks IrMC and the current obexd library in jolla would need this patch to work (I committed it upstream): IrMC patch in bluez
mkdir -p ~/phonebook/telecom/pb
cd ~/phonebook/telecom/pb
su - nemo; invoker --type=generic vcardconverter -e phonebook.all
gawk ' /BEGIN:VCARD/ { ++a; fn=sprintf("card_%02d.vcf", a); print "Writing: ", fn } { print $0 >> fn; } ' phonebook.all
su mv /etc/obexd/noplugins/pbap /etc/obexd
su reboot
You need not reboot your phone it is enough to restart obexd service.
This code exports the phonebook as vcards and splits it in single files in a directory ~/phonebook/telecom/pb.
The 4. line moves a file pbap from the obexd noplugins configuration directory, which will enable (not disable) the PBAP plugin on next obexd start.
This works because the dummy obexd PBAP implementation reads the phonebook as single vcard files from the directories under ~/phonebook and delivers it to the requestor. Maybe you have to play a bit with the directory naming based on what your carkit is requesting.
We're thinking about it :)
lbt ( 2013-12-24 20:22:10 +0200 )editThis non-answer just stops vote questions from clogging up the 'Unanswered' section
Yes, pretty please.
Jarno ( 2013-12-24 22:25:31 +0200 )editI can see on my carkit who is calling and who i am calling... (Renault Bose system here) but video-audio and music-audio doesn't go trough bluetooth to my audio system
Miki ( 2013-12-25 15:25:45 +0200 )edityes that would be great to have it again like with the N9
daberg ( 2013-12-25 20:15:37 +0200 )edit"must have" feature to be implemented.
peh ( 2013-12-25 23:56:57 +0200 )edit