Revert "touchRemoteLaunchMode" to "multiTouch" #354
Unanswered
xuxugamestudios
asked this question in
Q&A
Replies: 1 comment 1 reply
|
Hi @xuxugamestudios the message you are receiving does not indicate an error, it is only to let the user know that the reply to the command cannot be shown to the user. This is because of the "hack" necessary to access the luna api from a websocket connection. I assume in this case you may need to root the TV to be able to actually set the setting |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all!
I'm gonna be honest, I'm not really sure what I'm doing, so this is why I'm asking for help. With the latest updated to my TV's WebOS, playing games with the app Moonlight (basically streams the PC to the TV and allows me to use the controller connected to the TV as input in the game, instead of the controller connected to the PC) has been a pain because my LGTV started using the trackpad on my DualSense controller as a mouse, so any games that require pressing the trackpad just do not work. This problem is discussed here on this Reddit thread: https://www.reddit.com/r/LGOLED/comments/1pprez7/ps5_controller_trackpad_functionality_settings/?share_id=UJm48-zwvsnFBObi3BQkX&utm_content=2&utm_medium=android_app&utm_name=androidcss&utm_source=share&utm_term=3
On that thread, someone mentioned they solved the issue by rooting their TV and running:
This should revert "edgeSwipe" to "multiTouch".
I'm fairly sure my TV can't be rooted because it's a newer model. This person also mentioned this setting might be configured using LGTV Companion, so this is how I got here. I've tried running this line on my cmd
LGTVcli.exe -settings_other "{\"touchRemoteLaunchMode\": \"multiTouch\"}"but all I got was{"Device1":{"info":"Cannot relay luna response."}}I really don't know what I'm doing, so all of this might be super dumb. Can someone help me out on this? Thanks in advance!
Btw: WebOS version 10.3.1-3001 and TV model 50QNED85TSA.
All reactions