Hi Alex, On Thu, Dec 25, 2014 at 12:07 AM, Alex <[email protected]> wrote: > Hi.everyone, > > I have a question about AMB (automotive-message-broker) with using GDBUS on > tizen-3.0.m14.3-ivi_20141028.3. > > To test the "FindObject" method ,I used the following command: > dbus-send --system --print-reply --dest=org.automotive.message.broker / > org.automotive.Manager.FindObject string:VehicleSpeed > The log did not return a list of objects that provide the data type > "VehicleSpeed",it printed: Error org.automotive.Manager.ObjectNotFound: > Object not found. >
This is likely because the plugins you are running do not support VehicleSpeed. I recommend installing and running the "bluemonkey" plugin which has implemented a vast number of data properties. https://wiki.tizen.org/wiki/AMB_Bluemonkey_Plugin > In order to get more debug or log information from ambd,i runned ambd with > the following command: > ambd -d5 > I found one line of the log is : ERROR DBus: Lost bus name. > One reason ambd might not be able to get on the DBus system bus is if another instance of ambd is already running. Please check "ps -A | grep ambd" to see if ambd is already running. If it is, you can either run "systemctl stop ambd" or "killall ambd" to stop that instance. -Kevron > Does anyone know how to solve this problem ? If it need to change, how > should I do? > > Best regards, > > > > _______________________________________________ > IVI mailing list > [email protected] > https://lists.tizen.org/listinfo/ivi > _______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
