From aaaa2b3393fa3de627def889603527cafc591c4c Mon Sep 17 00:00:00 2001 From: Erin Yueh Date: Fri, 23 Oct 2009 16:37:00 +0800 Subject: [PATCH] Add obexd and obex-client service --- rootdir/init.rc | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index 2bed980..98f7a2d 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -273,6 +273,16 @@ service hcid /system/bin/hcid -s -n -f /etc/bluez/hcid.conf group bluetooth net_bt_admin misc disabled +service obex-client /system/bin/obex-client + user bluetooth + group bluetooth net_bt_admin misc sdcard_rw + disabled + +service obexd /system/bin/obexd -n -d --opp --ftp + user bluetooth + group bluetooth net_bt_admin misc sdcard_rw + disabled + service hfag /system/bin/sdptool add --channel=10 HFAG user bluetooth group bluetooth net_bt_admin -- 1.6.0.4