Panel WebView mirror — known-working builds
Known-working system WebView builds for Home Assistant wall panels.
Most of these panels have no Google Play Store and ship firmware years out of date, so their stock
WebView is far too old to render a modern Home Assistant dashboard — and finding a build that actually
installs and works can take days. This release mirrors versions verified working on real panels.
| Panel | Android | WebView | Asset |
|---|---|---|---|
| Sonoff NSPanel Pro (PX30) | 8.1 | LineageOS Android System WebView 138.0.7204.63 (last build for Android 8) | lineageos-webview-138.0.7204.63.apk |
| Tuya TPA10 (rk3566) | 11 | LineageOS Android System WebView 150.0.7871.63 — camera streams autoplay | lineageos-webview-150.0.7871.63-arm.apk |
An arm64 build of 150 is also mirrored for 64-bit panels: lineageos-webview-150.0.7871.63-arm64.apk. Cromite SystemWebView 147.0.7727.56 (cromite-webview-147.0.7727.56.apk) remains as a TPA10 fallback.
All use the com.android.webview package, so they register as the system WebView provider
automatically, and all are open and freely redistributable. The WF1589T (rk3576) has Google Play,
so it updates WebView from there — no sideload needed.
Install: adb install -r <file>. Full method: see docs/hardware/ in the repo.
Got a build working on another panel or version? Contributions welcome.