When trying to start a service, I receive this error:
End executing action 'Service starten: android.intent.action.MAIN com.csipsimple.easybell2/com.csipsimple.service.SipService ' and exception Not allowed to start service Intent { act=android.intent.action.MAIN flg=0xc3 cmp=com.csipsimple.easybell2/com.csipsimple.service.SipService } without permission android.permission.CONFIGURE_SIP
How can I get or set the android.permission.CONFIGURE_SIP ?
Does it have to be granted to Automagic or to what?
I am using CM12.1 (android 5.1.1) and automagic EAP 1.28 from 16.5.2015
Thanks for your help,
EBen
Missing permission to start service
Moderator: Martin
Re: Missing permission to start service
Hi,
Automagic itself does not hold this permission. It seems that this permission is not a regular android permission but one that was defined by the app you are trying to start.
You could try to start the service using an action Execute Root Command with command: am startservice -a android.intent.action.MAIN com.csipsimple.easybell2/com.csipsimple.service.SipService
Regards,
Martin
Automagic itself does not hold this permission. It seems that this permission is not a regular android permission but one that was defined by the app you are trying to start.
You could try to start the service using an action Execute Root Command with command: am startservice -a android.intent.action.MAIN com.csipsimple.easybell2/com.csipsimple.service.SipService
Regards,
Martin
Re: Missing permission to start service
Danke Martin,
Dein support ist wirklich super, Deine Antwort hat mal wieder bestens geholfen.
EBen
Dein support ist wirklich super, Deine Antwort hat mal wieder bestens geholfen.
EBen