Author Topic: CMST DBUS Error  (Read 3579 times)

bled82

  • Newbie
  • *
  • Posts: 25
    • View Profile
CMST DBUS Error
« on: August 24, 2019, 10:09:08 pm »
When I am trying to use connman im getting the below error message please advise .
See attached screen shot

bled82

  • Newbie
  • *
  • Posts: 25
    • View Profile
CMST DBUS Error
« Reply #1 on: September 11, 2019, 06:13:26 pm »
resolved with :

sudo nano /etc/dbus-1/system.d/ofono.conf

and added the following


<policy user="gemini">
    <allow own="org.ofono"/>
    <allow send_destination="org.ofono"/>
    <allow send_interface="org.ofono.SimToolkitAgent"/>
    <allow send_interface="org.ofono.PushNotificationAgent"/>
    <allow send_interface="org.ofono.SmartMessagingAgent"/>
    <allow send_interface="org.ofono.PositioningRequestAgent"/>
    <allow send_interface="org.ofono.HandsfreeAudioAgent"/>
    <allow send_interface="org.ofono.VoiceCallAgent"/>
    <allow send_interface="org.ofono.NetworkMonitorAgent"/>
  </policy>