After a little research, I found how to enable Widevine on Android Tv Boxes wich didn't come with it on the system.
I made a .zip with the needed files.
Instructions:
1) Download the .zip in https://mega.nz/#!VbQVUDQC!zjL2SluVK...wGgtldqS9CneFY
2) Extract the zip on any path. Be sure to make a specific folder only to this.
3) Execute widevine.bat
4) If you don't have root, open a CMD (or PowerShell if you are on WIN10) on the folder and do that commands after connecting the box to the PC
.\adb root .\adb pull /system/build.prop
media.amplayer.widevineenable=true drm.service.enabled=1
.\adb push build.prop /system/
Comment