Hi Thomas,

I have set up Android in a VM on Virtualbox. Unfortunately I can only get a 
command line when I boot it, I understand it should be possible to get a GUI 
with some options to configure Android?

If you could provide some intel on how to successfully set up Android in a VM 
it would be most welcome. The intention is to connect the VM to Jenkins so that 
Erich can help you further with ooRexx installation.

I would need info on how to connect to Android using ssh and what you did to 
install the toolchain (SVN, C++ Cmake make etc).

Hälsningar/Regards/Grüsse,
P.O. Jonsson
oor...@jonases.se




> Am 14.06.2021 um 22:58 schrieb Thomas Kahr <tho...@vaime.at>:
> 
> 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

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to