Search found 594 matches

by AriSilva
December 14th, 2023, 8:01 am
Forum: Android
Topic: executing an apk on android 13
Replies: 8
Views: 64757

Re: executing an apk on android 13

Apparently it worked, using the old 7.7.3 version.
In any case, I´ll be doing more extensive tests and see what will going to happen.
Thanks again
Best
Ari
by AriSilva
December 13th, 2023, 2:56 pm
Forum: Android
Topic: executing an apk on android 13
Replies: 8
Views: 64757

Re: executing an apk on android 13

Thanks very much, Greg,
I really appreciate that.
I will try this old version, and see what happens when 8.0 is available.
Best
Ari
by AriSilva
December 13th, 2023, 11:29 am
Forum: Android
Topic: executing an apk on android 13
Replies: 8
Views: 64757

Re: executing an apk on android 13

Thanks for your answer, but I´m not sure I understood it, when you mention "package name" and "explicit intent". Could you give me an example of an explicit intent? I´ve made a short program calling several apps, including the ones in the CsPro help. Almost all of them work but f...
by AriSilva
December 8th, 2023, 10:32 am
Forum: Android
Topic: executing an apk on android 13
Replies: 8
Views: 64757

executing an apk on android 13

Hi folks, Again, me and my "diferences" with the new android. The following command was executing pretty well in the old androids. ret = execsystem("app:com.softjads.jorge.meurecordatorio"); But now, with the new one, it does not execute. I´ve tried it with two tablets I have, an...
by AriSilva
November 28th, 2023, 12:38 pm
Forum: Android
Topic: installing an apk from csentry
Replies: 1
Views: 7298

installing an apk from csentry

Hi folks, In my previous applications, using android 5.5, I used the following commands to install an apk from my csentry program: string apk = pathconcat(Application, "..\..\30_Apoio\app-debugVersion12-1.apk"); ret = execsystem(maketext("view:%s", apk), wait); The idea is to ins...
by AriSilva
October 31st, 2023, 12:38 pm
Forum: Synchronization
Topic: error in downloading a file
Replies: 1
Views: 2299

error in downloading a file

Hi folks, I´ve got a very weird message trying to get a file from the server (please, see it attached). I´ve tried dufferebt ways to load (put) the file to the server, nothing worked. But, my last try was to use the dataviewer to save the csdb as a dat file, sort it sing the sort utility, generating...
by AriSilva
October 2nd, 2023, 4:56 pm
Forum: Tools
Topic: relative paths in production runner
Replies: 1
Views: 2157

relative paths in production runner

Hi folks, I know that this might not be one of your priorities, but it would help me a lot if the filenames in pffrunner were using relative paths instead of absolute paths. My problem is that we have a team of developers using the same file structures, but using diferent main directories, and using...
by AriSilva
September 25th, 2023, 7:08 am
Forum: Other
Topic: CsEntry via Web
Replies: 2
Views: 2080

Re: CsEntry via Web

Thanks Greg, That´s what I thought. My question was related to a project that we have to design where one of the branches involves colecting data via CAWI, and the alternative was to use te Survey Sollution, which we do not want to do. I completeley agree with you that this might not be one of your ...
by AriSilva
September 20th, 2023, 5:06 pm
Forum: Other
Topic: CsEntry via Web
Replies: 2
Views: 2080

CsEntry via Web

Hi folks,
Is there a way to use CsEntry in the web?
If not, do you think it would be feasible to have that in the near future?
Best
Ari
by AriSilva
August 12th, 2023, 8:41 am
Forum: Entry
Topic: Barcode reading
Replies: 2
Views: 7480

Re: Barcode reading

Thanks, htuser,
I´ll have a look at your suggestions.
Best
Ari