Iktwo / QuteLauncher

QML Android Launcher
GNU General Public License v3.0
130 stars 31 forks source link

Black Screen #1

Closed alexeylysenko closed 8 years ago

alexeylysenko commented 8 years ago

Thanks for your work. It looks very promising, but I have problem when launch application on my device (LG G3 Android 5) and use Qt 5.7. After rebooting device I see only black screen with white circle at the bottom. What's wrong and how to fix this? Thank you in advance.

Iktwo commented 8 years ago

I have not tried it with 5.7, let me try it today to see if I get the same problem and I will report back.

Iktwo commented 8 years ago

I was overwriting the QtActivity, several things changed on that class in 5.7. I was setting the theme there.

Now in QuteLauncher.java I do this:

    `this.QT_ANDROID_DEFAULT_THEME = "AppTheme";`

You were seeing a black screen because the theme was not set up. And by default the background is black. The behavior that we want is a transparent window so we can see the background.

As you can see I have not been updating this often. If you have any suggestion please add it here or send me an email. You are also welcome to submit PRs.