-
Notifications
You must be signed in to change notification settings - Fork 33
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
is it a possible to add sypport for WebOS 1-2? #29
Comments
Yeah, this is fairly likely. You'll need to SSH onto the TV and try running hyperion-webos via CLI to check if it's just the GUI that's broken. For example like this: /media/developer/apps/usr/palm/services/org.webosbrew.piccap.service/hyperion-webos -S --verbose --backend libdile_vt --address 10.2.3.4 --fps 30 -x 192 -y 108 |
Sure, will try! Thank you! |
Unfortunately see ./hyperion-webos: /lib/libc.so.6: version `GLIBC_2.17' not found (required by ./hyperion-webos) |
Could you please help me install this lib? Or maybe you can tell me where I can find instruction for it.. |
This should probably be fixable fairly easily by rebuilding hyperion-webos using a toolchain that uses older glibc. (eg. this one → https://github.com/openlgtv/buildroot-nc4/releases/tag/webos-0d62420) You generally can't "upgrade" glibc on the TV itself. |
Oh.. I really sorry, but, could you please share short instruction for me? How can I do this? |
I really need help on it.. If you can provide any help, I will be really appreciated.. |
I will try to make a test build for you tonight.
…On Tue, 8 Feb 2022, 10:41 Pavel Puker, ***@***.***> wrote:
I really need help on it.. If you can provide any help, I will be really
appreciated..
—
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIUEXWNQHMSZJPZ2KCB67DU2DQNTANCNFSM5NT6W2GQ>
.
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>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thank you, so much! Will wait) |
Download and extract contents of this package to |
Oof. I am assuming you are running webOS 1.x?
That's not great, since these symbols are fairly crucial here (eg. |
Oohh..(( Got it..( Thank you for your help.. I really appreciate it! Really big help from your side.. If nothing else can be done, write me please, I will close the task. Thank you again! |
So, should I close this task? Or is there something else that can be done?) |
Not at this time. If anyone wanted to do some research around this themselves - feel free, but considering how little webOS 1.x users we have (since we don't have any user-friendly exploits there), I am not planning on working on this further, sorry :( |
Got it) Thank you, so much!) |
Got a similar Problem running webos 1.4 Afro Ashley which cant be upgraded. |
I did some analysis not long ago, and the missing symbols are implemented in RELEASE/tvservice in older versions. This complicates the interactions because IPC or injection is required. It's not impossible but needs a non negligible amount of work, and i don't have a device i could use to test |
I have root access on my TV, and Homebrew installed. PicCap also installed, but not all setting available for me..
Is it a possible to add 1-2 WebOs versions support?
The text was updated successfully, but these errors were encountered: