Skip to content

Instantly share code, notes, and snippets.

@Jamie0
Created May 6, 2024 17:13
Show Gist options
  • Save Jamie0/cbc08f85cd0131be36fe19937c52090e to your computer and use it in GitHub Desktop.
Save Jamie0/cbc08f85cd0131be36fe19937c52090e to your computer and use it in GitHub Desktop.
Install youtube-webos 0.3.4 on older TV

Problem: objects.githubusercontent.com is not trusted on older webOS TVs

Workaround: Manually install the IPK from a different source

  1. (Verify the SHA-256 hash below matches that from https://github.com/webosbrew/youtube-webos/releases/download/v0.3.4/youtube.leanback.v4.manifest.json)

  2. Connect to rooted TV via via SSH/telnet

  3. Run the following command:

luna-send -i -f luna://org.webosbrew.hbchannel.service/install '{"ipkUrl":"http://cdn.index.hm/f/DykX02ZkZTQ0MTJhMmFkN/youtube.leanback.v4_0.3.4_all.ipk","ipkHash":"c63409f18542d085532c4ba6b005b4ecc959980fd1e2ffe3e0f6386e73594c31"}' 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment