Fix stallDurations metadata buffer, add web=true, rebuild provider

- Increase camera metadata buffer from 2048 to 4096 bytes to prevent
  silent truncation of stallDurations (required by Android 16)
- Add web=true to module.prop for KernelSU WebUI detection
- Rebuilt virtual_camera_provider with buffer fix
- Updated WebUI JS with improved status display
- Bump version to 3.1
This commit is contained in:
2026-05-14 20:23:36 +02:00
parent ef0d17680f
commit 0e399ce02f
7 changed files with 70 additions and 29 deletions
+1
View File
@@ -23,5 +23,6 @@ input{width:100%;padding:10px;border:1px solid #30363d;border-radius:6px;backgro
.grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.btn{padding:12px;border:1px solid #30363d;border-radius:6px;background:#21262d;color:#c9d1d9;cursor:pointer;text-align:center}
.btn.danger{border-color:#f8514944;color:#f85149}
.btn.warning{border-color:#d2992244;color:#d29922}
.console{background:#0d1117;border:1px solid #30363d;border-radius:6px;padding:10px;height:150px;overflow-y:auto;font-family:monospace;font-size:12px;color:#8b949e}
.console .ok{color:#3fb950}.console .err{color:#f85149}.console .info{color:#58a6ff}