Merge lp:~mzanetti/ubuntu-touch-session/enable-obex-push into lp:ubuntu-touch-session

Proposed by Michael Zanetti
Status: Merged
Approved by: Konrad Zapałowicz
Approved revision: 283
Merged at revision: 283
Proposed branch: lp:~mzanetti/ubuntu-touch-session/enable-obex-push
Merge into: lp:ubuntu-touch-session
Diff against target: 9 lines (+1/-1)
1 file modified
upstart-session/obexd.conf (+1/-1)
To merge this branch: bzr merge lp:~mzanetti/ubuntu-touch-session/enable-obex-push
Reviewer Review Type Date Requested Status
Konrad Zapałowicz (community) code Approve
Simon Fels Approve
Review via email: mp+291978@code.launchpad.net

Commit message

Enable support for OBEX Object Push related plugins.

Description of the change

from obexd --help:

-P, --noplugin=NAME,... Specify plugins not to load

So we want to drop opp (obex push profile) and filesystem (so that obexd can access the file system to save the incoming file) from that list.

To post a comment you must log in.
Revision history for this message
Michael Zanetti (mzanetti) wrote :

This enabled support for required plugins in order to use OBEX Object Push via Bluetooth (receiving end).

A sample app that can be used for testing can be found in OpenStore:

https://open.uappexplorer.com/app/ubtd.mzanetti

Revision history for this message
Simon Fels (morphis) wrote :

LGTM

review: Approve
Revision history for this message
Konrad Zapałowicz (kzapalowicz) wrote :

Great!

review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'upstart-session/obexd.conf'
2--- upstart-session/obexd.conf 2015-10-06 07:07:12 +0000
3+++ upstart-session/obexd.conf 2016-04-15 07:57:31 +0000
4@@ -7,4 +7,4 @@
5 respawn
6 expect fork
7
8-exec /usr/lib/bluetooth/obexd -P ftp,irmc,mas,opp,pcsuite,filesystem -r $HOME
9+exec /usr/lib/bluetooth/obexd -P ftp,irmc,mas,pcsuite -r $HOME

Subscribers

People subscribed via source and target branches