Of course. I will summarize everything tomorrow morning. Thanks again for your help. Feedback following.
best regards Thomas ________________________________ From: Erich Steinb?ck <erich.steinbo...@gmail.com> Sent: Monday, June 14, 2021 10:50:20 PM To: Open Object Rexx Developer Mailing List <oorexx-devel@lists.sourceforge.net> Subject: Re: [Oorexx-devel] ooRexx > Android I dont have access to /tmp on the device Can you check if the TMPDIR environment variable is defined (echo $TMPDIR) and if so run rxapi like this XDG_RUNTIME_DIR=$TMPDIR rxapi Can you check if /data/local/tmp is available and files can be created in it and if so run rxapi like this XDG_RUNTIME_DIR=/data/local/tmp rxapi Else try to find any directory that allows creating files and run rxapi as described above but Im working on a hint Prof. Flatscher gave me hoping to get around this issue Will you share it with us?
_______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel