Buenas, tengo el famoso problema de Hardware causado normalmente por no tener una Stock a la hora de hacer Screen Mirroring con una Smart Tv.
Edit:
Solucionado con esto
1) run Terminal Emulator and type:
Code:
su -c setprop wlan.wfd.hdcp disable
(will work immediately; won't stick between reboots!), OR...
2) edit /system/build.prop file with any root file manager/text editor and add a line (no matter where):
Code:
Code:
wlan.wfd.hdcp=disable
(will work only after reboot; will stick between reboots).
source:
http://forum.xda-developers.com/show...2&postcount=16