The Following 6 Users Say Thank You to luf For This Useful Post: | ||
|
2012-07-18
, 09:37
|
Posts: 159 |
Thanked: 122 times |
Joined on Nov 2009
|
#342
|
Hello all,
after several days of playing with obexd due to PBAP support I hope I reach the beta phase.
What's new:
1) working obexd-0.46
- no openobex dependency
- several PBAP fixes
- backporting maemo's older bluez, dbus, ebook, glib
- unfortunately it doesn't fix the "PBAP working but buggy, after copying contacts to Nokia Speakerphone HF-510 only some of them are visible, incoming calls show wrong name from some other contact."
2) It seems to me that the problem with buggy is in empty values in vcards so I try patch the evolution-data-server (only export to text vcards)
Unfortunatelly I had to borrow my car for this week and now I have only HF with IRMC support (works well without bug).
Do someone want to test these packages (it's not part of cssu yet!)? It will be the best if you face the bug with wrong name and invisible contacts. It's better to have some knowledge about xterm and dpkg (in case you need to downgrade back to older versions).
List of packages:
obexd_0.46-1maemo1+cssu1_armel.deb
evolution-data-server-addressbook_1.4.2.1-20120717-maemo1+cssu1_armel.deb
libebook_1.4.2.1-20120717-maemo1+cssu1_armel.deb
libedata-book_1.4.2.1-20120717-maemo1+cssu1_armel.deb
libedataserver_1.4.2.1-20120717-maemo1+cssu1_armel.deb
Luf
|
2012-07-18
, 09:45
|
Posts: 141 |
Thanked: 313 times |
Joined on May 2012
@ Czech Republic
|
#343
|
Hi I only have an IRMC carkit, but one thing comes to my mind. You should test PCSuite, too. Did you apply the patch, because signaling for pcsuite has changed in obexd see:
http://talk.maemo.org/showpost.php?p...&postcount=250
|
2012-07-18
, 09:47
|
Posts: 141 |
Thanked: 313 times |
Joined on May 2012
@ Czech Republic
|
#344
|
Hi I only have an IRMC carkit, but one thing comes to my mind. You should test PCSuite, too. Did you apply the patch, because signaling for pcsuite has changed in obexd see:
http://talk.maemo.org/showpost.php?p...&postcount=250
|
2012-07-18
, 09:52
|
Posts: 159 |
Thanked: 122 times |
Joined on Nov 2009
|
#345
|
It is not that the n9 does not supprot IrMC. It is just that pbap is enabled (--pbap) while irmc is not (there is no --irmc commandline option in your ps output) Adding --irmc should enable IrMC.
As for copying obexd, please first renamen the original obexd so you can easily switch back.
The libopenobexd can be placed in /usr/lib/ Note also the symlinks for libopenobex (see 'ls -l /usr/lib/libopenobex*' )
I guess there is also an libopenobex on the n9 but may be packaged with the obexd package. So please check before copying the n900 one and rename before copying.
You also might try using the libopenobex on the n9 (if it is there) if it is the same major version (e.g. libopenobex.so.2.x)
|
2012-07-18
, 11:43
|
Posts: 159 |
Thanked: 122 times |
Joined on Nov 2009
|
#346
|
Hello all,
after several days of playing with obexd due to PBAP support I hope I reach the beta phase.
...
The Following User Says Thank You to hschmitt For This Useful Post: | ||
|
2012-07-18
, 11:52
|
Posts: 141 |
Thanked: 313 times |
Joined on May 2012
@ Czech Republic
|
#347
|
Hi, I saw your patch on bluez mailing list you submitted today. That is exactly the patch I talked one post before. So you discovered it from N900, I discovered it from N9 ;-)
Good to see that you try to get it upstream, but you should use git format-patch otherwise it might not be accepted. Can you do it? Otherwise I would submit the same patch formatted with git format-patch.
The Following User Says Thank You to luf For This Useful Post: | ||
|
2012-07-18
, 15:13
|
Posts: 159 |
Thanked: 122 times |
Joined on Nov 2009
|
#348
|
...
And unfortunately I have no win machine so I can't test pc suite. Or is there some linux tool to test it?
...
The Following User Says Thank You to hschmitt For This Useful Post: | ||
|
2012-07-18
, 19:04
|
Posts: 141 |
Thanked: 313 times |
Joined on May 2012
@ Czech Republic
|
#349
|
Done.
I neither have a win machine, but when you plug in usb and select "pc-suite" mode obexd should be signaled. You could see it in the debug output. And a signaling should happen when unplugging usb.
Jul 18 20:49:09 Nokia-N900 obexd[1629]: plugins/usb.c:handle_io_signal() SIGUSR1 Jul 18 20:49:09 Nokia-N900 obexd[1629]: src/obex.c:obex_session_start() Jul 18 20:49:09 Nokia-N900 obexd[1629]: plugins/usb.c:usb_connect() Successfully opened /dev/ttyGS0 Jul 18 20:49:09 Nokia-N900 root: /usr/sbin/pcsuite-enable.sh: sent SIGUSR1 to obexd Jul 18 20:49:09 Nokia-N900 root: /usr/sbin/pcsuite-enable.sh: sent SIGUSR1 to syncd ... Jul 18 20:49:09 Nokia-N900 [1385]: GLIB DEBUG default - usb-plugin::current-state: PC Suite Mode
The Following User Says Thank You to luf For This Useful Post: | ||
|
2012-07-20
, 17:20
|
|
Posts: 209 |
Thanked: 156 times |
Joined on Jun 2012
|
#350
|
Hello all,
after several days of playing with obexd due to PBAP support I hope I reach the beta phase.
What's new:
1) working obexd-0.46
- no openobex dependency
- several PBAP fixes
- backporting maemo's older bluez, dbus, ebook, glib
- unfortunately it doesn't fix the "PBAP working but buggy, after copying contacts to Nokia Speakerphone HF-510 only some of them are visible, incoming calls show wrong name from some other contact."
2) It seems to me that the problem with buggy is in empty values in vcards so I try patch the evolution-data-server (only export to text vcards)
Unfortunatelly I had to borrow my car for this week and now I have only HF with IRMC support (works well without bug).
Do someone want to test these packages (it's not part of cssu yet!)? It will be the best if you face the bug with wrong name and invisible contacts. It's better to have some knowledge about xterm and dpkg (in case you need to downgrade back to older versions).
List of packages:
obexd_0.46-1maemo1+cssu1_armel.deb
evolution-data-server-addressbook_1.4.2.1-20120717-maemo1+cssu1_armel.deb
libebook_1.4.2.1-20120717-maemo1+cssu1_armel.deb
libedata-book_1.4.2.1-20120717-maemo1+cssu1_armel.deb
libedataserver_1.4.2.1-20120717-maemo1+cssu1_armel.deb
Luf
after several days of playing with obexd due to PBAP support I hope I reach the beta phase.
What's new:
1) working obexd-0.46
- no openobex dependency
- several PBAP fixes
- backporting maemo's older bluez, dbus, ebook, glib
- unfortunately it doesn't fix the "PBAP working but buggy, after copying contacts to Nokia Speakerphone HF-510 only some of them are visible, incoming calls show wrong name from some other contact."
2) It seems to me that the problem with buggy is in empty values in vcards so I try patch the evolution-data-server (only export to text vcards)
Unfortunatelly I had to borrow my car for this week and now I have only HF with IRMC support (works well without bug).
Do someone want to test these packages (it's not part of cssu yet!)? It will be the best if you face the bug with wrong name and invisible contacts. It's better to have some knowledge about xterm and dpkg (in case you need to downgrade back to older versions).
List of packages:
obexd_0.46-1maemo1+cssu1_armel.deb
evolution-data-server-addressbook_1.4.2.1-20120717-maemo1+cssu1_armel.deb
libebook_1.4.2.1-20120717-maemo1+cssu1_armel.deb
libedata-book_1.4.2.1-20120717-maemo1+cssu1_armel.deb
libedataserver_1.4.2.1-20120717-maemo1+cssu1_armel.deb
!! New release available !!! You can download this and newer version at http://merlin1991.at/~luf/pbap/
Luf
Last edited by luf; 2012-07-22 at 18:30. Reason: Packages removed as new release exist.