Hello,
I'm trying to open a database created by a Tizen Native Application in "/opt/usr/apps/<app-id>/shared/trusted" folder from a Tizen Service Application, but when I'm call the open of the database will always fail in the Service Application with sqlite error code 14(This says -Unable to open database file). Also, my Service application is packaged with my Native application and both the Service and Native Applications are signed with same author certificate.
Can anyone please help me solve this error and also share with me how can we communicate between an service applciation and Native application.