Sync Contacts via Bluetooth - VAG Group Car not working
-
Hi,
binding by Bluetooth is working.
Calling is working.
But did not get the contacts synced.How/where to find log files ?
-
@ds2k5 said in Sync Contacts via Bluetooth - VAG Group Car not working:
Hi,
binding by Bluetooth is working.
Calling is working.
But did not get the contacts synced.How/where to find log files ?
Contact visualization via bluetooth is something broken since few years. Unfortunatly no one took that task ( not an easy one )
-
Hello @lduboeuf
Do you happen to know someone who can point a volunteer towards the appropriate documentation/repository so someone willing to help would have something to start with?
-
@AppLee said in Sync Contacts via Bluetooth - VAG Group Car not working:
Hello @lduboeuf
Do you happen to know someone who can point a volunteer towards the appropriate documentation/repository so someone willing to help would have something to start with?
I don't know ;-).
I only know that a profile need to be activated somewhere ( in bluez repo? ) , and there is a protocol to implement. The thing is that we are going to use the new contact backend and Sailfish don't pushed open source the code for Contact sync via bluetooth, someone need to implement the PBAP protocol with the new backend. Or there is obexd also,. I don't know well all that... -
thanks for the information
-
could this may be help ?
https://github.com/sailfishos/bluez5/blob/master/obexd/plugins/phonebook-sailfish.c
-
@ds2k5 said in Sync Contacts via Bluetooth - VAG Group Car not working:
could this may be help ?
https://github.com/sailfishos/bluez5/blob/master/obexd/plugins/phonebook-sailfish.c
This is the open source part yes, but still missing is the service that read the database and expose to dbus as we can see it here: https://github.com/sailfishos/bluez5/blob/master/obexd/plugins/phonebook-sailfish.c#L44
-
thanks
ok understand
I ask the support if the can ask the managment
if the make the code open source...
I know the chance is low
but I can try -