Odk tables permissions not granted

Hi all,

For a couple of days I’ve been trying to get the sourcecode of ODK tables to work. With no success.
After lots of debugging I’m quite sure I’ve found the culprit.
The ODK tables doesn’t have the permissions (RUN_WEBSERVER and RUN_DATABASE) granted.
Because of this the app doesn’t initialize itself properly.
I’ve tried granting the permissions via adb shell. With no luck however.
Please see the attached screenshot of the permissions that are granted.

Has anyone ideas on this? Any help is gladly appreciated. Thanks.

Update:

I had to compile the ODK services sourcode as well… Now the permissions are correctly granted.