Results 48 comments of 1RandomDev

Yes nothing has changed in the settings format since then. Just make sure the code is inside the ` ... ` group like the other settings.

I'm currently not sure what I do with this fork, my original intention was just to give users an OSS option for the app and I never planed to add...

> > but it's possible to unlock premium features by changing the config file via a root explorer > > Please let me know what needs to be changed in...

I'll probably update this fork to the new OSS version while keeping small modifications like the Vietnamese translations.

Unfortunately updating to the new official OSS version would break the ability to enable premium features with root via the hidden config and since I currently don't have the time...

I currently don't plan on doing any modifications to features of the app itself. You can request new features at https://github.com/michaldrabik/showly-2.0 and I'll merge them as soon as the official...

It seems like when using RGB565 all 16bit integers are casted to 8bit which also explains why the downloaded file is only half the size of the generated c array.

That's probably also something that the upstream dev has to fix in https://github.com/michaldrabik/showly-2.0

That's a good hot fix for now, for the long run it would probably be the most user friendly solution, especially since the app already needs a persistent volume anyway,...

So you're generating a secret if none is set and saving it to a persistent file, that's how this usually should be handled.