From 9655be1f9175c3f084aea143af8932d97a72096a Mon Sep 17 00:00:00 2001 From: Rafael Ignacio Zurita Date: Tue, 30 Nov 2010 18:56:23 -0300 Subject: [PATCH] HACKING: Add ofono.conf file copy command required Add ofono.conf copy command required for oFono core daemon to work. --- HACKING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HACKING b/HACKING index 3322554a..f387cb6c 100644 --- a/HACKING +++ b/HACKING @@ -76,6 +76,9 @@ use the plugins directly from within the repository. This removes the need to use "make install" when testing "ofonod". The "bootstrap-configure" automatically includes this option. + Copy configuration file which specifies the required security policies + # sudo cp ./src/ofono.conf /etc/dbus-1/system.d/ + Run daemon in foreground with debugging # sudo ./src/ofonod -n -d 'plugins/*'