-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Wallpanel app minimises and/or tablet goes to home launcher on Fire 7 tablet #11
Comments
I think what happens here is that the WebView app crashes, but the background intent is still running fine. It's possible that the WebView or something else is having a memory leak before it gets killed by the memory manager. The best way would be to find out if there is a stacktrace in logcat. |
@TheTimeWalker I also still have very regular crashes, a few times a day. |
Hmm no, unfortunately I'm not receiving them. I think I have to upload a new release which could potentially help send crash logs more reliably |
you mean a official release on the play store? |
I just updated to v0.10.0-beta1 from some 0.9.X Version (unfortunately haven't checked the old version id) on my Fire HD 10 Tablet, and this morning i was presented the home launcher, so i believe i'm having the same issue. Wakeup via MQTT still worked, so the background process seems to be still alive. If i can provide any stacktrace i'm happy to help. The 0.9 version was rock solid 🤔 @TheTimeWalker Could you please look into this? |
Same issue here with v0.9.6. Will update soon to the latest. |
I have this issue on a Fire 7 and two Fire HD 8s running LineageOS. I use the automate app to reboot and relaunch wallpanel every twelve hours as a temp solution. Recently I updated the two Fire HD 8s to LineageOS 17.1 and it seems the crashes have went away. |
Any news on this one ? Is there a way to do this regularly from Home Assistant ? Btw, the Fully Browser has similar problems, but seems to be better prepared to be able to recover on its own. |
Update on this, I'm on 0.10.5 and the issue came back recently after the update to this version. I also have the feeling that there is some type of memory leak since the app behaves very sluggish before returning to the home screen. Rebooting the tablet helps for some time. @TheTimeWalker Can I send you some sort of debugging to sort this issue out? Thanks |
I have the exact same issue on my Samsung Tab A8. I believe there has been a few fixes since 0.10.5 was released in January. Has anybody already built a new version with the latest fixes that could share the app? |
I think this is also reported in #136 (or at least very similar). Getting logs from ADB I was able to confirm the theory from #11 (comment) (at least for my case). This is OOMkiller coming in and killing what it thinks make sense. Looks like there's some LRU list and a factor ( adb logcat
|
Old thread, but I also have this issue with the latest version from the Google Store on a Fire Tablet HD10 - 9th Generation (2019) EDIT: maybe this can help via MQTT |
Today I had the issue again. Screen was not turned on, entities were not available in HA. Sending |
At random times the Wallpanel app seems to minimise (ie, goes to the view on Android where you can clear the open apps) or the tablet goes back to the Home launcher, but the Wallpanel app keeps running on the background (and the notification saying it is running is available.
If I set the Wallpanel app as the launcher (via Firetoolbox), the same thing seems to happen but instead of going to the "launcher", it basically triggers Wallpanel to reopen again.
I can see a number of people reporting the same issue on the HomeAssistant forums:
https://community.home-assistant.io/t/wallpanel-for-android-formerly-homedash/16217/300
The text was updated successfully, but these errors were encountered: