OESF Portables Forum
Model Specific Forums => Gemini PDA => Gemini PDA - Linux => Topic started by: bled82 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
-
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>