Re: Frozen Pilbox

2023-11-09 Thread Alexander Burger
On Thu, Nov 09, 2023 at 08:08:22AM +0100, Alexander Burger wrote: > Now I understand the problem! > > "App.l" has three garbage bytes in the beginning; I tried on another device. It is all not such a big problem :) Though PilBox cannot initialize with that faulty file, you c

Re: Frozen PilBox

2023-11-08 Thread Alexander Burger
On Thu, Nov 09, 2023 at 02:37:12AM +, Shaughan Lavine wrote: > The cache needs to cleared for a new style to take effect. Is that a bug? No. PilBox (and PicoLisp in general) caches CSS files for 24 hours. See line 34 in @lib/http.l (`(chop "css") "text/cs

Re: Frozen Pilbox

2023-11-08 Thread Alexander Burger
st!") ). -> NIL : (bin (hex "EF")) -> "1110" : (bin (hex "BB")) -> "10111011" : (bin (hex "BF")) -> "1011" The first byte is "1110", which is the first byte of a *four* byte UTF

Frozen PilBox

2023-11-08 Thread Shaughan Lavine
The cache needs to cleared for a new style to take effect. Is that a bug? –Shaughan openpgp4fpr:c04203ea8983566aed3848a33e06c22a1841ba3c If I replace all the old parts in my PC with new ones, will it turn into a Greek ship? https://www.reddit.com/r/shittyaskscience/comments/4wni7d/if_i_repla

Frozen PilBox

2023-11-08 Thread Shaughan Lavine
Oops! I meant to say that it only appears in (global) lib.css. –Shaughan openpgp4fpr:c04203ea8983566aed3848a33e06c22a1841ba3c If I replace all the old parts in my PC with new ones, will it turn into a Greek ship? https://www.reddit.com/r/shittyaskscience/comments/4wni7d/if_i_replace_all_the_o

Frozen PilBox

2023-11-08 Thread Shaughan Lavine
1Style { color: red; } -- the color remains green! The word "green" afaict appears in no other files loaded in PilBox except App.l. I'm very confused. –Shaughan openpgp4fpr:c04203ea8983566aed3848a33e06c22a1841ba3c If I replace all the old parts in my PC with new ones, w

Re: Frozen Pilbox

2023-11-08 Thread Shaughan Lavine
Yeah, I'm pretty curious too. The zip opens fine in at least one other App. I've attached it. Maybe you will see something. I used termux-share to load hello.zip and then edited that into the test app. The result works fine. –Shaughan openpgp4fpr:c04203ea8983566aed3848a33e06c22a1841ba3c If I

Re: Frozen Pilbox

2023-11-08 Thread Alexander Burger
On Wed, Nov 08, 2023 at 07:06:59PM +, Shaughan Lavine wrote: > "termux-share test.zip" once again froze everything. "termux-share hello.zip" > worked fine. I'm stumped by that, but I'm going back to what I was doing > before—with better backups. I'd really like to know the reason. Is the ZIP d

Re: Frozen Pilbox

2023-11-08 Thread Alexander Burger
;Memory and Cache" in the Android settings for PilBox, and cleared memory and cache explicitly. ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Limited Email Access Re: Frozen Pilbox

2023-11-08 Thread Howard Porter
I have very limited email access.  If you need to reach me, please call.Thanks.H.

Re: Frozen Pilbox

2023-11-08 Thread Shaughan Lavine
A!ex– "termux-share test.zip" once again froze everything. "termux-share hello.zip" worked fine. I'm stumped by that, but I'm going back to what I was doing before—with better backups. –Shaughan openpgp4fpr:c04203ea8983566aed3848a33e06c22a1841ba3c If I replace all the old parts in my PC with ne

Re: Frozen Pilbox

2023-11-08 Thread Shaughan Lavine
The update did nothing, so I uninstalled then reinstalled, and, lo and behold, my main app was still there, with only two days worth of data missing. The hello app, which was installed, and the test app I was installing are nowhere to be seen. I don't understand how this is possible—I thought un

Re: Frozen Pilbox

2023-11-07 Thread Alexander Burger
On Tue, Nov 07, 2023 at 10:07:12PM +, Shaughan Lavine wrote: > I'll most certainly wait till tomorrow and see if updating does the job. Now I released PilBox 23.11.8 to PlayStore. It may take some time to propagate, but you can also download it as ever from https://softwar

Re: Frozen Pilbox

2023-11-07 Thread Alexander Burger
Hi Shaughan, > A!ex– > I'll most certainly wait till tomorrow and see if updating does the job. I > would have tried that earlier, but I don't know how to force a reinstall. When PilBox starts up, it checks the file "Version". If this file does not exist or has a di

Re: Frozen Pilbox

2023-11-07 Thread Shaughan Lavine
A!ex– I'll most certainly wait till tomorrow and see if updating does the job. I would have tried that earlier, but I don't know how to force a reinstall. I frequently copy everything into the PilBox /storage/emulated/0/… directory. I can see files in there with Total Commander, and I

Re: Frozen Pilbox

2023-11-07 Thread Alexander Burger
ite understand. What permissions did you change, and how? Would it help to install a new PilBox version? This would overwrite just PilBox itself, but not your data. I was planning a new release tomorrow anyway. ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Frozen Pilbox

2023-11-07 Thread Shaughan Lavine
No joy: pty never connects, termux-share times out with a "PilBox is not responding" toast, and adb doesn't give access to system files. Your detailed instructions for replacing App.l, for all that it didn't work, were very helpful. I would have had to find the url, then un

Re: Frozen Pilbox

2023-11-07 Thread Alexander Burger
On Tue, Nov 07, 2023 at 07:33:29AM +, Shaughan Lavine wrote: > Would it have been ok to just create the test directory (!mkdir test), copy > App.l into it, and add PIL-test? I would find that simpler than the zip then > share dance. Yes. You don't even need PIL-test. The PIL-* files are only f

Re: Frozen Pilbox

2023-11-06 Thread Alexander Burger
6 16:28 test/App.l > ... > -- > "Test" > > (menu "Test" > ( "center fh" "Test!") ) > -- This looks all perfectly correct. > I can't use bin/pty, since pilbox isn't starting properly. I tried, but it > just times out. Then

Re: Frozen Pilbox

2023-11-06 Thread Shaughan Lavine
ty' to a REPL and doing "rm -r test/". > This was not completely correct. Of course it is : (call "rm" "-r" "test/") > Just in case you have not enabled PTY yet: As you cannot use the built-in > REPL of PilBox now, you can upload the ne

Re: Frozen Pilbox

2023-11-06 Thread Shaughan Lavine
-- "Test" (menu "Test" ( "center fh" "Test!") ) -- I can't use bin/pty, since pilbox isn't starting properly. I tried, but it just times out. I'm going to see what I can do with adb in the morning. Best, Shaughan openpgp4fpr:c04203

Re: Frozen Pilbox

2023-11-06 Thread Alexander Burger
e you have not enabled PTY yet: As you cannot use the built-in REPL of PilBox now, you can upload the necessary ".pty" file also via zip. E.g. on Termux: $ cd $ vi .pty $ zip -r x.zip .pty $ termux-share x.zip $ pil21/bin/pty ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Frozen Pilbox

2023-11-06 Thread Alexander Burger
Hi Shaughan, > I created a copy of the Hello World example, changed "Hello World" to "Test" > everywhere placed in a folder named "test", zipped it, then used Termux to > share > it with Pilbox. This sounds all correct. > > Pilbox now displays a

Frozen Pilbox

2023-11-06 Thread Shaughan Lavine
Help! I created a copy of the Hello World example, changed "Hello World" to "Test" everywhere placed in a folder named "test", zipped it, then used Termux to share it with Pilbox. Pilbox now displays as a completely black screen with the logo in the middle, and doe

Re: Pilbox, view html

2023-11-05 Thread Shaughan Lavine
AM, Alexander Burger wrote: > Hi Shaughan, > > > Is there a way to view the generated html within pilbox? > > > Yes, though a bit tricky, as this is not built-in. > > > Get a PTY (pseudo TTY) to the REPL in your PilBox, as described in: > > https://picolisp

Re: Pilbox, view html

2023-11-05 Thread Alexander Burger
Hi Shaughan, > Is there a way to view the generated html within pilbox? Yes, though a bit tricky, as this is not built-in. Get a PTY (pseudo TTY) to the REPL in your PilBox, as described in: https://picolisp-explored.com/mobile-app-development-in-picolisp-v-getting-a-remote-shell-to-y

Pilbox, view html

2023-11-05 Thread Shaughan Lavine
Is there a way to view the generated html within pilbox? –Shaughan openpgp4fpr:c04203ea8983566aed3848a33e06c22a1841ba3c If I replace all the old parts in my PC with new ones, will it turn into a Greek ship? https://www.reddit.com/r/shittyaskscience/comments/4wni7d

Re: PilBox & Java object lifecycle

2023-08-26 Thread Alexander Burger
On Sat, Aug 26, 2023 at 11:56:42AM -0400, Todd Coram wrote: > Of course, tracking every object instantiation that gets stuffed into the > HashArray isn't trivial, The opposite (i.e. which objects are still referenced from Lisp) is easy though: (filter '((Obj) (== 32769 (car (id Obj T

Re: PilBox & Java object lifecycle

2023-08-26 Thread Todd Coram
ray, correct? I've taken to not doing nested (java) calls to manage this. And I've also wrapped a catch around my releases (java NIL obj) in case it has been release already from the HashArray... Some good idioms will need to go with the use of (java NIL...) > I cannot make a r

Re: PilBox & Java object lifecycle

2023-08-25 Thread Alexander Burger
else if (y == InOut.T) { // Define interface and did some test. Works fine, and gives - as expected - a null pointer exception if the object is accessed from Lisp again. I cannot make a release to PlayStore now, as PilBox is in the process of some changes to prepare for Android 14. S

Re: PilBox & Java object lifecycle

2023-08-24 Thread Todd Coram
thinking about everywhere I instantiate a Java object via (java "classname" T). > The objects in the hash map are indeed never removed. This would be difficult > to > implement, because the Java side has no information about which objects are > still in use on the Lisp s

Re: PilBox & Java object lifecycle

2023-08-24 Thread Alexander Burger
Hi Todd, > I have a long running PilBox Android app that tends to just "crash" (with a > "Webpage not Available... net:ERR_CONNECTION_REFUSED") after running for a few > hours. At this point, the REPL is unresponsive at this point and nothing is in > the PilBox l

Re: PilBox & Java object lifecycle

2023-08-24 Thread Todd Coram
I should be a little clearer: I "instantiate" dozens Java object every 5 seconds and wonder how Pilbox affects their life-cycle /todd On Thu, Aug 24, 2023, at 12:42 PM, Todd Coram wrote: > Hi, > I have a long running PilBox Android app that tends to just "crash&quo

PilBox & Java object lifecycle

2023-08-24 Thread Todd Coram
Hi, I have a long running PilBox Android app that tends to just "crash" (with a "Webpage not Available... net:ERR_CONNECTION_REFUSED") after running for a few hours. At this point, the REPL is unresponsive at this point and nothing is in the PilBox log file. My app mak

Re: Bad extra error in pilbox on

2022-05-25 Thread Alexander Burger
Hi, > I installed pilbox from playstore. But, when I launch it and click on the > pilbox > icon or even settings for that matter. I get a bad extra error. So it is also not possible to inspect the log file in the REPL or in a PTY connection, right? > I tried uninstall, clear da

Re: ideas for pilBox apps?

2022-01-26 Thread O.Hamann
On 26.01.22 20:34, Alexander Burger wrote: > An absolute must: A Tetris clone. Of course, how could we forget ... :-) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: ideas for pilBox apps?

2022-01-26 Thread Alexander Burger
Hi all, On Tue, Jan 18, 2022 at 01:25:54PM +0100, O.Hamann wrote: > during last PilCon Mia asked if there were any ideas for pilBox apps she > could work in the blog post series. An absolute must: A Tetris clone. ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

ideas for pilBox apps?

2022-01-20 Thread Rudy Hagedorn
@Alex: I am interested in DES! 😊 Potential Apps for PilBox (@Mia): - basic calendar plus alarms/reminders, - Quick Notes (like Google Keep), - a flexible journaling tool like TiddlyWiki <https://tiddlywiki.com/> would be great ;) On the "gamy" side: has som

Re: ideas for pilBox apps?

2022-01-18 Thread Alexander Burger
:54PM +0100, O.Hamann wrote: > Hi all, > > during last PilCon Mia asked if there were any ideas for pilBox apps she > could work in the blog post series. > > For pilBox modified ToDo list app was the only thing that came into my > mind at that early hour :-) > (of course cou

ideas for pilBox apps?

2022-01-18 Thread O.Hamann
Hi all, during last PilCon Mia asked if there were any ideas for pilBox apps she could work in the blog post series. For pilBox modified ToDo list app was the only thing that came into my mind at that early hour :-) (of course could be of really interest how to keep the data of both desktop and

Re: Status of Picolisp 32-bit (was Re: Installing Pilbox on arm 32)

2021-05-19 Thread Alexander Burger
Hi Alex, > Looking for some consultants for a possible PicoLisp prototype of a > blockchain. > It’ a collaboration between a Swiss cantons and one of the large US States. What advantages would you see in using PicoLisp for a blockchain project? ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software

Re: Status of Picolisp 32-bit (was Re: Installing Pilbox on arm 32)

2021-05-15 Thread A. Laszlo Ross
Looking for some consultants for a possible PicoLisp prototype of a blockchain. It’ a collaboration between a Swiss cantons and one of the large US States. Think cowboys… lol. At this point I’m checking bill rates and availability. Anyone on the GSA pre-clear list by chance? Cheers, Alex Ros

Re: Status of Picolisp 32-bit (was Re: Installing Pilbox on arm 32)

2021-05-09 Thread Alexander Burger
Hi Daniel, > Where is the source code for the "final version" of pil32? All standard releases including pil32, pil64 (for all architectures including 'emu') and ersatz were released in a common tar ball. The latest version is at https://software-lab.de/picoLisp.tgz ☺/ A!ex -- UNSUBSCRIBE:

Re: Status of Picolisp 32-bit (was Re: Installing Pilbox on arm 32)

2021-05-09 Thread Daniel Perron
Hi, Where is the source code for the "final version" of pil32? On Fri, May 7, 2021, 12:11 AM Alexander Burger wrote: > Hi Daniel, > > > In that case, what is the status of Picolisp 32-bit? > > I read in the doc in many places "64-bit version only". Is Picolisp > 32-bit > > deprecated? > > All P

Re: Status of Picolisp 32-bit (was Re: Installing Pilbox on arm 32)

2021-05-07 Thread Alexander Burger
Hi Laszlo, > Is it written in C? Assembly? Something else? It is pil64 assembly (the generic assembly language pil64 is implemented in). In fact, it is just a modified pil64, with all system accesses removed, and interfaces to the standard PC BIOS added for memory, keyboard, monitor and hard dis

Re: Status of Picolisp 32-bit (was Re: Installing Pilbox on arm 32)

2021-05-07 Thread A. Laszlo Ross
Oh, wow, I didn’t know there was a PilOS. I’m a picolisp noob but that might be perfect for an upcoming IoT type project. The web page said there’s no network stack so I’d have to add that. Is it written in C? Assembly? Something else? > On May 7, 2021, at 09:52, Daniel Perron <61du...@gmail

Re: Status of Picolisp 32-bit (was Re: Installing Pilbox on arm 32)

2021-05-07 Thread Daniel Perron
Thank you for the precisions and Picolisp, it is a very nice system. On Fri, May 7, 2021, 12:11 AM Alexander Burger wrote: > Hi Daniel, > > > In that case, what is the status of Picolisp 32-bit? > > I read in the doc in many places "64-bit version only". Is Picolisp > 32-bit > > deprecated? > >

Re: Status of Picolisp 32-bit (was Re: Installing Pilbox on arm 32)

2021-05-06 Thread Alexander Burger
Hi Daniel, > In that case, what is the status of Picolisp 32-bit? > I read in the doc in many places "64-bit version only". Is Picolisp 32-bit > deprecated? All PicoLisp versions except pil21 (e.g. pil32, pil64, miniPicoLisp, ErsatzLisp, PilMCU and PilOS) are still around, but I don't actively ma

Status of Picolisp 32-bit (was Re: Installing Pilbox on arm 32)

2021-05-06 Thread Daniel Perron
in the mailing list archive. On Thu, May 6, 2021, 8:12 AM Alexander Burger wrote: > Hi Daniel, > > > The subject line says: on arm 32 ie. Arm 32-bit. > > Oops, overlooked, that's the problem! > > > > The PilBox doc page says: > > > > If your device

Re: Installing Pilbox on arm 32

2021-05-06 Thread Mateusz Poszwa
> > > I have tried to installed Pilbox on my old cell > > > (Android 5.1) and a new cheap tablet (Android 9), and > > > I get the same result. I get a screen saying it is > > > installing then a message saying 'App not installed'. I have just tri

Re: Installing Pilbox on arm 32

2021-05-06 Thread Alexander Burger
Hi Daniel, > The subject line says: on arm 32 ie. Arm 32-bit. Oops, overlooked, that's the problem! > The PilBox doc page says: > > If your device has an Arm32 CPU, you can - after installing the PilBox App > but before starting it - download and install the emulator ver

Re: Installing Pilbox on arm 32

2021-05-06 Thread Daniel Perron
Thanks for the reply. The subject line says: on arm 32 ie. Arm 32-bit. The PilBox doc page says: If your device has an Arm32 CPU, you can - after installing the PilBox App but before starting it - download and install the emulator version https://software-lab.de/arm32.zip. So it seems that it

Re: Installing Pilbox on arm 32

2021-05-05 Thread Alexander Burger
Hi Daniel, > I have tried to installed Pilbox on my old cell (Android 5.1) and a new > cheap tablet (Android 9), and I get the same result. I get a screen saying > it is installing then a message saying 'App not installed'. PilBox should run on Android >= 5, and needs a

Installing Pilbox on arm 32

2021-05-05 Thread Daniel Perron
Hi, I have tried to installed Pilbox on my old cell (Android 5.1) and a new cheap tablet (Android 9), and I get the same result. I get a screen saying it is installing then a message saying 'App not installed'. I don't have a laptop with adb, I'm on vacation.

Re: PilBox copy-paste

2021-04-12 Thread Alexander Burger
Hi Shaughan, > I have finally realized that I can get data out of the PilBox app by cat-ing > to > the REPL, then using copy and paste. How can I write to the copy buffer > programmatically? (de setClip (Str) (java (java CONTEXT 'getSystemS

PilBox copy-paste

2021-04-12 Thread Shaughan Lavine
Hi all! I have finally realized that I can get data out of the PilBox app by cat-ing to the REPL, then using copy and paste. How can I write to the copy buffer programmatically? Thanks, Shaughan Sent from ProtonMail mobile

Re: pilbox file sharing

2021-01-21 Thread Shaughan Lavine
>> flag in >> AndroidManifest.xml, as suggested by Wilhelm, and releaes a new PilBox. > > Done. PilBox 20210121 is now in Play Store. > > Can you check if this solves the problem for now? > > ☺/ A!ex > > -- > UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: pilbox file sharing

2021-01-21 Thread Alexander Burger
On Wed, Jan 20, 2021 at 07:28:18AM +0100, Alexander Burger wrote: > Strange. So for a first fix, I will set the requestLegacyExternalStorage flag > in > AndroidManifest.xml, as suggested by Wilhelm, and releaes a new PilBox. Done. PilBox 20210121 is now in Play Store. Can you chec

Re: pilbox file sharing

2021-01-19 Thread Alexander Burger
Hi Shaughan, > Yes, I set the storage permission. This is odd, since it works for you. Termux > still works for me, but not pilbox. I'm using a Samsung Galaxy Tab S5e. > Samsung > always locks everything down—maybe that's it. Strange. So for a fir

Re: pilbox file sharing

2021-01-19 Thread Shaughan Lavine
Yes, I set the storage permission. This is odd, since it works for you. Termux still works for me, but not pilbox. I'm using a Samsung Galaxy Tab S5e. Samsung always locks everything down—maybe that's it. Sent from ProtonMail mobile Original Message On Jan 18, 2021

Re: pilbox file sharing

2021-01-19 Thread Wilhelm Fitzpatrick
On 1/18/21 11:21 PM, Alexander Burger wrote: I have not looked at the Scoped Storage API yet. Is it really a problem? The PilBox core runtime does not depend on external storage, so the API should be accessible from Lisp (with perhaps a slight modification of AndroidManifest.xml), no? ☺/ A!ex

Re: pilbox file sharing

2021-01-18 Thread Alexander Burger
Hi Shaughan, Wilhelm, Hi On Tue, Jan 19, 2021 at 03:49:45AM +, Shaughan Lavine wrote: > Yes: Android 10 vs 9. So, how do I get files out of pilbox on Android 10? Hmm, I do have Android 10 here, and I can access files on external storage with PilBox Version 20201231 without problems. (Perh

Re: pilbox file sharing

2021-01-18 Thread Wilhelm Fitzpatrick
does not yet enforce these restrictions). Pilbox may need to consider such a course for the future, if Alex isn't already doing it. -wilhelm On 1/18/21 7:49 PM, Shaughan Lavine wrote: Wilhelm– Yes: Android 10 vs 9. So, how do I get files out of pilbox on Android 10? Thanks! Shaughan Sent

Re: pilbox file sharing

2021-01-18 Thread Shaughan Lavine
Wilhelm– Yes: Android 10 vs 9. So, how do I get files out of pilbox on Android 10? Thanks! Shaughan Sent from ProtonMail mobile Original Message On Jan 18, 2021, 7:32 PM, Wilhelm Fitzpatrick wrote: > Is the one having issues a newer version of Android perhaps (Android 10 &

Re: pilbox file sharing

2021-01-18 Thread Wilhelm Fitzpatrick
running pilbox 20201231. On one, access to /storage/emulated/0 works perfectly, but on the other, any attempt to access /storage/emulated/0 (ls, mkdir cat, …) yields "permission denied." Storage permission has been granted. Any ideas? Thanks, Shaughan Sent from ProtonM

pilbox file sharing

2021-01-18 Thread Shaughan Lavine
I have two Android devices running pilbox 20201231. On one, access to /storage/emulated/0 works perfectly, but on the other, any attempt to access /storage/emulated/0 (ls, mkdir cat, …) yields "permission denied." Storage permission has been granted. Any ideas? Thanks, Shaughan

Re: pilbox

2020-12-09 Thread Alexander Burger
Hi Shaughan, > Doh! Ths was it. I've had pneumonia, hence the long interval. I'm fine now. Oh! Good that you are well again! :) ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: pilbox

2020-12-09 Thread Shaughan Lavine
Alex– Doh! Ths was it. I've had pneumonia, hence the long interval. I'm fine now. Thanks, Shaughan Sent from ProtonMail mobile Original Message On Nov 23, 2020, 10:54 PM, Alexander Burger wrote: > Hi Shaughan, > >> When I install the latest version o

Re: pilbox

2020-11-23 Thread Alexander Burger
Hi Shaughan, > When I install the latest version of Pilbox from the Play Store and run Demo > —> Life, I get > > (grid 32 32} > Undefined I think this is due to a mismatch between PilBox and the Demo App. PilBox is now running pil21, and Demo uses the 'simul'

pilbox

2020-11-23 Thread Shaughan Lavine
When I install the latest version of Pilbox from the Play Store and run Demo —> Life, I get (grid 32 32} Undefined Is this a bug, or am I missing something? Thanks, Shaughan Sent from ProtonMail mobile

Re: PilBox problem

2020-10-26 Thread Alexander Burger
Hi Olaf, > (does db stuff already work?) Yes, should all work :) We spent the last week with the stress tests $ ./pil misc/stress.l -main -go -bye ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: PilBox problem

2020-10-26 Thread O.Hamann
pilBox REPL: (version) -> 21.0.0 nice :-) (does db stuff already work?) I always forget how to run the picolisp testsuite ... On 24.10.20 18:06, Alexander Burger wrote: > On Fri, Oct 23, 2020 at 04:53:24PM +0200, Alexander Burger wrote: >> Seems I should release PilBox/21 asa

Re: PilBox problem

2020-10-24 Thread Alexander Burger
On Fri, Oct 23, 2020 at 04:53:24PM +0200, Alexander Burger wrote: > Seems I should release PilBox/21 asap ... Done! :) PilBox is now at PlayStore, with pil21 as core engine. ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: PilBox problem

2020-10-23 Thread Shaughan Lavine
Same phenomenon—it just stopped running after working fine since August. There was a Java exception that it couldn't find some PilBox file. I didn't note the details, just reinstalled PilBox. On my device (Samsung S5E tablet), that fixed it—PilBox now runs fine. Unfortunately, the re

Re: PilBox problem

2020-10-23 Thread Alexander Burger
On Thu, Oct 22, 2020 at 09:09:31PM +, Shaughan Lavine wrote: > PilBox stopped running, so I reinstalled it. Fatal! I got reports from other users too that PilBox doesn't start any more. Here it works, but when I tried my wife's phone, it refused to start. This is strange, beca

Re: PilBox problem

2020-10-22 Thread Alexander Burger
Hi Shaughan, > PilBox stopped running, so I reinstalled it. It works, but my apps are gone. > Shouldn't a reinstall leave user files alone? An update leaves all as it is. But if the app is de-installed, the local data (and thus also PilApps) are gone too. Android removes everything

PilBox problem

2020-10-22 Thread Shaughan Lavine
PilBox stopped running, so I reinstalled it. It works, but my apps are gone. Shouldn't a reinstall leave user files alone? Thanks! Shaughan Sent from ProtonMail mobile

Re: Problem wïth canvas in pilbox

2020-08-06 Thread Alexander Burger
Hi Shaughan, > I have an app running in pilbox that draws a graph using canvas ... > My question is, how can running one app in pilbox affect another? I would have > thought they were completely independent. In fact they are not completely independent. They all run in the same process.

Problem wïth canvas in pilbox

2020-08-06 Thread Shaughan Lavine
I have an app running in pilbox that draws a graph using canvas. Occasionally, when I've made a small change (if only I could resist tinkering …—but that's a whole different story), the graph just disappears—only the background color remains, though the spacing stays the same, so a bl

Re: PilBox files

2020-07-28 Thread Alexander Burger
Hi Shaughan, > That all works fine, _but_ first it is necessary to go to > Settings->Apps->PilBox->Permissions and grant the Storage permission. That's right. This is the list of instructioons which I give to my customers: Install "PilBox" from Google Play

Re: PilBox files

2020-07-28 Thread Shaughan Lavine
Alex– That all works fine, _but_ first it is necessary to go to Settings->Apps->PilBox->Permissions and grant the Storage permission. Shaughan Sent from ProtonMail mobile Original Message On Jul 27, 2020, 11:43 PM, Alexander Burger wrote: > Hi Shaughan, > >

Re: PilBox files

2020-07-27 Thread Alexander Burger
xternal sd card? I see. I never used /storage//..., as my devices have no external storage. But I do use /storage/emulated/0/ on various occasions. Out of the box, PilBox does not need it, so no directories are created. But you can do things like (call "mkdir" "/storage/emulat

Re: PilBox files

2020-07-27 Thread Shaughan Lavine
ccess /data/data/de.software_lab.pilbox/files from within the PilBox app, but is it possible externally? In particular, if I have a file generated by an app, say, /data/data/de.softwa|e_lab.pilbox/files/MyApp/MyFile, how can I copy MyFile outside PilBox to, for example, email it? I've

PilBox files

2020-07-27 Thread Shaughan Lavine
All– Where is Android/data/de.software_lab.pilbox/files in the Android filesystem? PilBox is the only app I have that doesn't seem to have such a directory on either the sd card or the emulated sd card. Is that expected behavior? Thanks, Shaughan Sent from ProtonMail mobile

Re: pilbox help

2020-07-19 Thread Shaughan Lavine
Thanks! I hadn't realized that (menu …) was required. Sent from ProtonMail mobile Original Message On Jul 18, 2020, 11:27 PM, Alexander Burger wrote: > Hi Shaughan, > >> I'm stumped about how to get an app into PilBox: >> >> I make a direc

Re: pilbox help

2020-07-18 Thread Alexander Burger
Hi Shaughan, > I'm stumped about how to get an app into PilBox: > > I make a directory myapp containing, among other things, a file named App.l. I > zip the directory. This is good, but make sure that the file contains a name and a call to 'menu' at minimum, becaus

pilbox help

2020-07-18 Thread Shaughan Lavine
All– I'm stumped about how to get an app into PilBox: I make a directory myapp containing, among other things, a file named App.l. I zip the directory. - In Termux, I enter 'termux-share ~/storage/downloads/myapp.zip'. Nothing happens. - I go to PilBox PILs and try entering /s

Re: PilBox build without Gradle and Android Studio

2019-03-22 Thread Alexander Burger
On Fri, Mar 22, 2019 at 05:46:18PM +0100, Alexander Burger wrote: > FYI: With Sundar's help I could finally fix all issues with PilBox on Android > 9 > and Target SDK 28. There were still some troubles with foreground services, > but > now I believe that PilBox 19.3.22 is us

Re: PilBox build without Gradle and Android Studio

2019-03-22 Thread Alexander Burger
e, but the increase of the Target SDK > to 28. This will be mandatory later this year, so I did it already now. FYI: With Sundar's help I could finally fix all issues with PilBox on Android 9 and Target SDK 28. There were still some troubles with foreground services, but now I believe that Pil

Re: PilBox build without Gradle and Android Studio

2019-03-22 Thread O.Hamann
On 19.03.2019 14:27, Alexander Burger wrote: 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. Really nice! -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

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 t

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

Re: PilBox build without Gradle and Android Studio

2019-03-19 Thread Alexander Burger
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. Concerning download over http: This also works, I used it initially before introducing the "Downloads" button. You

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 li

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. Howev

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 &

Re: PilBox build without Gradle and Android Studio

2019-03-19 Thread Alexander Burger
eady now. However, 28 seems more restrictive regarding HTTP vs. HTTPS. I think I fixed it now, and released PilBox Version 19.3.19 to the Play Store. It will take a day or so until it is available everywhere. > > However, I have no Android 9 device, can you test it later. > Will do. Thanks!

Re: PilBox build without Gradle and Android Studio

2019-03-19 Thread C K Kashyap
t; via an >> encrypted connection. This is a bit silly in case of PilBox, as it >> communicates >> only with localhost ... >> >> I try to fix it. >> >> However, I have no Android 9 device, can you test it later. >> > > Will do. > >>

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 Pi

  1   2   3   >