-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fails to access all capabilities and Pairing #52
Comments
I had the same problem. Do you have a solution yet? |
I have solved the problem: private DiscoveryManager mDiscoveryManager; |
dialog = dp.getPickerDialog("Device List", new AdapterView.OnItemClickListener() {
// pairingCodeDialog.show();
|
I think this method only plays the role of connecting to the target device, I tried it and the remote function cannot be performed if you have not enabled mDiscoveryManager.setPairingLevel(DiscoveryManager.PairingLevel.ON); |
But we're required to attach with single device, selected from the list. i already mDiscoveryManager.setPairingLevel(DiscoveryManager.PairingLevel.ON); in the onItemClick() method. |
|
I edited the ui select deive and not use: |
You mean you're calling DiscoveryManager.getInstance().start(); on the click of selected item, even you're using your own UI. |
I have this issue too , was anyone able to find a solution |
this didn't work for me I have a Sony bravia TV |
Didn't work for me either on Samsung TV. |
I'm using this sample to connect to a TV,
Firstly its not pairing via Code,
Secondly, on direct connection to Tv it not accessing all the capabilities, It is only accessing VolumeKey and MediaContol keys, all other's are disabled.
How get access for number key controls and KeyCotrols interface and PowerControl.
The text was updated successfully, but these errors were encountered: