Fabian Vogt

Results 275 comments of Fabian Vogt

Question is what should happen if no updates were available. If it's part of a "update current image" job it should probably fail but if it's part of a normal...

This one. There will (probably) be an update to the readme or wiki (https://github.com/nspire-emus/firebird/wiki/First-Time-Setup)

Does the serial log show anything? Looks like the manuf got changed at least because the graphical splash components are missing, as expected with nBoot.

Right, that explains it. nBoot resp. ControlX work by booting from the diags partition, which you need to select explicitly in firebird by using the `Boot Diags with Kit` option....

@adriweb Looks like the case without `HAVE_SECRETS` isn't working

> > @adriweb Looks like the case without `HAVE_SECRETS` isn't working > > Indeed... How does that not work, though? We see `HAVE_SECRETS: false` in the env dump, and it...

Apparently secrets are not available in `if`, maybe `env` isn't available either? https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-secrets

My assumption would be that `env` is computed only when a step is run, but `if` has to be computed much earlier than that to determine whether to run the...

> Edit: maybe it's a syntax thing and ${{ .. }} should wrap the whole expression ; I'll try that That was my first guess as well, the `if` is...

The issue is that Android apps can't perform arbitrary tasks when switching away from the foreground state into the background, so it's not really possible to properly save. This is...