Re: PilBox build without Gradle and Android Studio

2019-03-19 Thread Alexander Burger
On Tue, Mar 19, 2019 at 09:25:43AM -0700, C K Kashyap wrote: > On my Android phone I cant seem to share to PilBox ... It gives me all > kinds of apps such as WhatApp, email etc ...not PilBox. I observed that on some Samsung phones too. But always one of the methods (click or share) used to work.

Re: PilBox build without Gradle and Android Studio

2019-03-19 Thread C K Kashyap
Thanks Alex, On my Android phone I cant seem to share to PilBox ... It gives me all kinds of apps such as WhatApp, email etc ...not PilBox. Could you please confirm if https://play.google.com/store/apps/details?id=com.termux is the right termux? Regards, Kashyap On Tue, Mar 19, 2019 at 9:17 AM A

Re: PilBox build without Gradle and Android Studio

2019-03-19 Thread Alexander Burger
Hi Kashyap, On Tue, Mar 19, 2019 at 02:27:26PM +0100, Alexander Burger wrote: > > > Quick question about getting apps into Android - I see an option to > > download in the settings page. Can that download over http? That would be > > really convenient if it does. > > You mean the settings page

Re: PilBox build without Gradle and Android Studio

2019-03-19 Thread Alexander Burger
On Tue, Mar 19, 2019 at 03:37:27PM +0100, Alexander Burger wrote: > You can do that. Just go to the REPL (by clicking on the top-left icon) and > enter into the bottom text field > >(setq *Repo "http://myserver";) Wait, it must be just "myserver", typically "myserver.com". ☺/ A!ex -- UNS

Re: PilBox build without Gradle and Android Studio

2019-03-19 Thread Alexander Burger
On Tue, Mar 19, 2019 at 06:43:11AM -0700, C K Kashyap wrote: > > a name like "radio" or "browser" and hit the Download button. > > Yes, the settings page in PilBox - Cool, I was able to download the apps - > I tried the browser and calc. However, it looks like I may not be able to > use it to down

Re: General Lisp questions

2019-03-19 Thread Alexander Burger
Hi Yiorgos, On Tue, Mar 19, 2019 at 03:46:34PM +0200, Yiorgos [George] Adamopoulos wrote: > On Tue, Mar 19, 2019 at 3:37 PM Alexander Burger wrote: > > > > Hi Kashyap, > > > > > Is LISP indeed List Integer and Symbol Processing? According to a lot of > > > places on the web it seems to be just Li

Re: General Lisp questions

2019-03-19 Thread C K Kashyap
Thanks Alex and Yiogros, Incidentally I had "skip seen" the video before but I missed the CAR/CDR explanation at 29:00 :) ... Feels good to know it finally! Regards, Kashyap On Tue, Mar 19, 2019 at 6:53 AM Yiorgos [George] Adamopoulos < yiorgos.adamopou...@gmail.com> wrote: > On Tue, Mar 19, 2019

Re: General Lisp questions

2019-03-19 Thread Yiorgos [George] Adamopoulos
On Tue, Mar 19, 2019 at 3:37 PM Alexander Burger wrote: > > Hi Kashyap, > > > Is LISP indeed List Integer and Symbol Processing? According to a lot of > > places on the web it seems to be just List Processing. > > Interesting! I never heard that. I always heard it means just "List > Processing".

Re: PilBox build without Gradle and Android Studio

2019-03-19 Thread C K Kashyap
> > You mean the settings page in PilBox? This is indeed the easiest way, just > type > a name like "radio" or "browser" and hit the Download button. > Yes, the settings page in PilBox - Cool, I was able to download the apps - I tried the browser and calc. However, it looks like I may not be able

Re: General Lisp questions

2019-03-19 Thread Alexander Burger
Hi Kashyap, > Is LISP indeed List Integer and Symbol Processing? According to a lot of > places on the web it seems to be just List Processing. Interesting! I never heard that. I always heard it means just "List Processing". Integers are probably not an outstanding feature, every language has it.

Re: PilBox build without Gradle and Android Studio

2019-03-19 Thread Alexander Burger
Hi Kashyap, > Quick question about getting apps into Android - I see an option to > download in the settings page. Can that download over http? That would be > really convenient if it does. You mean the settings page in PilBox? This is indeed the easiest way, just type a name like "radio" or "br

Re: PilBox build without Gradle and Android Studio

2019-03-19 Thread Alexander Burger
Hi Sundar, > Yes, I have Android 9 and it worked fine until today's update. I understand now. And I also understand why it worked before. The reason was not the new build procedure, but the increase of the Target SDK to 28. This will be mandatory later this year, so I did it already now. Howeve

General Lisp questions

2019-03-19 Thread C K Kashyap
Hi Alex, Is LISP indeed List Integer and Symbol Processing? According to a lot of places on the web it seems to be just List Processing. What is the history behind the names CAR and CDR? Regards, Kashyap

Re: PilBox build without Gradle and Android Studio

2019-03-19 Thread C K Kashyap
Quick question about getting apps into Android - I see an option to download in the settings page. Can that download over http? That would be really convenient if it does. Combined with ngrok , I can easily expose a directory on my machine and get my application zip onto my And

Re: PilBox build without Gradle and Android Studio

2019-03-19 Thread sundar bp
> > No, it should have never worked! You have Android 9, right? > Yes, I have Android 9 and it worked fine until today's update. > > I found the reason. Android 9 gives this error if traffic is not going via > an > encrypted connection. This is a bit silly in case of PilBox, as it > communicates

Re: PilBox build without Gradle and Android Studio

2019-03-19 Thread Alexander Burger
On Tue, Mar 19, 2019 at 12:46:28PM +0100, Alexander Burger wrote: > OK, that is the easiest and safest. And it worked before, and no longer works > now (even after you re-installed)? Very strange ... No, it should have never worked! You have Android 9, right? I found the reason. Android 9 gives t

Re: PilBox build without Gradle and Android Studio

2019-03-19 Thread Alexander Burger
On Tue, Mar 19, 2019 at 05:05:33PM +0530, sundar bp wrote: > "did you install it from Google Play" > : Yes OK, that is the easiest and safest. And it worked before, and no longer works now (even after you re-installed)? Very strange ... ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?s

Re: PilBox build without Gradle and Android Studio

2019-03-19 Thread sundar bp
"did you install it from Google Play" : Yes

Re: PilBox build without Gradle and Android Studio

2019-03-19 Thread Alexander Burger
On Tue, Mar 19, 2019 at 04:04:14PM +0530, sundar bp wrote: > Tried reinstall too, but getting the same error. Screenshot attached. Ah, you are talking about the PilBox app itself, not about the SDK and the build procedure. Hmm, the app should work as before. Did you build that version yourself, o

Re: PilBox build without Gradle and Android Studio

2019-03-19 Thread Alexander Burger
Hi Sundar, > I get this error after the update, "ERR_CLEARTEXT_NOT_PERMITTED" > any work around? What kind of update did you do? The README describes a a separate installation, a possibly existing SDK is ignored. ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: PilBox build without Gradle and Android Studio

2019-03-19 Thread sundar bp
I get this error after the update, "ERR_CLEARTEXT_NOT_PERMITTED" any work around? On Tue, Mar 19, 2019 at 12:19 PM Alexander Burger wrote: > On Mon, Mar 18, 2019 at 08:16:33PM -0700, C K Kashyap wrote: > > Congratulations Alex!!! > > Not needing Android Studio can only mean good :) > > Indeed! I