-
Notifications
You must be signed in to change notification settings - Fork 139
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
Samsung TV not supports remote keyControl buttons #272
Comments
I have another code that works good with Samsung, but it will be nice if ConnectSDK can support it |
@crash481 great to hear like you able to connect with your Samsung TV. As per my research you can use SmartView SDK for Samsung TV Remote Control. I am also working with ConnectSDK but i am not able to pair with my Android Device, Can you help me for resolve my issue? |
ConnectSDK Build for only LG Device may be but not sure as per my research. You can use |
@HarshadTechmero I tried now only for iOS. For android I will try only when success with iOS Thank you for Samsung SDK! I want to support Samsung, Lg, Roku, Google TV, Fire TV, Android TV With what TVs you connected already successfully and used remotes? |
For the ConnectSDK i have fetch devices but not able to pair with TV so i am not continue with ConnectSDK. For AndroidTV and GoogleTV you use this https://github.com/odyshewroman/AndroidTVRemoteControl |
@HarshadTechmero thanks, but I was not able to connect to Samsung to have availability to send remote control button press. Only volume control is available and it is not a win, I need to send such buttons like "Home" "Up" and others About Samsung SmartViewSDK, this is some Application ID, that sounds needs to be requested from Samsung? |
@HarshadTechmero for iOS version I can help you with pairing LG, if you need help with it - I will do |
Currently i am working on Android and GoogleTV not samsung and LG, if i need i will told you have you try with TVRemote |
@crash481 Can you help me with LG tv (webOS)? I can assist you with Samsung TV |
@HarshadTechmero Are you work on Amazon FireTV? If yes how to do actions of Home, menu, Back, Navigation arrows and Volume keys. |
@Gopal02024 I am not worked on Amazon Fire TV |
can u have me to find and connect samsungtv? |
Hello
I successfully connected to Samsung TV
Volume up/down is working via
device.volumeControl()
But
device.keyControl()
is nil, and I cannot use "Home", "Up", "Down" and other buttonsAlso there is no pairing while connecting on Samsung. It needs to appear a confirmation on TV screen, but not appears
Also for LG (webOS) all working is fine, confirmation appears,
device.keyControl()
exists and I can call Home button press.Please help, is Samsung not support key controls, or I doing something wrong?
The text was updated successfully, but these errors were encountered: