Re: Android and USB footswitch

2023-07-18 Thread J. Landman Gay via use-livecode
On 7/18/23 2:30 PM, Klaus major-k via use-livecode wrote: thank you, will install and try Solid Explorer! I'm very impressed with it, it can do so many things. You can link to any cloud storage and access files as though they were local on the device. It can unzip files, create collections of

missing folders in resource folder

2023-07-18 Thread Klaus major-k via use-livecode
Hi friends, I added a folder "daten" in the "Copy files" tab in the "Standalone Application settings". Inside of this folder are five more folders and two of them are EMPTY. The two empty folders do NOT appear in the Android runtime if I do: ... put specialfolderpath("resources") & "/daten"

Re: Android and USB footswitch

2023-07-18 Thread Klaus major-k via use-livecode
Hi Jacque, > Am 18.07.2023 um 20:57 schrieb J. Landman Gay via use-livecode > : > > On 7/17/23 5:02 AM, Klaus major-k via use-livecode wrote: >> Since PDFs are not accessible via "mobilepickmedia" are there ANY other ways >> to add >> some PDFs later without having to download them from some

Re: tsneterr

2023-07-18 Thread Mark Smith via use-livecode
Thanks Matthias. I find it strange that they would report “connection closed gracefully” as an error. But as I noted previously, this just started happening about a month ago so I am going on the assumption that it’s not a good thing and will keep looking for an explanation. If I can think of

Re: Android and USB footswitch

2023-07-18 Thread J. Landman Gay via use-livecode
On 7/17/23 5:02 AM, Klaus major-k via use-livecode wrote: Since PDFs are not accessible via "mobilepickmedia" are there ANY other ways to add some PDFs later without having to download them from some URL? I tried several things but I couldn't get any of them to work. You can write to and read

Re: tsneterr

2023-07-18 Thread matthias rebbe via use-livecode
Hi Mark, it seems error -9805 is an error which is returned by iOS. I just searched for error 9805 and found this page here with some open source code from Apple. https://opensource.apple.com/source/libsecurity_ssl/libsecurity_ssl-36800/lib/SecureTransport.h There is the following line

Re: tsneterr

2023-07-18 Thread Mark Smith via use-livecode
Hi Matthias, First let me thank you for your previous response. In response to my question about error -9805 dropbox replied: The error you posted shows some platform specific error. Dropbox doesn't respond with any similar error. You have to read your environment documentation for more info.

Re: permanency of an unsigned Android app on the phone?

2023-07-18 Thread Klaus major-k via use-livecode
Hi Jacques, > Am 18.07.2023 um 17:12 schrieb J. Landman Gay via use-livecode > : > > No, they'll work indefinitely. ah, thank you, that's good news! :-) > Depending on the Android version the user may need to bypass a scary warning, > accept some permissions, and turn on the ability to

permanency of an unsigned Android app on the phone?

2023-07-18 Thread Klaus major-k via use-livecode
Hi all, if I "Do not sign" my Android app and let someone install the app via Google Drive, will the app cease to work at some point like iOS apps do after 90 days (I think)? Thanks for any hint! Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.de/bass kl...@major-k.de

Re: tsneterr

2023-07-18 Thread Mark Smith via use-livecode
Thanks Matthias. I’ve bookmarked the curl page for future reference. That solves about 1/2 the problem. Too bad it is difficult to find any information on error code -9805. I’ll follow up with dropbox to see if they are issuing it and what it means. I checked the things you mentioned and none

Re: tsneterr

2023-07-18 Thread matthias rebbe via use-livecode
The error numbers in the brackets returned by tsNet are curl error numbers. And according to https://curl.se/libcurl/c/libcurl-errors.html it means there was a problem sending data to the peer. Searching further for Curl error 55 i found some causes 1. if uploading to an ftp server this error

Re: Search for an app in Google Play Store

2023-07-18 Thread Klaus major-k via use-livecode
Hi Jacque, > Am 17.07.2023 um 22:05 schrieb J. Landman Gay via use-livecode > : > > On 7/17/23 3:10 AM, Klaus major-k via use-livecode wrote: >> Maybe I do not understand it correctly? >> >> Hi Klaus, >> Thanks for contacting Google

tsneterr

2023-07-18 Thread Mark Smith via use-livecode
I received the following error: tsenterr (55) SSLWrite() returned error -9805 Anyone know what this means or where to lookup what it means? Thanks ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,