Page 3 of 3
Problem with SQLite databases on android
Posted: Fri Feb 28, 2014 1:28 am
by Tiago Ramos
Replication of the bug involves changing app settings and compiling an .apk. If I share the app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a, will my working copy of the app be editted?
Problem with SQLite databases on android
Posted: Fri Feb 28, 2014 1:58 am
by Igor
You should change app configuration like you need and tell us the steps how to reproduce this. We will not change anything. Lets try to resolved issues one by one not simultaneously.
Problem with SQLite databases on android
Posted: Fri Feb 28, 2014 2:06 am
by Tiago Ramos
Ok, I have shared the app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a. The name of the app is "App Saude Feminina".
The steps to reproduce the problem are simply to export an .apk of the app, run the .apk on an android device, and within the app fill the first two forms with anything and press "Proximo". This will run the code that attempts to create an SQLite database, which fails with the current app settings.
Problem with SQLite databases on android
Posted: Fri Feb 28, 2014 3:17 am
by Igor
One more question - Did you change any "Android permissions" on "App settings" tab? if so, please try to reset it by default.
Problem with SQLite databases on android
Posted: Fri Feb 28, 2014 12:13 pm
by Tiago Ramos
I'm not sure if the person working on the project before me changed any permisions, but I know I didn't. In any case, the app works fine with the current permissions with v1.1 of the libraries, but I'll try reseting it to default as you suggested.
Problem with SQLite databases on android
Posted: Fri Feb 28, 2014 12:21 pm
by Tiago Ramos
I have tried resetting the android permissions to default, and it did not change anything.
Problem with SQLite databases on android
Posted: Fri Feb 28, 2014 11:41 pm
by Tiago Ramos
Any updates? I really need to figure out this problem.
Problem with SQLite databases on android
Posted: Sat Mar 01, 2014 12:29 am
by Illya Stepanov
Hello Tiago, we are still working on it. We'll keep you updated.
Problem with SQLite databases on android
Posted: Sat Mar 01, 2014 12:52 am
by Tiago Ramos
Finally managed to solve it on my own.
Apparently it's a problem with cordova/phonegap 3.0.0, which seems to have iffy support for WebSQL on android 4.x.
Following the instructions on this comment (https://issues.apache.org/jira/browse...) has solved my problem, for future reference.
Thanks for the support, I'm good for now.
Problem with SQLite databases on android
Posted: Sat Mar 01, 2014 1:36 am
by Illya Stepanov
Thanks for update on this -- we'll check it.