-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FireOS support #2
Comments
It should be no problem to build it for Amazon FireOS as well but then you One thing is that I am not 100% sure that the native libraries would work If someone can run the test suite in spec/www and issue a pull request if Also for the main project, I would be curious if the native libraries would |
Cool. So basically, I’m just going to point the java files to amazon-fireos in the plugin.xml and see what happens. I’ll report back. Scott J. Pearson From: Chris Brody <[email protected]mailto:[email protected]>
It should be no problem to build it for Amazon FireOS as well but then you One thing is that I am not 100% sure that the native libraries would work If someone can run the test suite in spec/www and issue a pull request if Also for the main project, I would be curious if the native libraries would — |
So I’m getting the same old response. :-( D/CordovaLog(27245): file:///android_asset/www/plugins/cordova-sqlite-evfree/www/SQLitePlugin.js: Line 231 : OPEN database: xxxxxx failed, aborting any pending transactions I/chromium(27245): [INFO:CONSOLE(231)] "OPEN database: xxxxxx failed, aborting any pending transactions" D/CordovaLog(27245): file:///android_asset/www/plugins/cordova-sqlite-evfree/www/SQLitePlugin.js: Line 97 : Could not open database I/chromium(27245): [INFO:CONSOLE(97)] "Could not open database" Scott J. Pearson From: Chris Brody <[email protected]mailto:[email protected]>
It should be no problem to build it for Amazon FireOS as well but then you One thing is that I am not 100% sure that the native libraries would work If someone can run the test suite in spec/www and issue a pull request if Also for the main project, I would be curious if the native libraries would — |
So I’m getting the same old response. :-(
Can you try the main Cordova-sqlite-storage version on Fire OS and see if
you can open a database with that version?
If so, then I think we can conclude the native libraries are not working
with FireOS for some reason. It may be due to packaging them in the jar or
perhaps something else. I can unjar the native libraries later today or
tonight.
|
No, they both fail. Scott J. Pearson From: Chris Brody <[email protected]mailto:[email protected]>
Can you try the main Cordova-sqlite-storage version on Fire OS and see if If so, then I think we can conclude the native libraries are not working — |
Just raised apache/cordova-discuss#32 |
Answer by @stevengill in apache/cordova-discuss#32 (comment):
|
Any reason FireOS support has been left off? My understanding is that its orientation is somewhat similar to Android. Could this be something I adapt on my own?
The text was updated successfully, but these errors were encountered: