Re: [SOLVED]: PilBox IOException "No such file"

2018-04-20 Thread Alfonso Villén
Hello, I'm glad to confirm that I had the same problem on a Samsung A5 and PilBox is running fine now. I had believed that I was the only one who had that problem... but nobody had complained about it before, so I was thinking there was just something wrong with my phone. Thanks Alfonso V. Alex

Re: [SOLVED]: PilBox IOException "No such file"

2018-04-20 Thread Arie van Wingerden
Hi Alex, ah, so after all it *was* a 32/64 bit issue. Still very strange in these days to put a 32bit OS on a 64bit phone ... Glad you cracked it. In the mean time I succesfully installed pilbox on: - Asus tablet - Oukitel U11 Plus smartphone Now going to try it out. Haven't had time to play yet

[SOLVED]: PilBox IOException "No such file"

2018-04-20 Thread Alexander Burger
Hi all, On Wed, Apr 18, 2018 at 02:30:35PM +0200, Alexander Burger wrote: > I have a customer with Samsung Xcover 4 devices, and they get an IOException > 'Cannot run program "bin/picolisp" ... No such file'. Now I received an Xcover 4 and could take a closer look. The reason was that - despite

Re: PilBox IOException "No such file"

2018-04-18 Thread David Bloom
Thanks for the reply Alex and I hope that the community solves this one. On Wed, Apr 18, 2018, 12:32 PM Alexander Burger wrote: > On Wed, Apr 18, 2018 at 03:54:56PM +, David Bloom wrote: > > I'm not certain that is relevant but I did run into issues with pil in > > termux that was corrected

Re: PilBox IOException "No such file"

2018-04-18 Thread Alexander Burger
On Wed, Apr 18, 2018 at 03:54:56PM +, David Bloom wrote: > I'm not certain that is relevant but I did run into issues with pil in > termux that was corrected with the page below. There's a newer fix on the > page linked below but I've been using termux-fix-shebang successfully for > about a ye

Re: PilBox IOException "No such file"

2018-04-18 Thread Alexander Burger
On Wed, Apr 18, 2018 at 05:31:42PM +0200, Arie van Wingerden wrote: > It might have to do with a change in Android 7: > > https://developer.android.com/about/versions/nougat/android-7.0-changes.html > read paragraph: >File system permission changes OK, but I have it running on 7 and 8 devices

Re: PilBox IOException "No such file"

2018-04-18 Thread David Bloom
I'm not certain that is relevant but I did run into issues with pil in termux that was corrected with the page below. There's a newer fix on the page linked below but I've been using termux-fix-shebang successfully for about a year now. I hope that this can help. https://wiki.termux.com/wiki/Ter

Re: PilBox IOException "No such file"

2018-04-18 Thread Arie van Wingerden
It might have to do with a change in Android 7: https://developer.android.com/about/versions/nougat/android-7.0-changes.html read paragraph: File system permission changes 2018-04-18 17:20 GMT+02:00 Alexander Burger : > On Wed, Apr 18, 2018 at 05:07:35PM +0200, Richard Z wrote: > > maybe the

Re: PilBox IOException "No such file"

2018-04-18 Thread Alexander Burger
On Wed, Apr 18, 2018 at 05:11:43PM +0200, Arie van Wingerden wrote: > I really think the device should be debugged to find the problem. Yep, I will try to get one. > Last 2 things: > 1. could it have to do with moving the App to an SD Card? Thought so too, but the screenshot of the error shows

Re: PilBox IOException "No such file"

2018-04-18 Thread Alexander Burger
On Wed, Apr 18, 2018 at 05:07:35PM +0200, Richard Z wrote: > maybe the binary has the name or link to the dynamic linker hardcoded and > it has a different name on this system? This could perhaps be. The glibc library. But from what I tested I think we would see a different error message. ♪♫ Ale

Re: PilBox IOException "No such file"

2018-04-18 Thread Arie van Wingerden
I really think the device should be debugged to find the problem. Last 2 things: 1. could it have to do with moving the App to an SD Card? 2. found this http://www.cnblogs.com/lidonghao/p/3700401.html which hints at a mix of 32 and 64 bit At the moment I have no further leads whatever. Would app

Re: PilBox IOException "No such file"

2018-04-18 Thread Richard Z
On Wed, Apr 18, 2018 at 04:04:43PM +0200, Alexander Burger wrote: > Yes. The Android way, by calling 'getFilesDir().getPath();'. This gives the > absolute path to the app's working directory, and then it is called with > a relative path "bin/picolisp" (plus the initial *.l files). maybe the binar

Re: PilBox IOException "No such file"

2018-04-18 Thread Alexander Burger
On Wed, Apr 18, 2018 at 04:43:55PM +0200, Arie van Wingerden wrote: > I just checked that both CPU and GPU of that device are both 64 bit. > Is it possible they somehow use a 32 bit version op PILBOX? This is checked by PilBox at startup with System.getProperty("os.arch") > I searched in Google

Re: PilBox IOException "No such file"

2018-04-18 Thread Arie van Wingerden
Yes, indeed. Sigh :-( I just checked that both CPU and GPU of that device are both 64 bit. Is it possible they somehow use a 32 bit version op PILBOX? I searched in Google Play for an app which can show file permissions, but to no avail. If there is one, they could check if something is wrong the

Re: PilBox IOException "No such file"

2018-04-18 Thread Alexander Burger
On Wed, Apr 18, 2018 at 04:19:16PM +0200, Arie van Wingerden wrote: > Maybe there is restricted access higher up in the path? But it is the app's home directory (in Android each app is its own user). And it works on all other devices. ♪♫ Alex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subj

Re: PilBox IOException "No such file"

2018-04-18 Thread Arie van Wingerden
Maybe there is restricted access higher up in the path? 2018-04-18 16:09 GMT+02:00 Alexander Burger : > Hi Arie, > > > trying to help you out ... > > Good :) > > > > https://stackoverflow.com/questions/47726155/java-io- > ioexception-cannot-run-program-adb-exe-createprocess-error-5-access-is > >

Re: PilBox IOException "No such file"

2018-04-18 Thread Alexander Burger
Hi Arie, > trying to help you out ... Good :) > https://stackoverflow.com/questions/47726155/java-io-ioexception-cannot-run-program-adb-exe-createprocess-error-5-access-is > > Which concerns Windows, but similar error. > So, maybe might have to do with user rights on the PicoLisp executable th

Re: PilBox IOException "No such file"

2018-04-18 Thread Alexander Burger
Hi Richard, > > I have a customer with Samsung Xcover 4 devices, and they get an IOException > > 'Cannot run program "bin/picolisp" ... No such file'. > > did you try the absolute path? Yes. The Android way, by calling 'getFilesDir().getPath();'. This gives the absolute path to the app's workin

Re: PilBox IOException "No such file"

2018-04-18 Thread Arie van Wingerden
Hi Alex, trying to help you out ... Found this: https://stackoverflow.com/questions/47726155/java-io-ioexception-cannot-run-program-adb-exe-createprocess-error-5-access-is Which concerns Windows, but similar error. So, maybe might have to do with user rights on the PicoLisp executable then? /Ar

Re: PilBox IOException "No such file"

2018-04-18 Thread Richard Z
On Wed, Apr 18, 2018 at 02:30:35PM +0200, Alexander Burger wrote: > Hi all, > > Anyone here who tried PilBox: > > I have a customer with Samsung Xcover 4 devices, and they get an IOException > 'Cannot run program "bin/picolisp" ... No such file'. did you try the absolute path? Richard -- Nam

Re: PilBox IOException "No such file"

2018-04-18 Thread Alexander Burger
On Wed, Apr 18, 2018 at 02:48:21PM +0200, Arie van Wingerden wrote: > Is that device rooted maybe? In that case other rogue Apps might interfere I don't think so. They bought several Xcover devices for their use, and they are not power users. They got the error on all of them. ♪♫ Alex -- UNSUBS

Re: PilBox IOException "No such file"

2018-04-18 Thread Arie van Wingerden
Is that device rooted maybe? In that case other rogue Apps might interfere .. Checked device for viruses/malware? 2018-04-18 14:30 GMT+02:00 Alexander Burger : > Hi all, > > Anyone here who tried PilBox: > > I have a customer with Samsung Xcover 4 devices, and they get an > IOException > 'Cannot

PilBox IOException "No such file"

2018-04-18 Thread Alexander Burger
Hi all, Anyone here who tried PilBox: I have a customer with Samsung Xcover 4 devices, and they get an IOException 'Cannot run program "bin/picolisp" ... No such file'. However, the same APK works fine on other devices. How can "bin/picolisp" be missing? Any ideas? ♪♫ Alex -- UNSUBSCRIBE: mai