-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autostart option #6
Comments
Sounds good, it will improve the experience :D |
After some research I didn't note down, it may be a little hard to properly
carry this out - YouTube TV app runs in limited "netcast" sandbox which
doesn't have access to Luna bus, which means it can register itself as an
input app. Adding "supportGIP" flag would allow for manual single-command
(over telnet/ssh) enabling of autostart, but this is not very user-friendly
:/
…On Mon, 6 Sep 2021, 06:52 NguyenASang, ***@***.***> wrote:
Sounds good, it will improve the experience :D
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIUEXUDBQO6IRILS7OI233UARCIDANCNFSM44H2DBXA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
btw, one thing which I noticed on my non-rooted (is there a way to do it on my versions?) TV is that original youtube app was autostarted where it was left after the power-up, while after installing this youtube-replacement (devmode) this functionality has gone away.
|
Sounds interesting. Can you please remove adfree youtube, reinstall the original one that seemingly supports autostart, and show us the result of the following command:
Thanks. |
this is for adFree, I guess there is no reason to uninstall it then, right?
|
This has been (partially) implemented in webosbrew fork here: |
@Informatic Nice works :D |
@Informatic perfect! I was able to root my TV since my last message, and your trick solved the auto-start issue I described above! |
We've just discovered a way to register an arbitrary app as an "input" app, which means it can also be remembered as "last active input" and thus will be automatically relaunched when turning on a TV.
https://gist.github.com/Informatic/1983f2e501444cf1cbd182e50820d6c1#registering-an-app-as-an-input-can-be-used-to-autostart-an-app
The text was updated successfully, but these errors were encountered: