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
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #46
    Originally posted by khanhsac View Post
    Tôi muốn biết SCV2-ATV có dung cho TX5 2/8,S905X không?
    ?
    i cant understand what you mean!

    Comment


      #47
      [QUOTE = superceleron; n651984]

      ?
      [/ QUOTE]

      Có SCV2-ATV có trên Android TV Box TX5: 2 / 8g, S905X không?
      Last edited by khanhsac; 06-16-2017, 09:27.

      Comment


        #48
        ? english m8!

        Comment


          #49
          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


            #50
            Originally posted by RISCy Dude View Post
            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.
            ho that, dunno i dont have one

            Comment


              #51
              I cannot find the notification. I think now maybe I've gone crazy or heading that way.

              Comment


                #52
                Originally posted by RISCy Dude View Post
                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.
                YES

                Comment


                  #53
                  great 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


                    #54
                    Originally posted by caziques View Post
                    great 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
                    you cant, you need L1 widevine and a proper Netflix license so... it will never happen!

                    Comment


                      #55
                      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


                        #56
                        Originally posted by scooter2014 View Post
                        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.

                        Comment


                          #57
                          Originally posted by superceleron View Post

                          you cant, you need L1 widevine and a proper Netflix license so... it will never happen!
                          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


                            #58
                            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; }
                            well im not going to enter in that, since i really dont want to know how you got the flix source....

                            Comment


                              #59
                              cool ... I see there is a khadas widevine L1 GitHub .. https://github.com/khadas/android_vendor_widevine

                              Comment


                                #60
                                Originally posted by caziques View Post
                                cool ... I see there is a khadas widevine L1 GitHub .. https://github.com/khadas/android_vendor_widevine
                                Yes that is there a long time, L1 is not only that it also needs the widevine key and hdcp key to be burned to the device, and a locked bootloader!

                                Comment

                                Working...
                                X