|
2011-10-31
, 12:24
|
Posts: 197 |
Thanked: 101 times |
Joined on Dec 2009
@ Netherlands
|
#302
|
The Following User Says Thank You to mirakels For This Useful Post: | ||
|
2011-10-31
, 19:35
|
|
Posts: 597 |
Thanked: 490 times |
Joined on Dec 2009
@ Germany
|
#303
|
If the n9 os uses a recent obexd code IrMC support should already be available.
All my core IrMC code is in the upstream obexd.
And I do not own a n9 of n950 so cannot test this myself.
|
2011-10-31
, 19:50
|
Posts: 197 |
Thanked: 101 times |
Joined on Dec 2009
@ Netherlands
|
#304
|
The Following User Says Thank You to mirakels For This Useful Post: | ||
|
2011-10-31
, 19:55
|
Posts: 197 |
Thanked: 101 times |
Joined on Dec 2009
@ Netherlands
|
#305
|
The Following User Says Thank You to mirakels For This Useful Post: | ||
|
2011-10-31
, 20:03
|
|
Posts: 597 |
Thanked: 490 times |
Joined on Dec 2009
@ Germany
|
#306
|
cannot be of much help here.
If you run a 'strings obexd' you will see IrMC mentioned.
So it has the code inside. Maybe all you need is to figure out how
obexd is called on the n900 and check if the irmc service is enabled or not
(see the startup options on the maemo obexd wiki page)
ps | grep obex
/usr/lib/obex/obexd --nodaemon --opp --ftp --pcsuite --pbap --symlinks --root .obex-root --root-setup /usr/bin/obex-root-setup --capability !/usr/bin/gen-obex-capability.sh
|
2011-10-31
, 20:24
|
|
Posts: 597 |
Thanked: 490 times |
Joined on Dec 2009
@ Germany
|
#307
|
oh, one other thing you might try is using the maemo libopenobex and obexd on te n9.... But you probably need to copy the files manually to the n9...
|
2011-10-31
, 20:44
|
Posts: 197 |
Thanked: 101 times |
Joined on Dec 2009
@ Netherlands
|
#308
|
The Following 2 Users Say Thank You to mirakels For This Useful Post: | ||
|
2011-10-31
, 20:58
|
|
Posts: 597 |
Thanked: 490 times |
Joined on Dec 2009
@ Germany
|
#309
|
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)
|
2011-10-31
, 21:06
|
Posts: 197 |
Thanked: 101 times |
Joined on Dec 2009
@ Netherlands
|
#310
|
The Following User Says Thank You to mirakels For This Useful Post: | ||
That said, I'd also really like to see this implemented...