ANDROID Support in 7.0.1 broken

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
itsds
Posts: 37
Joined: Mon 30 Apr 2007 10:38
Location: Germany - Bochum
Contact:

ANDROID Support in 7.0.1 broken

Post by itsds » Mon 10 Apr 2017 12:02

Error
After update from 6.4.16 to 7.0.1 my ANDROID App can not create DB files.

I get DISK I/O ERROR on connect with static bound library.
I create my DB-Files in TPath.GetHomePath !
Opening existing DB-File works. (We deliver premade DB-File with our app)

Using the "NOSTATIC" Version of ANDROID SQLite leads to the Error Message : "FEATURE NOT SUPPORTED"

After Rolling back to 6.4.16 everything works as expected.

Same Error under Tokyo/Berlin except that i can not run 6.4.16 under Tokyo !

gkirkwood
Posts: 11
Joined: Fri 22 Sep 2006 20:24

Re: ANDROID Support in 7.0.1 broken

Post by gkirkwood » Mon 10 Apr 2017 13:45

I have the same problem. I upgraded last week and the new version gives the Disk I/O error on Android EVERY time. Like the original poster, I cannot use Tokyo so the upgrade has actually downgraded and broken my projects.

itsds
Posts: 37
Joined: Mon 30 Apr 2007 10:38
Location: Germany - Bochum
Contact:

Re: ANDROID Support in 7.0.1 broken

Post by itsds » Tue 11 Apr 2017 09:21

I didn't write it in the first post - but for me leads this error also to the Problem that i can not use Tokyo any more.

In my opinion Devart should think about to provide the source for the SQLite - Libs which are precompiled and could not be debugged/self compiled.
This precompilation are every time a fun breaker with UniDAC !

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: ANDROID Support in 7.0.1 broken

Post by MaximG » Tue 11 Apr 2017 13:47

Thank you for the information. We have reproduced the problem and fixed the bug. The fix will be included in the next UniDAC build. Currently, we can send you a night build of UniDAC with the fix. For this, please specify your license number and the exact version of Delphi you are using via the e-support form ( https://www.devart.com menu "Support"\"Request Support" )

gkirkwood
Posts: 11
Joined: Fri 22 Sep 2006 20:24

Re: ANDROID Support in 7.0.1 broken

Post by gkirkwood » Tue 11 Apr 2017 13:52

The Support Request does not work for me. I just end up going round in circles logging in, then redirected to Customer Portal, then back to Login where I'm told my login details don't work. I will email and ask for the fix.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: ANDROID Support in 7.0.1 broken

Post by MaximG » Wed 12 Apr 2017 08:37

Thank you for the information. We investigated the problem and fixed this error. The fix will be included in the next UniDAC build. As a workaround we sent you the link to download a night build including this fix

gkirkwood
Posts: 11
Joined: Fri 22 Sep 2006 20:24

Re: ANDROID Support in 7.0.1 broken

Post by gkirkwood » Wed 12 Apr 2017 08:48

I have SDAC installed on my system too, and when I compile an app that uses both SDAC and UniDAC, I get the error :

Unit TdsReaderWriter was compiled with a different version of CRBigInteger.TBigInteger

I assume this is because there's a mismatch between the night build of UniDAC and the current version of SDAC ?

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: ANDROID Support in 7.0.1 broken

Post by MaximG » Wed 12 Apr 2017 10:35

We sent you the link to download a SDAC night build including this fix

gkirkwood
Posts: 11
Joined: Fri 22 Sep 2006 20:24

Re: ANDROID Support in 7.0.1 broken

Post by gkirkwood » Wed 12 Apr 2017 11:06

The updates seem to work, thank you. However, there are serious problems with Tokyo which are stopping us from deploying our apps. We'll be reverting to Berlin and installing the updated packages there instead.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: ANDROID Support in 7.0.1 broken

Post by MaximG » Wed 12 Apr 2017 13:31

We sent you the links to download a UniDAC and SDAC for RAD Studio 10.1 Berlin night build including this fix

gkirkwood
Posts: 11
Joined: Fri 22 Sep 2006 20:24

Re: ANDROID Support in 7.0.1 broken

Post by gkirkwood » Wed 12 Apr 2017 16:36

I've downloaded the updated packages for Berlin for UniDAC and SDAC. I've compiled an Android FireMonkey app, and the good news is that your fixes appear to be working fine. I'll monitor this for a few days and let you know if I encounter any errors. Thank you for the updates.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: ANDROID Support in 7.0.1 broken

Post by MaximG » Thu 13 Apr 2017 06:35

We are glad to see the problem resolved. We will wait for news from you after the testing is finished.

itsds
Posts: 37
Joined: Mon 30 Apr 2007 10:38
Location: Germany - Bochum
Contact:

Re: ANDROID Support in 7.0.1 broken

Post by itsds » Wed 19 Apr 2017 08:38

Hi Maxim, i asked by EMail for a Source - Snapshot with the libs for Berlin and Tokyo, but get no answer.
The precompiled Units are useless for me cause we make modifikations in the Source to get UniDAC work.

Pls send it to me - ty in advance

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: ANDROID Support in 7.0.1 broken

Post by azyk » Thu 20 Apr 2017 10:54

We replied to your email.

itsds
Posts: 37
Joined: Mon 30 Apr 2007 10:38
Location: Germany - Bochum
Contact:

Re: ANDROID Support in 7.0.1 broken

Post by itsds » Fri 21 Apr 2017 09:56

tyvm for your support, Tokyo and Berlin seems to be working.

Post Reply