Hi,
I’ve a problem of not having enough permissions for setting a “persist.xxxxx” property from one of the applications. This application shares the UserId of the phone so I tried to hack in property_service.c and add an entry:
{“persist.”, AID_RADIO, 0}
in property_perms structure.
After this I was able to set the property but without this I get a “permission denied” error.