I had dbus-daemon in /system/bin
and dbus-send, dbus-monitor in /system/xbin
and following messages in /init.rc
...........................................................................................
service dbus /system/bin/dbus-daemon --system --nofork
socket dbus stream 660 bluetooth bluetooth
user bluetooth
group bluetooth net_bt_admin
...........................................................................................
When system booted, why dbus service doesn't run ?
I cannot see the socket named dbus in /dev/socket.
Thanks in advence.

