Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

QUICKSHOT V3 by TheNitroTeam MINIX Neo X7.

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

    Originally posted by DeliriumNL View Post
    Funny to see that there are more people with this problem

    Can you tell me if the audio manager in kit kat works ? I know the sollution is soundabout, but that doesn't accept my usb dac as a source
    Please don't laugh at me a lot, Is my little daughter net-book usb audio device,
    I didnt remember I had them.

    I hope it helps to you.

    leolas
    REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
    My devices:
    Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
    MK902 & MK902II(Sponsored by RKM)
    Beelink M8B & Beelink R89 (Sponsored by Beelink)
    Tronsmart VEGA S89H (Sponsored by
    Gearbest.com)
    MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
    Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
    Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png

    Comment


      Have to throw in the towel for now...

      No sound..

      Reinstalled minix v10 again got sound.

      Installed this rom again no sound.

      Tried sound about but did not know... Choose aux hdmi... Anyway no sound..

      Going back to v10 minix

      Thx anyway
      Without memories we have nothing.

      Comment


        Now for those people who have problems with screen size adjustament:

        - Open terminal emulator and write: (please case sensitive be sure that you match the one I writed exactly)

        Code:
        [COLOR=#000000]su[/COLOR]
        
        [COLOR=#000000]echo 99>/sys/class/graphics/fb0/scale[/COLOR]
        
        [COLOR=#000000]echo 98>/sys/class/graphics/fb0/scale[/COLOR]
        
        [COLOR=#000000]echo 97>/sys/class/graphics/fb0/scale[/COLOR]
        after 96,95,94,etc...

        You will see your screen is adjusted.

        when you see at your tv that the borders fit your size then you must remember the number behind "echo"
        Then in terminal emulator write: (please remember to write exactly what I post replacing XX for your number:
        Code:
        [COLOR=#000000]su[/COLOR]
        [COLOR=#000000]mount -o remount,rw /system[/COLOR]
        [COLOR=#000000]echo "#!/system/bin/sh">/sdcard/test [/COLOR]
        [COLOR=#000000]echo "echo [/COLOR][COLOR=#ff0000]XX[/COLOR][COLOR=#000000] >/sys/class/graphics/fb0/scale">>/sdcard/test[/COLOR]
        [COLOR=#000000]cp /sdcard/test /system/etc/init.d/95screen_zoom [/COLOR]
        [COLOR=#000000]chmod 755 /system/etc/init.d/95screen_zoom[/COLOR]
        [COLOR=#000000]mount -o remount,ro /system[/COLOR]
        [COLOR=#000000]exit[/COLOR]
        And vuala, the screen must be adjusted in each reboot automatically.

        leolas
        Last edited by leolas; 16 May 2014, 09:10.
        REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
        My devices:
        Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
        MK902 & MK902II(Sponsored by RKM)
        Beelink M8B & Beelink R89 (Sponsored by Beelink)
        Tronsmart VEGA S89H (Sponsored by
        Gearbest.com)
        MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
        Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
        Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png

        Comment


          Originally posted by Decapper View Post
          Have to throw in the towel for now...

          No sound..

          Reinstalled minix v10 again got sound.

          Installed this rom again no sound.

          Tried sound about but did not know... Choose aux hdmi... Anyway no sound..

          Going back to v10 minix

          Thx anyway
          Sorry but I think your hdmi splitter must be part of the problem, jb is a lot different of kk in the sound&video part I don't have your specific hardware setup and I cant help. For my side I tested:
          hdmi sound output directly to TV: sound works great.
          Earphones sound output: sound works great.
          spdif output:sound works great.
          spdif passthrough: :sound works great in all players I tested except in xbmc. (like is announced in first post).
          hdmi passthrough: Not tested ( I don't have a sound receiver with hdmi passthrough sound input)

          leolas
          REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
          My devices:
          Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
          MK902 & MK902II(Sponsored by RKM)
          Beelink M8B & Beelink R89 (Sponsored by Beelink)
          Tronsmart VEGA S89H (Sponsored by
          Gearbest.com)
          MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
          Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
          Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png

          Comment


            Originally posted by leolas View Post
            Sorry but I think your hdmi splitter must be part of the problem, jb is a lot different of kk in the sound&video part I don't have your specific hardware setup and I cant help. For my side I tested:
            hdmi sound output directly to TV: sound works great.
            Earphones sound output: sound works great.
            spdif output:sound works great.
            spdif passthrough: :sound works great in all players I tested except in xbmc. (like is announced in first post).
            hdmi passthrough: Not tested ( I don't have a sound receiver with hdmi passthrough sound input)

            leolas
            Works with wassers kitkit... I'll try without splitter next time..
            Without memories we have nothing.

            Comment


              Originally posted by leolas View Post
              Now for those people who have problems with screen size adjustament:

              - Open terminal emulator and write: (please case sensitive be sure that you match the one I writed exactly)

              Code:
              [COLOR=#000000]su[/COLOR]
              
              [COLOR=#000000]echo 99>/sys/class/graphics/fb0/scale[/COLOR]
              
              [COLOR=#000000]echo 98>/sys/class/graphics/fb0/scale[/COLOR]
              
              [COLOR=#000000]echo 97>/sys/class/graphics/fb0/scale[/COLOR]
              after 96,95,94,etc...

              You will see your screen is adjusted.

              when you see at your tv that the borders fit your size then you must remember the number behind "echo"
              Then in terminal emulator write: (please remember to write exactly what I post replacing XX for your number:
              Code:
              [COLOR=#000000]su[/COLOR]
              [COLOR=#000000]mount -o remount,rw /system[/COLOR]
              [COLOR=#000000]echo "#!/system/bin/sh">/sdcard/test [/COLOR]
              [COLOR=#000000]echo "echo [/COLOR][COLOR=#ff0000]XX[/COLOR][COLOR=#000000] >/sys/class/graphics/fb0/scale">>/sdcard/test[/COLOR]
              [COLOR=#000000]cp /sdcard/test /system/etc/init.d/95screen_zoom [/COLOR]
              [COLOR=#000000]chmod 755 /system/etc/init.d/95screen_zoom[/COLOR]
              [COLOR=#000000]mount -o remount,ro /system[/COLOR]
              [COLOR=#000000]exit[/COLOR]
              And vuala, the screen must be adjusted in each reboot automatically.

              leolas
              thats what i need - perfect ->> good job

              Comment


                Originally posted by Decapper View Post
                Works with wassers kitkit... I'll try without splitter next time..
                on my system i also HAVE sound oO in every way
                so maybe the problem is realy the splitter

                Comment


                  Originally posted by leolas View Post
                  Please don't laugh at me a lot, Is my little daughter net-book usb audio device,
                  I didnt remember I had them.

                  I hope it helps to you.

                  leolas
                  This is just awesome that you tried it out for me, thank you so much. I am so happy with this that I donated a couple a beers for your hard work, I hope it shows on paypal soon!

                  Comment


                    I reloaded the rom again after once again install V10 rom..

                    Still no sound... Direct into av receiver onkyo still no sound.. direct into tv... still no sound..

                    No sound not even clicks selecting all settings..

                    Never had this with any other rom.. tried a lot

                    Also I get metadata format error in yellow writting at start.. Also sdcard maybe or was it external sdcard error
                    Without memories we have nothing.

                    Comment


                      Originally posted by Decapper View Post
                      I reloaded the rom again after once again install V10 rom..

                      Still no sound... Direct into av receiver onkyo still no sound.. direct into tv... still no sound..

                      No sound not even clicks selecting all settings..

                      Never had this with any other rom.. tried a lot

                      Also I get metadata format error in yellow writting at start.. Also sdcard maybe or was it external sdcard error
                      Try launching the rom without the neo a2 plugged in and see if it makes any difference. Use the stock remote to test.
                      To Infinity and Beyond.... XBMC

                      Comment


                        Originally posted by dermuggi View Post
                        thats what i need - perfect ->> good job
                        Good!

                        Originally posted by DeliriumNL View Post
                        This is just awesome that you tried it out for me, thank you so much. I am so happy with this that I donated a couple a beers for your hard work, I hope it shows on paypal soon!
                        Thanks a lot man
                        REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
                        My devices:
                        Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
                        MK902 & MK902II(Sponsored by RKM)
                        Beelink M8B & Beelink R89 (Sponsored by Beelink)
                        Tronsmart VEGA S89H (Sponsored by
                        Gearbest.com)
                        MELE-PCG03 (Sponsored by Gearbest.com) Discount Coupon:MPCG03
                        Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
                        Thanks to them I can try to support your devices http://freaktab.com/core/images/smilies/wink.png

                        Comment


                          Originally posted by dermuggi View Post
                          first of all:
                          fantastic rom ^^.smooth and very stabel,at least for me hahaha.
                          but i found 1 bug.
                          i dont know if someone else have this bug so is ask:

                          i use the minix metrolauncher because its better in my opinion but something is strange
                          --> when i press on the "xbmc" button this happens:

                          1. 1 sec flickering,then nothing happens
                          2. i press another time on the button,this time a popup is opening where i can choose the app to be added.i want to choose "xbmc" so i want to press on the button "choose" or what its called ^^ , i dont know the exact name of the button,its the button in the right corner of the upcoming popup.
                          when i press on the button -> nothing happens and the popup is closing oO
                          so i have to start "xbmc" oldschool-style ^^ from within "all apps"

                          am i the only one who has this bug?

                          thx and sry for my english :P
                          The first time i did it didn't work,so i tried again and it worked.
                          This is how i do it:
                          1) click on big XBMC button so new window appears
                          2) On this window, click on + button
                          3) Select xbmc and new popup comes up asking to confirm, accept it
                          4) you will see the xbmc added, now just run it.
                          That works for me. Please try it and get back to me if you have different behavior than me.
                          Thanks
                          There are 10 types of people in the world: Those who understand binary, and those who don't...

                          If you want to buy me a beer, please use this -> https://www.paypalobjects.com/en_US/..._donate_SM.gif

                          Comment


                            Originally posted by daemonium View Post
                            The first time i did it didn't work,so i tried again and it worked.
                            This is how i do it:
                            1) click on big XBMC button so new window appears
                            2) On this window, click on + button
                            3) Select xbmc and new popup comes up asking to confirm, accept it
                            4) you will see the xbmc added, now just run it.
                            That works for me. Please try it and get back to me if you have different behavior than me.
                            Thanks
                            right now iam at work so i will try it when iam at home
                            as far as i can see uve done the same steps i did oO
                            but on my site when i hit the "+" button,the popup closes and nothing happens oO
                            but i will try it again when iam at home .
                            thx for your help
                            Last edited by dermuggi; 16 May 2014, 12:08.

                            Comment


                              WoW i'm Loving this Rom
                              only one issue remains
                              F10 Mele Pro

                              i want it to stay on sound output device "RK29_RT5616"

                              but after every reboot it selects Mediotek USB Headset

                              i have to manually select RK29_RT5616

                              any of you guys got a fix for this?

                              thanks
                              dashdot

                              Comment


                                Originally posted by dashdot View Post
                                WoW i'm Loving this Rom
                                only one issue remains
                                F10 Mele Pro

                                i want it to stay on sound output device "RK29_RT5616"

                                but after every reboot it selects Mediotek USB Headset

                                i have to manually select RK29_RT5616

                                any of you guys got a fix for this?

                                thanks
                                dashdot
                                Maybe ask Wasser how he fixed this in his rom? I saw that this was fixed for the A2 airmouse in his kitkat rom.

                                Comment

                                Working...
                                X