Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Minix Neo X7 Quickshot v2 Rom by The Nitro Team

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

    Originally posted by Phycopat View Post
    It dosent say "ROCKCHIP- HDMI PASSTHOUGHT" in sound manager, but "RK_RT5616 PASSTHROUGH"
    Just noticed that i was using "normal" output (RK29_RT5616) and still getting DD and DTS out.. (MXplayer)

    Edit: still missing the HDMI setting in XBMC..
    Can i get a copy of your libmedia ?
    If i'm not wrong, he is using the patch i made with libmedia from 009 ,
    Use it with quickflasher and reboot.
    https://mega.co.nz/#!LJ0SCaZL
    !Cx_pYoFnir1FCD9wzqkp3PX23a2FAaQs4iyK1YD_b6E
    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
      If i'm not wrong, he is using the patch i made with libmedia from 009 ,
      Use it with quickflasher and reboot.
      https://mega.co.nz/#!LJ0SCaZL
      !Cx_pYoFnir1FCD9wzqkp3PX23a2FAaQs4iyK1YD_b6E

      still no option with hdmi..

      Comment


        Re: Minix Neo X7 Quickshot v2 Rom by The Nitro Team

        Originally posted by Phycopat View Post
        still no option with hdmi..
        yes, because afaik there's still no fix for hdmi, this is a fix for spdif
        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


          Hmm, this mounting stuff is getting weird

          I can mount easily just writing the mount line in terminal, but at boottime my script is not executed.

          - I tried putting it both before and after the 98superSUdaemon script
          - It's written in notepad++, tried to edit and save with root explorer
          - it's 777 (though i can't imagine that it has to be writable just to be read at boot?)
          - I tried a few settings in SU (allowing all actions for system user and enabling SU during boot
          - I put the script from PC on external_sd and copy it to init.d folder using eStrong

          If i manually create my 'roms' folder in /sdcard/, i can get by with just these two commands in terminal
          Code:
          su
          busybox mount -t cifs //192.168.1.110/roms /sdcard/Roms -o user=XXXXXXXX,pass=XXXXXXXX
          But it's like my script just doesn't get executed at all fron the init.d folder no matter which desperate ideas i come up with.
          -= HELLO KITKAT =-

          Comment


            Originally posted by flemming View Post
            Hmm, this mounting stuff is getting weird

            I can mount easily just writing the mount line in terminal, but at boottime my script is not executed.

            - I tried putting it both before and after the 98superSUdaemon script
            - It's written in notepad++, tried to edit and save with root explorer
            - it's 777 (though i can't imagine that it has to be writable just to be read at boot?)
            - I tried a few settings in SU (allowing all actions for system user and enabling SU during boot
            - I put the script from PC on external_sd and copy it to init.d folder using eStrong

            If i manually create my 'roms' folder in /sdcard/, i can get by with just these two commands in terminal
            Code:
            su
            busybox mount -t cifs //192.168.1.110/roms /sdcard/Roms -o user=XXXXXXXX,pass=XXXXXXXX
            But it's like my script just doesn't get executed at all fron the init.d folder no matter which desperate ideas i come up with.
            PM

            Comment


              Have you tried http://play.google.com/store/apps/details?id=com.androguide.universal.init.d

              Btw, I found NFS to have a better read performance than CIFS.

              Comment


                Originally posted by SoulStyle View Post
                Have you tried http://play.google.com/store/apps/details?id=com.androguide.universal.init.d

                Btw, I found NFS to have a better read performance than CIFS.

                I know NFS is better, but i have problems with my NFS (Synology) havent been using it before, and just tryed 5 mins the other day and that didnt work, so i'm staying on CIFS easy and smooth here.

                Can play 1080p without problems, so i'm happy..

                Comment


                  Originally posted by SoulStyle View Post
                  Have you tried http://play.google.com/store/apps/details?id=com.androguide.universal.init.d

                  Btw, I found NFS to have a better read performance than CIFS.
                  Everything has better read performance than cifs. For some reason smb is just abysmal on android.

                  I ran some tests on it yesterday http://www.freaktab.com/showthread.p...l=1#post141481
                  To Infinity and Beyond.... XBMC

                  Comment


                    Re: Minix Neo X7 Quickshot v2 Rom by The Nitro Team

                    Originally posted by flemming View Post
                    Hmm, this mounting stuff is getting weird

                    I can mount easily just writing the mount line in terminal, but at boottime my script is not executed.

                    - I tried putting it both before and after the 98superSUdaemon script
                    - It's written in notepad++, tried to edit and save with root explorer
                    - it's 777 (though i can't imagine that it has to be writable just to be read at boot?)
                    - I tried a few settings in SU (allowing all actions for system user and enabling SU during boot
                    - I put the script from PC on external_sd and copy it to init.d folder using eStrong

                    If i manually create my 'roms' folder in /sdcard/, i can get by with just these two commands in terminal
                    Code:
                    su
                    busybox mount -t cifs //192.168.1.110/roms /sdcard/Roms -o user=XXXXXXXX,pass=XXXXXXXX
                    But it's like my script just doesn't get executed at all fron the init.d folder no matter which desperate ideas i come up with.
                    #!/system/bin/sh
                    busybox mount -o nolock,ro. -t cifs 192.168.1.110:/roms /mnt/sdcard/roms

                    Thats the correct command.

                    Verstuurd vanaf mijn HTC One met Tapatalk

                    Comment


                      Originally posted by benster1 View Post
                      #!/system/bin/sh
                      busybox mount -o nolock,ro. -t cifs 192.168.1.110:/roms /mnt/sdcard/roms

                      Thats the correct command.

                      Verstuurd vanaf mijn HTC One met Tapatalk
                      The one i use works just fine in terminal :S is there a difference in commands during boot and in side a terminal started from 'desktop'?

                      Well, i am leaving for holiday. Will be away for a week, but i will keep going with this when i get home Maybe start with a reflash (there may even be a new ROM version to try).

                      Thanks for your help guys!
                      -= HELLO KITKAT =-

                      Comment


                        missing ability to set ethernet static ip

                        First I have to say that I love this rom! It is working great on my X7 Mini! Though when I go to set the ethernet IP to be static, there is no way to save the settings. Is there a way to do this via ADB? I've looked but just can't find what I'm looking for.

                        Comment


                          Originally posted by grimace View Post
                          First I have to say that I love this rom! It is working great on my X7 Mini! Though when I go to set the ethernet IP to be static, there is no way to save the settings. Is there a way to do this via ADB? I've looked but just can't find what I'm looking for.
                          This rom is not for x7 mini, is just for x7. Have you flashed this one?
                          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


                            ethernet configuration

                            Originally posted by daemonium View Post
                            This rom is not for x7 mini, is just for x7. Have you flashed this one?
                            I have flashed this on my X7 Mini. Will this be a problem for me? It seems to work fine with the exception of not being able to save ethernet configuration.

                            Comment


                              Re: Minix Neo X7 Quickshot v2 Rom by The Nitro Team

                              Originally posted by grimace View Post
                              I have flashed this on my X7 Mini. Will this be a problem for me? It seems to work fine with the exception of not being able to save ethernet configuration.
                              we have a x7 mini version of this rom, it's better to try that one.
                              here http://www.FreakTab.com/showthread.php?t=9965
                              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


                                ethernet configuration

                                Originally posted by daemonium View Post
                                we have a x7 mini version of this rom, it's better to try that one.
                                here http://www.FreakTab.com/showthread.php?t=9965
                                I just looked again. I'm actually using

                                'TheNitroTeam-quickshot-4.2-v2.0-mini'

                                In which case, would there be something I'm missing for the static ethernet configuration?

                                Thx.

                                Comment

                                Working...
                                X