Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

NEW - Lollipop - wasser firmware 3.0.6 for Minix Neo X7

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

    minix x8

    hi wasser,
    I was just wondering if this rom would work on minix 8. Thank you.

    Comment


      Originally posted by Android#8 View Post
      hi wasser,
      I was just wondering if this rom would work on minix 8. Thank you.
      this rom is for Rockchip 3188 - a different SoC than Minix X8, which is Amlogic

      both boxes made by minix though. Different architecture

      so no.

      Comment


        Originally posted by ngoal View Post
        Pass through using spmc only produces static on my setup but works on wasser xbmc with the same setup. Maybe I should try it again to see if I can get it to work
        SPMC may be able to process 5.1 and DTS but it only outputs a PCM data stream,
        which rather defeats the object of the exercise

        I agree with ngoal, setting passthru to be active and only static mush comes out.
        The Wasser xbmc works perfectly

        We just need to get the Sound Manager to remember its previous setting
        Passthru, and we are home and dry

        Comment


          UPDATE - Minix Neo X7 - wasser firmware 1.0.4 - KitKat Android 4.4.2

          Originally posted by astral69 View Post
          SPMC may be able to process 5.1 and DTS but it only outputs a PCM data stream,
          which rather defeats the object of the exercise

          I agree with ngoal, setting passthru to be active and only static mush comes out.
          The Wasser xbmc works perfectly

          We just need to get the Sound Manager to remember its previous setting
          Passthru, and we are home and dry
          I have SPMC working with passthrough (dd5.1 and dts) on SPDIF using the wasser rom 1.04 as a base on my X5. Also the rockchip stagefright works very well in the latest SPMC.

          Comment


            I tried SPMC 13.3 yesterday on a UT2 with Wasser 1.25 - No joy for me on passthrough. Just motorboating. But as I understand, tell me if I'm wrong, you need a hacked libmedia.so file. Where the @#$% do you get that?

            I have the XBMC release of Gotham 13.2 Beta and it will pass it but the 4+GB file I test with stutters when it's activated.

            I'm looking for a combo that will work.......
            FLHT = Harley
            HEMI = 2010 Dodge Challenger SRT
            Cause I've been asked.

            Comment


              Re: UPDATE - Minix Neo X7 - wasser firmware 1.0.4 - KitKat Android 4.4.2

              Originally posted by flhthemi View Post
              I tried SPMC 13.3 yesterday on a UT2 with Wasser 1.25 - No joy for me on passthrough. Just motorboating. But as I understand, tell me if I'm wrong, you need a hacked libmedia.so file. Where the @#$% do you get that?

              I have the XBMC release of Gotham 13.2 Beta and it will pass it but the 4+GB file I test with stutters when it's activated.

              I'm looking for a combo that will work.......
              1.2.5 is a jellybean rom which probably doesn't have a libmedia.so that enables passthrough in XBMC. The 1.04 X7 ROM is a KitKat ROM that has the libmedia.so that enables passthrough.
              In your case you can pick a libmedia.so from another 4.2.2 ROM (that does have a libmedia.so that enables passthrough) and replace it (don't forget tot set the permissions back)

              Comment


                Originally posted by karel View Post
                I have SPMC working with passthrough (dd5.1 and dts) on SPDIF using the wasser rom 1.04 as a base on my X5.
                No definitely not working on X7
                Have tried hdmi and spdif passthru and all I get is static mush
                with DD5.1 and DTS

                Back to the drawing board

                Comment


                  Originally posted by karel View Post
                  1.2.5 is a jellybean rom which probably doesn't have a libmedia.so that enables passthrough in XBMC. The 1.04 X7 ROM is a KitKat ROM that has the libmedia.so that enables passthrough.
                  In your case you can pick a libmedia.so from another 4.2.2 ROM (that does have a libmedia.so that enables passthrough) and replace it (don't forget tot set the permissions back)
                  Thanks karel! Now, you had to know this was coming, what JB ROM has a hacked libmedia.so file?

                  Otherwise

                  I wait for slow old non-responsive Ugoos to give Wasser what he needs to get his ROM done
                  Or I can try flashing 1.04 to my UT2 (not sure how well that would go)
                  Don't really care what version of Android as long as it works with my UT2s (I have one that has the "T" chip)

                  Got a better option, I'm open to try anything that will work.

                  Feel free to PM me as I don't really want to hijack this thread from the X7
                  FLHT = Harley
                  HEMI = 2010 Dodge Challenger SRT
                  Cause I've been asked.

                  Comment


                    Looking at SPMC code, noticed that koying do a test to see if it is a minix device and only than activate the minix passthrough hack.

                    if (StringUtils::StartsWithNoCase(CJNIBuild:: HARDWARE, "rk3" ) && StringUtils::StartsWithNoCase(CJNIBuild::MODEL, "neo-x" )) // Minix
                    stream = CJNIAudioManager::STREAM_VOICE_CALL;
                    }

                    So i think you need the right model on build.prop to get passthrough on SPMC.
                    Last edited by jmcm; 28 July 2014, 22:09.

                    Comment


                      Originally posted by jmcm View Post
                      Looking at SPMC code, noticed that koying do a test to see if it is a minix device and only than activate the minix passthrough hack.

                      if (StringUtils::StartsWithNoCase(CJNIBuild:: HARDWARE, "rk3" ) && StringUtils::StartsWithNoCase(CJNIBuild::MODEL, "neo-x" )) // Minix
                      stream = CJNIAudioManager::STREAM_VOICE_CALL;
                      }

                      So i think you need the right model on build.prop to get passthrough on SPMC.
                      Your 100% correct. I just modified my build.prop back to original and passthrough is now working. Thank you, I now have spmc working 100%.

                      Comment


                        Originally posted by jmcm View Post
                        Looking at SPMC code, noticed that koying do a test to see if it is a minix device and only than activate the minix passthrough hack.

                        if (StringUtils::StartsWithNoCase(CJNIBuild:: HARDWARE, "rk3" ) && StringUtils::StartsWithNoCase(CJNIBuild::MODEL, "neo-x" )) // Minix
                        stream = CJNIAudioManager::STREAM_VOICE_CALL;
                        }

                        So i think you need the right model on build.prop to get passthrough on SPMC.
                        Could we modify the code or remove that line? Maybe change "rk3" and/or "neo-x" to " " ?
                        I don't know enough to even know what file that is contained in so I'm just taking a wild guess.
                        FLHT = Harley
                        HEMI = 2010 Dodge Challenger SRT
                        Cause I've been asked.

                        Comment


                          Originally posted by balaji View Post
                          Hi All, I want to take backup of wasser ROM with current configuration. I searched for CWM recovery for kitkat in freaktab and did not see any useful info. Can someone guide me? Thanks.
                          Anyone can guide me pls for ROM backup with CWM or TWRP? I have seen procedures for JellyBean based ROMs. However, I've not seen anyone tested it on kitkat ROM. Thanks.

                          Comment


                            is there a good working hulu plus app that works with this rom?? all i get is sound when i lunch app but screen goes black

                            Comment


                              Originally posted by flhthemi View Post
                              Could we modify the code or remove that line? Maybe change "rk3" and/or "neo-x" to " " ?
                              I don't know enough to even know what file that is contained in so I'm just taking a wild guess.
                              Probably easier to just modify your build.prop. use build prop editor available on playstore and backup your old one.

                              Comment


                                Originally posted by balaji View Post
                                Anyone can guide me pls for ROM backup with CWM or TWRP? I have seen procedures for JellyBean based ROMs. However, I've not seen anyone tested it on kitkat ROM. Thanks.
                                Have you seen / read this thread?


                                or even this thread?


                                Either technique works with kk.
                                Minix Neo X7 - Wasser 1.0.4 OC'd - Kodi-helix with passthrough
                                Beelink M8B - Wasser 1.0.3 - Kodi-helix alpha 2 + SPMC

                                Comment

                                Working...
                                X