Missing permission to start service

Post your questions and help other users.

Moderator: Martin

Post Reply
EBen
Posts: 13
Joined: 27 Aug 2014 08:06

Missing permission to start service

Post by EBen » 19 May 2015 16:36

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

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Missing permission to start service

Post by Martin » 20 May 2015 18:46

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

EBen
Posts: 13
Joined: 27 Aug 2014 08:06

Re: Missing permission to start service

Post by EBen » 20 May 2015 20:36

Danke Martin,
Dein support ist wirklich super, Deine Antwort hat mal wieder bestens geholfen.

EBen

Post Reply