Hi all.
the block made the screen1.ini works well only for the first start, and got black screen for restart, why ?
thanks for help. please let me know if need the all blocks.
Yes, all relevant blocks, especially Clock.Timer
event.
Remove
it is outdated, and...
(storage permissions are not needed, WRITE
permission is no longer available on Android 11+, READ
no longer on Android 13+)
In addition this block must also be in the Screen.Initialze
event, after Camera permission has been granted:
Thanks for the detail.
-
removed that form 4 items, leave Procambase64;
-
I am using Android 5.1, need keep atleast:
WRITE
permission ? btw, tested on Android 14 no good to use, don't why? even the Companion no good to use, by Sansung A16. I'll try to use A16. -
as long as put the block in
Screen.Initialze
event got white screen when start APP, tested ProCamera and ProCamBase64 all same.
Why?
Thanks.
I may remember wrong on A5.1.
I got error like this when test on A14:
Post the blocks (and aia) of your current app version.
I may remember wrong on A5.1. I think that need write permission is wrong.
the current:
GPT_simplest_TN4_Base64_1 (1).aia (237.0 KB)
thanks.