Search found 591 matches

by AriSilva
February 26th, 2024, 10:47 am
Forum: Android
Topic: Disabling automatic update of csentry
Replies: 2
Views: 84

Re: Disabling automatic update of csentry

many thanks,
Ari
by AriSilva
February 25th, 2024, 7:25 am
Forum: Android
Topic: Disabling automatic update of csentry
Replies: 2
Views: 84

Disabling automatic update of csentry

Hi folks, We are in the middle of a survey, still using csentry 7.7, and we would no t like to move to csentry 8.0 yet, there would have many things to be touched, and we do not have time to do it just now. The problem is that the tablets are using Android version 13, and they are being updating aut...
by AriSilva
December 21st, 2023, 1:07 pm
Forum: Editing
Topic: changing one record from a questionnaire to another
Replies: 3
Views: 15460

Re: changing one record from a questionnaire to another

Thank you for your tip. Could you be more specific when you mention "put logic in the preproc"? Do I have to copy each variable one by one? In batch processing, how do I copy the speccific person record, and how do I save it in a later questionnaire, supposing the source questionnaire come...
by AriSilva
December 20th, 2023, 9:27 am
Forum: Editing
Topic: changing one record from a questionnaire to another
Replies: 3
Views: 15460

changing one record from a questionnaire to another

Hi folks,
Suppose I have a file with two record types: hosehold (single record) and person (multiple records), and an ID with, lets say, length 6.
Is there a way to "move" one specific person, lets say person 3, from one questionnaire to another questonnaire?
by AriSilva
December 16th, 2023, 4:55 pm
Forum: Android
Topic: executing an apk on android 13
Replies: 8
Views: 59385

Re: executing an apk on android 13

Yeah, the file we are trying to delete were created by the third party we are calling from our csentry application, and we have to delete it to start from scratch every time we call them. We could also ask them to delete the file before starting to write on them, this is a possibility we did not try...
by AriSilva
December 14th, 2023, 2:09 pm
Forum: Android
Topic: executing an apk on android 13
Replies: 8
Views: 59385

Re: executing an apk on android 13

By the way, I´m using this version 7.7.3 that you´ve made available for me in the previous messages.
by AriSilva
December 14th, 2023, 1:56 pm
Forum: Android
Topic: executing an apk on android 13
Replies: 8
Views: 59385

Re: executing an apk on android 13

Continuing the "saga":
Now, the problem seems to be that I cannot delete a file in the Download folder.
I´ve tried all combinations of pathname(Downloads) + ...
Nothings works. The
ret = filedelete(...);
always returns DEFAULT.
Is there a way to overcome that?
by AriSilva
December 14th, 2023, 8:01 am
Forum: Android
Topic: executing an apk on android 13
Replies: 8
Views: 59385

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: 59385

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: 59385

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...