Re: pilbox file sharing

2021-01-21 Thread Shaughan Lavine
Nope. 👿 Thanks fo trying! Sent from ProtonMail mobile Original Message On Jan 21, 2021, 12:15 AM, Alexander Burger wrote: > 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

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 check if this solve

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 first fix, I will set the requestLegacyExternalStora

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, 11:21 PM,

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. (Perhaps

Re: pilbox file sharing

2021-01-18 Thread Wilhelm Fitzpatrick
If you are building your own pilboxes, it seems like the easiest way for now would be to add the requestLegacyExternalStorage flag to the app manifest, or bump the target API version down to 28: https://developer.android.com/training/data-storage/use-cases#opt-out-scoped-storage If you are usi

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 > or 11

Re: pilbox file sharing

2021-01-18 Thread Wilhelm Fitzpatrick
Is the one having issues a newer version of Android perhaps (Android 10 or 11?) Android has been locking thing down to require use of the Storage Access Framework in the most recent version of the OS, I believe. -wilhelm On 1/18/21 12:47 PM, Shaughan Lavine wrote: I have two Android devices

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 Sent from Proton