bist du nach der Anleitung von aftvhacks vorgegangen?
Ja, bis auf eine Änderung letzte Woche, da es da ein Update gab.
Folgendes muß mit der Raute auskommentiert werden, damit läuft es hier auf Stick 2. Generation und dem 4K Stick:
#if xbmc.getCondVisibility(’system.platform.android‘) and addon.getSetting(‚android_drm_widevine‘) == ‚false‘:
# platform = osAndroid
# license_url = “
# license_type = ‚com.microsoft.playready‘
# if addon.getSetting(‚android_deviceid‘):
# addon_deviceid = addon.getSetting(‚android_deviceid‘)
# else:
# android_deviceid = str(uuid.uuid1())
# addon.getString(‚android_deviceid‘, android_deviveid)
# platform = osAndroid
# license_url = “
# license_type = ‚com.microsoft.playready‘
# if addon.getSetting(‚android_deviceid‘):
# addon_deviceid = addon.getSetting(‚android_deviceid‘)
# else:
# android_deviceid = str(uuid.uuid1())
# addon.getString(‚android_deviceid‘, android_deviveid)