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: Android permissions

2021-04-12 Thread Shaughan Lavine
Alex– My previous email about copy–paste didn't say anything about scoped storage because I hadn't yet seen your message—my email client suddenly decided to send your messages to spam. It took me a bit to notice because it is only you and subscribe messages, not the whole list. I have been under

Re: Android permissions

2021-04-12 Thread Shaughan Lavine
Alex– The following may also temporarily solve the problem, at least for anyone using Android 10. It is taken from the document you linked: Before your app is fully compatible with scoped storage, you can temporarily opt out by using the following method: If you target Android 10 (API level 29),

Re: Android permissions

2021-04-12 Thread Alexander Burger
Hi Shaughan, > My previous email about copy–paste didn't say anything about scoped storage > because I hadn't yet seen your message—my email client suddenly decided to > send > your messages to spam. It took me a bit to notice because it is only you and > subscribe messages, not the whole list.

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 'getSystemService "clipboard") # ClipboardManage

Re: Android permissions

2021-04-12 Thread Alexander Burger
Hi Shaughan, > The following may also temporarily solve the problem, at least for anyone > using > Android 10. It is taken from the document you linked: > > Before your app is fully compatible with scoped storage, you can temporarily > opt > out by using the following method: > If you target An

Re: Android permissions

2021-04-12 Thread Shaughan Lavine
Ok. Copy-paste it is. Thanks! Sent from ProtonMail mobile Original Message On Apr 12, 2021, 10:49 AM, Alexander Burger wrote: > Hi Shaughan, > >> The following may also temporarily solve the problem, at least for anyone >> using >> Android 10. It is taken from the document you