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 
favorite folders, play audio files, and display text and images.


Like Finder, you can drag files from one place to another to either copy or move them. It can 
access your computer or another device on the network via FTP. It gets frequent updates. 
There's too much to list here, but it's been my file manager for years and the first app I 
install on a new device.


Disclaimer: I'm not involved with it at all, I just like it a lot. This kind of file management 
is what I miss most about iOS.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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" into tFolder
put folders(tFolder) into fld xyz
## I only get the NOT empty folders in the field!?
...
Is this a feature or a bug?


Best

Klaus
--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 URL?
> 
> I tried several things but I couldn't get any of them to work. You can write 
> to and read from the mobile documents folder, but if you put a file in there 
> manually it isn't seen by the app. I use a very good file manager on Android 
> called Solid Explorer and it does see a file I copy to documents, but my 
> mobile app doesn't list it or confirm anything is there.
> If you want to try, download a good file manager; Google or Samsung's default 
> Files app won't work. Then go to the app's document folder, which is located 
> here:
>  /Android/data/com.your.appID/
> You may have to give the file manager permissions to open those folders, 
> they're locked down in recent versions of Android. Solid Explorer will ask 
> you to allow it.

thank you, will install and try Solid Explorer!

> We really need LC to give us access to the public documents folder. I think 
> that's the only way to do what you (and I) want.

Yes, definitively! 
The "Downloads" or "Documents" folder would be a good start, otherwise we 
cannot create apps
where the user needs to add more files.

Since this is an app for my personal pleasure, I will create a way to "sync" 
local files with files on
my server.

> -- 
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software   | http://www.hyperactivesw.com

Best

Klaus

--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 way to phrase it, I 
may even try the mothership. At the moment, however, I have no way to make this 
happen reliably so that’s not much for them to go on.

Mark

> On 18 Jul 2023, at 7:44 pm, matthias rebbe via use-livecode 
>  wrote:
> 
> 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
> errSSLClosedGraceful  = -9805,/* connection closed gracefully 
> */
> 
> Anyway, maybe someone from LC or maybe even Charles Warwick, the author of 
> the tsNet external, could chime in.
> 
> Regards,
> Matthias
> 
> 
>> Am 18.07.2023 um 17:50 schrieb Mark Smith > >:
>> 
>> 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. It seems, according to the method name, the 
>> trouble is related to SSL tunneling work. Does your environment support 
>> TLSv1.2?
>> 
>> The method name is SSLWrite(). Apple says the method has been deprecated 
>> since iOS13, I am running 15.6. Note, this is a relatively new occurrence in 
>> the app… I think I’ve seen it maybe 4 times since June 21 (dated screen 
>> shots) but a lot changed around then. I upgraded to LC10, swapped Xcode, 
>> changed the SDK, god knows what else possibly iOS (I can’t remember). So 
>> it’s very difficult to point a finger at what has changed to cause this. The 
>> only other error to pop up was (56) broken pipe which, come to think of it, 
>> might be related? Oh, other bit of trivia… I usually just send again (after 
>> a few steps to re-enable uploading) and it works fine. So it’s very 
>> sporadic. I use the app maybe 10-15 times a day and have seen this error 
>> maybe 4 times in the last month. 
>> 
>> Thanks,
>> Mark
>> 
>>> On 18 Jul 2023, at 12:27 pm, matthias rebbe via use-livecode 
>>> mailto:use-livecode@lists.runrev.com> 
>>> >> >> wrote:
>>> 
>>> 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 could mean that there is 
>>> insufficient quota on the server
>>> 2. Your or the remote compute could have incorrect time settings
>>> 3. wrong firewall settings on the remote system
>>> 
>>> 
 Am 18.07.2023 um 12:59 schrieb 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, unsubscribe and manage your 
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
>>> 
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com 
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode 
> 
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 from 
the mobile documents folder, but if you put a file in there manually it isn't seen by the app. 
I use a very good file manager on Android called Solid Explorer and it does see a file I copy 
to documents, but my mobile app doesn't list it or confirm anything is there.


If you want to try, download a good file manager; Google or Samsung's default Files app won't 
work. Then go to the app's document folder, which is located here:


  /Android/data/com.your.appID/

You may have to give the file manager permissions to open those folders, they're locked down in 
recent versions of Android. Solid Explorer will ask you to allow it.


We really need LC to give us access to the public documents folder. I think that's the only way 
to do what you (and I) want.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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
errSSLClosedGraceful= -9805,/* connection closed gracefully 
*/

Anyway, maybe someone from LC or maybe even Charles Warwick, the author of the 
tsNet external, could chime in.

Regards,
Matthias


