-
Notifications
You must be signed in to change notification settings - Fork 32
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
[IDEA] Prevent Screensaver While In Certain Apps #60
Comments
I could provide info from the LGC1 if needed to support. |
I would love to assist but almost no programming skills but mediocre System Administration skills. |
Thank you for this suggestion. This is a good one. |
Done some researches about this. I don't have enough time to do this, but should be helpful for application developers wants to prevent their apps from sleeping: For SDL applicationsUse For other applications (like webapps)You can register on this Luna URI:
with params {
"subscribe": true,
"clientName": "AnyValue"
} When screensaver is about to start, you will receive following message: {
"returnValue": true,
"timestamp": "1388518297",
"state": "Active",
"instantBoot": "on"
} Send message to this URI:
with params {
"clientName": "AnyValue",
"ack": false,
"timestamp": "1388518297"
} |
Does anyone know if this still works? We had it working, but now it looks like we don't get a callback |
@SuneKjaergaard I think it still works. I'm still using that in my SDL port: https://github.com/webosbrew/SDL-webOS/blob/b18d7026e20bb5422f4b87910c586cbb0ecabd82/src/core/webos/SDL_webos_init.c#L230 |
Please read conditions below carefully, and don't delete this part. Invalid issues will be closed.
Issue content starts below this line
---It would be great to have an app that you could list, or select from a list of apps, that while running in the foreground, the LG screensaver would be prevented from coming on.
The text was updated successfully, but these errors were encountered: