Re: [Firebird-devel] Android/iOS Embedded with Xamarin Forms

2018-05-02 Thread Luiz Alberto Tessarolli
Hi Jorge. No i'm using the arm version. On a real device. Could you share your code? Thanks Em Seg, 30 de abr de 2018 17:40, Jorge Gonçalves escreveu: > > > On Mon, Apr 30, 2018 at 12:08 PM Luiz Alberto Tessarolli < > tessaro...@gmail.com> wrote: > >> Hi Jorge, >> >> Config.AppDir points to Appl

Re: [Firebird-devel] Android/iOS Embedded with Xamarin Forms

2018-04-30 Thread Jorge Gonçalves
On Mon, Apr 30, 2018 at 12:08 PM Luiz Alberto Tessarolli < tessaro...@gmail.com> wrote: > Hi Jorge, > > Config.AppDir points to Application Data > Folder: /data/user/0/com.companyname.TS/files/.config/ > Config.FirebirdServerLib points > to /data/user/0/com.companyname.TS/files/.config/firebird/li

Re: [Firebird-devel] Android/iOS Embedded with Xamarin Forms

2018-04-30 Thread Luiz Alberto Tessarolli
Hi Jorge, Config.AppDir points to Application Data Folder: /data/user/0/com.companyname.TS/files/.config/ Config.FirebirdServerLib points to /data/user/0/com.companyname.TS/files/.config/firebird/lib/libfbclient.so FIREBIRD_LOCK points to /data/user/0/com.companyname.TS/files/.config/firebird/ Con

Re: [Firebird-devel] Android/iOS Embedded with Xamarin Forms

2018-04-25 Thread Vlad Khorsun via Firebird-devel
Jorge, Avoid over quoting, please Regards, Vlad -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot Firebird-Devel mailing list, web interface

Re: [Firebird-devel] Android/iOS Embedded with Xamarin Forms

2018-04-25 Thread Jorge Gonçalves
Hi, I don't have the code with me right now... have you tried to put your files in AppDir/files ? and don't create the database on AppDir, I'm not sure that you have permissions to write on that folder, create the database on AppData/files Regards jGoncalves On Wed, Apr 25, 2018 at 2:31 AM,

Re: [Firebird-devel] Android/iOS Embedded with Xamarin Forms

2018-04-24 Thread Luiz Alberto Tessarolli
Hi Jorge, first of all, Thanks for the answer!! By following your steps, i have made some progress into creating a firebird database on an embedded server in android, but, unfortunately, i'm getting another error when i'm trying to create a new database: invalid database handle (no active connecti

Re: [Firebird-devel] Android/iOS Embedded with Xamarin Forms

2018-04-23 Thread Jorge Gonçalves
Hi, from my attempt to put FB running on Android The process is a little tricky. 1º You must put the files( libfbclient, libEngine12, .. ) on asset folder and then copy that to app/files folder. The folder structure must be kept in order to work. ex : .../app.com/files/fb/firebird.conf ..

[Firebird-devel] Android/iOS Embedded with Xamarin Forms

2018-04-23 Thread Luiz Alberto Tessarolli
Hello, i'm working on a cross-platform project, and i would like to unify the database management system. I've always worked with firebird, server and embedded, on linux and windows with total success for more than a decade. And for this new project, i'm looking into firebird embedded on Android an