throwaway96

Results 103 comments of throwaway96

It's not something that can really be "fixed", since webOS 4.[0-4] is missing the feature we're currently using for autostart functionality. There are other ways of hooking into the boot...

Since you didn't include any information whatsoever about your TV, I can only guess. GitHub's previous certificate expired recently, and their new one uses a root that is probably not...

``` curl -k -L -o /tmp/app.ipk '' luna-send-pub -w 10000 -i 'luna://com.webos.appInstallService/dev/install' '{"id":"com.ares.defaultName","ipkUrl":"/tmp/app.ipk","subscribe":true}' ``` You'll need to know the URL of the IPK you want to install. Note that if...

@igorkulman Did you uninstall the stock YouTube app first?

@igorkulman Are you sure the stock one didn't get automatically reinstalled or something? Run ``` ls -l /media/cryptofs/apps/usr/palm/applications/youtube.leanback.v4 ```

@igorkulman So you pressed the green button and nothing happened? Do you know how to inspect an app with the Chromium devtools?

`/media/cryptofs/apps/usr/palm/applications` is where the stock app would be. YTAF should be in `/media/developer/apps/usr/palm/applications`. (Specifically, `/media/developer/apps/usr/palm/applications/youtube.leanback.v4`.) There's a page on webosbrew.org that talks about [the devtools stuff](https://www.webosbrew.org/pages/web-development.html).

@igorkulman So 0.3.2 *is* working? What changed? Let's move this to webosbrew/youtube-webos#151.

@moykky Do not use GetMeIn. It is generally broken and unsafe. The [hardcoded commands]() it runs are very fragile and lack any kind of error handling. At least one person...