Any thing wrong with this screeni.ini?

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.

scr

Yes, all relevant blocks, especially Clock.Timer event.

1 Like

Thanks.
the all block.

aia:
GPT_simplest_TN4_Base64.aia (237.3 KB)

Remove
grafik
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:

1 Like

Thanks for the detail.

  1. removed that form 4 items, leave Procambase64;

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

  3. as long as put the block in Screen.Initialze event got white screen when start APP, tested ProCamera and ProCamBase64 all same.

image

Why?

1 Like

Thanks.

I may remember wrong on A5.1.

I got error like this when test on A14:
a14

:question:

Post the blocks (and aia) of your current app version.

1 Like

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.