I made a simple drum machine app a few years ago, which I like a lot for jamming with. But after updating Sailfish to the latest version, the app just shows up as a blank screen. It used to work fine in the past.
What has changed in the meantime, and any indication how I can fix it?
The app source code is here:
Another Sailfish app that I made still runs fine. Could it be something with audio playback in the drum machine app?
I can still run the app on the emulator. It’s supposed to be looking like this:
I managed to make it run. Seems there are a couple of unrecognised ‘import statements’ for org.nemomobile.something (sorry, can’t recall the exact statement), once they are removed/hashed out, the app works on my Jolla1 device.
Hi Edz,
Oh thanks for checking. I was going to try and debug it later this week, but you’ve already solved it.
I suppose it was this line? import org.nemomobile.keepalive 1.1
That was for keeping the screen turned on when the app is running. But this is not actually needed.