Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Beelink S82 / Tronsmart S89/S89H / VissonTech S82 firmware

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #31
    Originally posted by Gaili View Post
    I already have the recovery.img on my ustick. But i always get the error "This package is for "vission_s82" devices; this is a "k200" Flashing a other rom isn`t a problem.
    Not USB, it must be sdcard. Recovery.img is not read from USB drives but from sdcard if they exist on sdcard.
    If you find my work useful, buy me a beer
    Homepage: http://www.stane1983.com

    Comment


      #32
      Originally posted by stane1983 View Post
      Not USB, it must be sdcard. Recovery.img is not read from USB drives but from sdcard if they exist on sdcard.
      Yeah thats my problem, i can`t mount my ext sdcard anymore Is there another way?

      Comment


        #33
        Originally posted by Gaili View Post
        Yeah thats my problem, i can`t mount my ext sdcard anymore Is there another way?
        open visson_s82-ota-20140713.zip with archive tool and inside it edit:
        META-INF/com/google/android/updater-script

        remove:
        Code:
        getprop("ro.product.device") == "visson_s82" || abort("This package is for \"visson_s82\" devices; this is a \"" + getprop("ro.product.device") + "\".");
        from beginning of file and resign zip. If you're on linux, you can resign zip with https://github.com/Stane1983/linux-slgntool.
        If you find my work useful, buy me a beer
        Homepage: http://www.stane1983.com

        Comment


          #34
          Originally posted by stane1983 View Post
          open visson_s82-ota-20140713.zip with archive tool and inside it edit:
          META-INF/com/google/android/updater-script

          remove:
          Code:
          getprop("ro.product.device") == "visson_s82" || abort("This package is for \"visson_s82\" devices; this is a \"" + getprop("ro.product.device") + "\".");
          from beginning of file and resign zip. If you're on linux, you can resign zip with https://github.com/Stane1983/linux-slgntool.
          OK i try it thanks for your help!

          Comment


            #35
            @stane1983

            Found another 2 issues

            1.Bluetooth isnt working
            2.1080i resolution runs slow (everything)
            ... 720p resolution isnt fixed in xbmc

            Comment


              #36
              Originally posted by Biatsch View Post
              @stane1983

              Found another 2 issues

              1.Bluetooth isnt working
              2.1080i resolution runs slow (everything)
              ... 720p resolution isnt fixed in xbmc
              Hi,

              Bluetooth and 1080i bugs I confirm.

              About XBMC, here is the issue:
              Oman (not sure about other firmwares) uses XBMC 14.0-ALPHA1 in combination with MX Player. When you install my firmware (without wiping data), my version of XBMC won't be installed (13.1) because newer one already exists. Solution is to uninstall MX Player and XBMC from box and install my XBMC from http://www.stane1983.com/downloads/ (XBMC tab, version for Amlogic 4.4.2). Will update first post with this info.

              Playback on 720p works on my firmware with my XBMC (I tested that issue today on Omans firmware).
              If you find my work useful, buy me a beer
              Homepage: http://www.stane1983.com

              Comment


                #37
                AW: Beelink S82 / Tronsmart S89/S89H / VissonTech S82 firmware

                Originally posted by stane1983 View Post
                Hi,

                Bluetooth and 1080i bugs I confirm.

                About XBMC, here is the issue:
                Oman (not sure about other firmwares) uses XBMC 14.0-ALPHA1 in combination with MX Player. When you install my firmware (without wiping data), my version of XBMC won't be installed (13.1) because newer one already exists. Solution is to uninstall MX Player and XBMC from box and install my XBMC from http://www.stane1983.com/downloads/ (XBMC tab, version for Amlogic 4.4.2). Will update first post with this info.

                Playback on 720p works on my firmware with my XBMC (I tested that issue today on Omans firmware).
                Ok try that later .... Deleted xbmc before update but not mxplayer

                Comment


                  #38
                  Possibly i described it wrong.... When u set 720p resolution on box 1080p playback is just a quarter in xbmc

                  Comment


                    #39
                    Originally posted by Biatsch View Post
                    Possibly i described it wrong.... When u set 720p resolution on box 1080p playback is just a quarter in xbmc
                    You explained it right. Here is picture that shows 1080p output on 720p resolution on my firmware with my XBMC.

                    I am familiar with bug as Oman's latest firmware also have that bug. I'm in contact with him and told him how to fix it.

                    Facts:
                    1. Helix is still alpha version
                    2. Using external player such as MX Player to play video content on Amlogic is pointless as we have much better solution (AMLCodec support included in XBMC already, 13.1 Gotham just needs few patches before building to work correctly on M8 Android - thats why I put that xbmc on my webpage)

                    Cheers
                    If you find my work useful, buy me a beer
                    Homepage: http://www.stane1983.com

                    Comment


                      #40
                      Originally posted by stane1983 View Post
                      You explained it right. Here is picture that shows 1080p output on 720p resolution on my firmware with my XBMC.

                      I am familiar with bug as Oman's latest firmware also have that bug. I'm in contact with him and told him how to fix it.

                      Facts:
                      1. Helix is still alpha version
                      2. Using external player such as MX Player to play video content on Amlogic is pointless as we have much better solution (AMLCodec support included in XBMC already, 13.1 Gotham just needs few patches before building to work correctly on M8 Android - thats why I put that xbmc on my webpage)

                      Cheers
                      unistalled mxplayer and cleared data from xbmc an all woked fine .....THX fo info with mx Player (ur version of xbmc was installed like i wrote before)

                      Comment


                        #41
                        I also downloaded your xbmc .. works well .. thanks. I patched home.xml to get rid of that additonal query .. and I always have to remove versioncheck .. since it complains after the edit. Possibly you know how to fix that for good :-)

                        Comment


                          #42
                          Excellent work with your Build on XBMC

                          Comment


                            #43
                            Originally posted by daniello9 View Post
                            I also downloaded your xbmc .. works well .. thanks. I patched home.xml to get rid of that additonal query .. and I always have to remove versioncheck .. since it complains after the edit. Possibly you know how to fix that for good :-)
                            Yes, actually will be fixed (removed) in next build. Will make fresh build of XBMC soon with patched Home.xml and versioncheck removed.
                            If you find my work useful, buy me a beer
                            Homepage: http://www.stane1983.com

                            Comment


                              #44
                              Originally posted by stane1983 View Post
                              Yes, actually will be fixed (removed) in next build. Will make fresh build of XBMC soon with patched Home.xml and versioncheck removed.
                              Good enough for me .. thanks .. actually I thought you might know a way to stop versioncheck from complaining - instead of removing it but I didn't even try to find out if that plugin is of any use ;-)

                              Comment


                                #45
                                Just to let Stane and the rest know,if you use Stane's XBMC on 105k4 and UP it willnot show picture while streaming for example from Icefilms,1channel etc ... But only audio !!

                                It is basically having the same problem i mentioned here :http://www.freaktab.com/showthread.p...age-only-sound

                                As for the rom it self ,i flashed it ok and my box booted for the first time only into ANDROID.After that it never booted again into the OS itself ...Then again my box is also having issues with Stane'slinux and i have a strong belief that anyone using the latest S89 boxes that came out from the factory(which we know they are using different hardware) will face the same issues ... I am pretty sure that Stane must have developed his roms on an earlier model ....

                                Comment

                                Working...
                                X