Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

KitKat-4.4.2 for Minix X7 by Strauzo

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

    #46
    Hy

    tried on neo X7 mini and some issues: (in ART mode)

    + back button doesnt work
    + screen rotation
    + battery icon
    + some crashes
    + lock screen cant be disabled
    + Always "optimize" my apps at startup, arg!
    + cant use HW+ in mx player...
    + some sound shuttering as in other firmware
    + video playback is quite smouth but not better as other firmware

    Strange thing is that mx HW works even with DTS audio with default codec !



    Franck
    Last edited by franckleroy; 21 January 2014, 00:49.
    for windows8.1 drivers fix follow this.
    ---
    Jesurun v2.1 old rev with wasser firmware 1.2.5
    K-R42 v2.1 new rev with wasser firmware 1.2.5
    Minix neo x7 mini with quickshot firmware 3.1 with kernel HDMI patch
    Minix neo s8s with stock firmware
    Plex streamer with external MX player
    TV Sony Bravia HDMI 1080p/60hz with AC3/DTS passthru.

    Comment


      #47
      Originally posted by franckleroy View Post
      back button doesnt work
      Does escape work as back with this ROM?
      NVidia Shield TV 2015 16 GB || Stock
      NVidia Shield TV 2017 16 GB || Stock
      Buy me a beer?

      Comment


        #48
        gmail lockup?

        has anyone else seen the device lock up entirely (no response to any inputs, screen frozen) while in gmail?
        this happened 3 times to me tonight, all in gmail though of course maybe only coincidence with such a small sample.
        I don't mean to cause any unwarranted concern, maybe has nothing to do with this rom at all. just wondered if others have seen this.

        Comment


          #49
          Originally posted by Molle View Post
          Does escape work as back with this ROM?
          yes, better this way than to break 2nd mouse button imho.

          Comment


            #50
            Originally posted by strauzo View Post
            Very good my friend !

            I'm reading all your posts. Not all is possible with the actual source code but all that is possible will be done.
            Strauzo,

            will you implement hdmi audio passthrough in your ROM?

            Comment


              #51
              Originally posted by dxben View Post
              Strauzo,

              will you implement hdmi audio passthrough in your ROM?
              If possible yes.


              This rom is for minix x7, the minix x7 mini need another kernel.

              for the t428 you can try this specific kernel <DELETED>
              Last edited by Molle; 31 January 2014, 11:06. Reason: Administrative action

              Comment


                #52
                Originally posted by Molle View Post
                Does escape work as back with this ROM?
                Yes it does

                Franck
                for windows8.1 drivers fix follow this.
                ---
                Jesurun v2.1 old rev with wasser firmware 1.2.5
                K-R42 v2.1 new rev with wasser firmware 1.2.5
                Minix neo x7 mini with quickshot firmware 3.1 with kernel HDMI patch
                Minix neo s8s with stock firmware
                Plex streamer with external MX player
                TV Sony Bravia HDMI 1080p/60hz with AC3/DTS passthru.

                Comment


                  #53
                  Originally posted by strauzo View Post

                  This rom is for minix x7, the minix x7 mini need another kernel.
                  I am used to flash neo x7 rom on my mini version without any issue !!!

                  Franck.
                  for windows8.1 drivers fix follow this.
                  ---
                  Jesurun v2.1 old rev with wasser firmware 1.2.5
                  K-R42 v2.1 new rev with wasser firmware 1.2.5
                  Minix neo x7 mini with quickshot firmware 3.1 with kernel HDMI patch
                  Minix neo s8s with stock firmware
                  Plex streamer with external MX player
                  TV Sony Bravia HDMI 1080p/60hz with AC3/DTS passthru.

                  Comment


                    #54
                    Originally posted by strauzo View Post
                    If possible yes.


                    This rom is for minix x7, the minix x7 mini need another kernel.

                    for the t428 you can try this specific kernel <DELETED>
                    Is there a possibility you could make one for the Mini? I have flashed the rom as is and it just locks up once booted at agree to google location. Power off and back on I get lock screen but am not able to interact with my K400 keyboard or Tronsmart airmouse.
                    Last edited by Molle; 31 January 2014, 11:06. Reason: Administrative action

                    Comment


                      #55
                      In this moment i'm trying to optimize the kernel. There are some problem that are more evident in t428 and minix x7 mini. this kernel is very different and weird ....

                      Comment


                        #56
                        In first post you can download the kernel with hardware remote control support.

                        Comment


                          #57
                          This thread should be stickied

                          Comment


                            #58
                            Hello.

                            This is patch for enable USB audio and enable USB audio volume control.

                            Topic: http://forum.xda-developers.com/show...029728&page=36
                            Link to audio patcher for 4.4.2: http://forum.xda-developers.com/atta...6&d=1388958466
                            Mirror off my website: http://altijdslimmer.nl/usb-audio-patcher.rar

                            Also can you please check the settings in


                            If this is included in your rom?
                            • # audio accessory configuration
                            • on property:sys.usb.config=audio_source
                            • write /sys/class/android_usb/android0/enable 0
                            • write /sys/class/android_usb/android0/idVendor 18d1
                            • write /sys/class/android_usb/android0/idProduct 2d02
                            • write /sys/class/android_usb/android0/functions ${sys.usb.config}
                            • write /sys/class/android_usb/android0/enable 1
                            • setprop sys.usb.state ${sys.usb.config}
                            • # audio accessory configuration, with adb
                            • on property:sys.usb.config=audio_source,adb
                            • write /sys/class/android_usb/android0/enable 0
                            • write /sys/class/android_usb/android0/idVendor 18d1
                            • write /sys/class/android_usb/android0/idProduct 2d03
                            • write /sys/class/android_usb/android0/functions ${sys.usb.config}
                            • write /sys/class/android_usb/android0/enable 1
                            • start adbd
                            • setprop sys.usb.state ${sys.usb.config}
                            • # USB and audio accessory configuration
                            • on property:sys.usb.config=accessory,audio_source
                            • write /sys/class/android_usb/android0/enable 0
                            • write /sys/class/android_usb/android0/idVendor 18d1
                            • write /sys/class/android_usb/android0/idProduct 2d04
                            • write /sys/class/android_usb/android0/functions ${sys.usb.config}
                            • write /sys/class/android_usb/android0/enable 1
                            • setprop sys.usb.state ${sys.usb.config}
                            • # USB and audio accessory configuration, with adb
                            • on property:sys.usb.config=accessory,audio_source,adb
                            • write /sys/class/android_usb/android0/enable 0
                            • write /sys/class/android_usb/android0/idVendor 18d1
                            • write /sys/class/android_usb/android0/idProduct 2d05
                            • write /sys/class/android_usb/android0/functions ${sys.usb.config}
                            • write /sys/class/android_usb/android0/enable 1
                            • start adbd
                            • setprop sys.usb.state ${sys.usb.config}

                            Thank you

                            Comment


                              #59
                              Very nice rom indeed

                              I have 2 X7 units and have installed this rom on one of them for testing, together with Beyond XBMC.
                              It runs perfectly and plays everything I can throw at it.

                              Only dealbreaker at the moment is lack of DD/DTS passthrough, but I suppose that is just a matter of time.

                              If that is also solved you are for sure the winner and make a lot of end users very happy!

                              Many thanks for your efforts!

                              Comment


                                #60
                                Thanx

                                Hello Strauzo

                                Thanx for this wonderfull rom

                                Kitkat is the only rom that play's video super

                                The only thing i mis at the moment is that this is the first rom where the return button on my Mele f10 does not work

                                I'll test the rom in the weekend

                                Great job

                                Comment

                                Working...
                                X