i cant understand what you mean!
Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
[ROM] Khadas Vim SCV2-ATV (Android TV)
Collapse
This is a sticky topic.
X
X
-
Oddly, I remember seeing his question translated in a FT email notification, but translation does not show here for some reason(font thing?). I deleted the notification, but will try to find when I get to PC.
If I recall correctly, I think he wants to know if SCV2-ATV will work on TX5 box, S905x 2GB/8GB.
Comment
-
Originally posted by RISCy Dude View PostOddly, I remember seeing his question translated in a FT email notification, but translation does not show here for some reason(font thing?). I deleted the notification, but will try to find when I get to PC.
If I recall correctly, I think he wants to know if SCV2-ATV will work on TX5 box, S905x 2GB/8GB.
Comment
-
Originally posted by RISCy Dude View PostOddly, I remember seeing his question translated in a FT email notification, but translation does not show here for some reason(font thing?). I deleted the notification, but will try to find when I get to PC.
If I recall correctly, I think he wants to know if SCV2-ATV will work on TX5 box, S905x 2GB/8GB.
Comment
-
Originally posted by caziques View Postgreat work .. Any idea how to get netflix for android tv worlking ? The installed one needs mouse and doesnt work well with the Khadas Remote .. Android tv version gives me a ui-800-3 error
Comment
-
Working Awesome as always. Having this firmware on the nan and having linux on the sd card is making this my take anyware device. Great work. The number of devices it runs on is increasing as well.Many devices now mk902ii/Shield/Mk68 /Ugoos/neox5/minix5 (yes they still work lol) mk80 no it doesnt work lol.
Comment
-
Originally posted by superceleron View Post
you cant, you need L1 widevine and a proper Netflix license so... it will never happen!
private static String getMediaDrmMaxSecurityLevel() { try { MediaDrm localMediaDrm = new MediaDrm(WIDEVINE_SCHEME); String str = localMediaDrm.getPropertyString("securityLevel"); if (Log.isLoggable()) { Log.d(TAG, "Widevine default securityLevel [" + str + "]"); } if (localMediaDrm != null) { localMediaDrm.release(); } return str; } catch (UnsupportedSchemeException localUnsupportedSchemeException) {} return null; } .
or it seems to bypass some checks if device is identified as a first generation amazon fire ..
private static boolean isFireTvFirstGenerationDevice() { String str = getMediaDrmMaxSecurityLevel(); if ((str != null) && ("L1".equalsIgnoreCase(str.trim()))) { Log.d(TAG, "Widevine security level L1"); sWidevineSecurityLevelL1 = true; } while ((!isJweCryptoSchemeSupported()) || (!isPlayReadyCryptoSchemeSupported())) { return false; } return true; }
Comment
-
Originally posted by caziques View Post
Kay , got into the netflix for android source code ... so perhaps a customised Netflix for android app if i change the code below :
private static String getMediaDrmMaxSecurityLevel() { try { MediaDrm localMediaDrm = new MediaDrm(WIDEVINE_SCHEME); String str = localMediaDrm.getPropertyString("securityLevel"); if (Log.isLoggable()) { Log.d(TAG, "Widevine default securityLevel [" + str + "]"); } if (localMediaDrm != null) { localMediaDrm.release(); } return str; } catch (UnsupportedSchemeException localUnsupportedSchemeException) {} return null; } .
or it seems to bypass some checks if device is identified as a first generation amazon fire ..
private static boolean isFireTvFirstGenerationDevice() { String str = getMediaDrmMaxSecurityLevel(); if ((str != null) && ("L1".equalsIgnoreCase(str.trim()))) { Log.d(TAG, "Widevine security level L1"); sWidevineSecurityLevelL1 = true; } while ((!isJweCryptoSchemeSupported()) || (!isPlayReadyCryptoSchemeSupported())) { return false; } return true; }
Comment
-
cool ... I see there is a khadas widevine L1 GitHub .. https://github.com/khadas/android_vendor_widevine
Comment
-
Originally posted by caziques View Postcool ... I see there is a khadas widevine L1 GitHub .. https://github.com/khadas/android_vendor_widevine
Comment
What's Going On
Collapse
There are currently 3377 users online. 0 members and 3377 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment