Skip to content

Instantly share code, notes, and snippets.

View Benjamoon's full-sized avatar

Ben4594 Benjamoon

View GitHub Profile
@Benjamoon
Benjamoon / instructions.md
Created April 2, 2026 14:49
How to update webview on a cheap android TV stick

Step 1

Fetch the framework-res.apk from the system Its usually here but if not just do some searching for it

adb pull /system/framework/framework-res.apk

Step 2

Extract the specific folder we care about into a work folder. Sometimes this file is called something else. Just extract the whole lot and do a grep for "webview"

<script lang="ts">
import { goto } from '$app/navigation';
import { Button } from '$lib/components/ui/button';
import * as DropdownMenu from '$lib/components/ui/dropdown-menu';
import * as Select from '$lib/components/ui/select';
import * as Pagination from '$lib/components/ui/pagination';
import { SvelteSet } from 'svelte/reactivity';
import type { Snippet } from 'svelte';
import { onMount } from 'svelte';