> Am 18.07.2023 um 17:50 schrieb Mark Smith :
> 
> 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. It seems, according to the method name, the 
> trouble is related to SSL tunneling work. Does your environment support 
> TLSv1.2?
> 
> The method name is SSLWrite(). Apple says the method has been deprecated 
> since iOS13, I am running 15.6. Note, this is a relatively new occurrence in 
> the app… I think I’ve seen it maybe 4 times since June 21 (dated screen 
> shots) but a lot changed around then. I upgraded to LC10, swapped Xcode, 
> changed the SDK, god knows what else possibly iOS (I can’t remember). So it’s 
> very difficult to point a finger at what has changed to cause this. The only 
> other error to pop up was (56) broken pipe which, come to think of it, might 
> be related? Oh, other bit of trivia… I usually just send again (after a few 
> steps to re-enable uploading) and it works fine. So it’s very sporadic. I use 
> the app maybe 10-15 times a day and have seen this error maybe 4 times in the 
> last month. 
> 
> Thanks,
> Mark
> 
>> On 18 Jul 2023, at 12:27 pm, matthias rebbe via use-livecode 
>> mailto:use-livecode@lists.runrev.com>> wrote:
>> 
>> 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 could mean that there is 
>> insufficient quota on the server
>> 2. Your or the remote compute could have incorrect time settings
>> 3. wrong firewall settings on the remote system
>> 
>> 
>>> Am 18.07.2023 um 12:59 schrieb 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, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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. It seems, according to the method name, the trouble is related 
to SSL tunneling work. Does your environment support TLSv1.2?

The method name is SSLWrite(). Apple says the method has been deprecated since 
iOS13, I am running 15.6. Note, this is a relatively new occurrence in the app… 
I think I’ve seen it maybe 4 times since June 21 (dated screen shots) but a lot 
changed around then. I upgraded to LC10, swapped Xcode, changed the SDK, god 
knows what else possibly iOS (I can’t remember). So it’s very difficult to 
point a finger at what has changed to cause this. The only other error to pop 
up was (56) broken pipe which, come to think of it, might be related? Oh, other 
bit of trivia… I usually just send again (after a few steps to re-enable 
uploading) and it works fine. So it’s very sporadic. I use the app maybe 10-15 
times a day and have seen this error maybe 4 times in the last month. 

Thanks,
Mark

> On 18 Jul 2023, at 12:27 pm, matthias rebbe via use-livecode 
>  wrote:
> 
> 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 could mean that there is 
> insufficient quota on the server
> 2. Your or the remote compute could have incorrect time settings
> 3. wrong firewall settings on the remote system
> 
> 
>> Am 18.07.2023 um 12:59 schrieb 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, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 download from unknown 
> sources in system settings.

Yes, sure.

> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com

Best

Klaus

--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 of them seemed 
to apply (I’m using http not ftp so that rules out #1, time settings have not 
changed on my end since forever, unlikely dropbox would change them either so 
that probably rules out #2, and I can’t speak to their firewall settings). Very 
helpful, so many thanks!

PS I’ve noticed this error only since upgrading to LC10. I wonder if anything 
changed in LC that might be contributing? I’d go back to using 9.6.8 (I still 
have it installed) but since upgrading Xcode to be compatible I don’t have the 
old SDK available to test with. BTW, this is a question I’ve long wondered but 
never answered: is it possible to just have (or keep) the SDK files and not all 
of Xcode? That would sure make life easier space wise. 

Mark

> On 18 Jul 2023, at 12:27 pm, matthias rebbe via use-livecode 
>  wrote:
> 
> 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 could mean that there is 
> insufficient quota on the server
> 2. Your or the remote compute could have incorrect time settings
> 3. wrong firewall settings on the remote system
> 
> 
>> Am 18.07.2023 um 12:59 schrieb 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, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 could mean that there is 
insufficient quota on the server
2. Your or the remote compute could have incorrect time settings
3. wrong firewall settings on the remote system


> Am 18.07.2023 um 12:59 schrieb 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, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 Play Developer Support.
>> Google Play app search works across title, developer name, and app 
>> descriptions.
>> Your title should be unique and accessible, avoid common terms, and reinforce
>> what your app is about.
>> Using common or generic words like "Puzzle" or "Sports" can often increase 
>> the
>> total number of potential search results, thus making your app more 
>> difficult to find.
>> Using the search phrase Sehen-Hören-Merken forces our search engine to 
>> autocorrect
>> the search term and return results as if the search term were "Sehen - Hören 
>> - Merken" (in quotes).
> Interesting. The app that couldn't be found for me had an "@" sign in the 
> name. So I agree that symbols or punctuation like hyphens may be the problem.

yes, looks like...

> Since their algorithm converts the search term, you could try putting the 
> Google version in the description somewhere. You could put it way at the 
> bottom of the description, just for reference.

Do you mean in the description on the page in the Google Play Store?
If yes, that will not make sense, since the problem is to find that page first!
Chicken and egg problem... :-)

If not, please explain.

> I very occasionally see titles like this:
> Sehen-Hören-Merken (Sehen - Hören - Merken)
> 
> I wondered why but now I think I know.
> 
> -- 
> Jacqueline Landman Gay

Best

Klaus

--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode