Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

[ROM] QUICKSHOT V3.1 by The Nitro Team for Minix Neo X7

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

    #91
    Am I right in thinking this ROM will also work on my new Ugoos UT2 32GB?

    Thanks

    Sent from my SM-G900F using Tapatalk

    Comment


      #92
      Originally posted by sedmonds View Post
      Hi,

      I've been using the Quickshot ROMs since version 2 and have been very happy except for a couple of issues:

      1. XBMC supplied seems to have artifacting every few seconds when playing a 1080p HD movie, not too concerned with this yet as I hope there will be a new version released soon.
      2. The init.d scripts just don't seem to work, I've modified 97nfs in /system/etc/init.d and made it executable (chmod +x 97nfs), however, it just will not run, yet if I copy the contents of this script into the SUdaemon script it runs fine! Anyone else had this issue or is it just me?
      3. A third issue I just remembered- Android is still not respecting the sound settings- it appears now that the output device appears to be remember now but the sound input is still setting to the air mouse- is this expected?

      Thanks.
      Quick update, still having issues with XBMC, but from what I've been reading it appears the latest version of Gotham is still somewhat buggy.
      Fixed the init.d issue- turns out I had to put in a couple of while loops in there as the networking and NFS wasn't ready when the script runs, so it fails to mount the NFS directory.

      If anyone needs the same, the loops look a little like this, at the top:

      # Make sure networking is up before mounting
      Code:
      NETWORKDOWN="true"
      while [ $NETWORKDOWN = "true" ]
      do
        ifconfig eth0 | grep '192.168.1.26' | grep up
        if [ "$?" -eq 0 ]
        then
          NETWORKDOWN="false"
        fi
        sleep 1
      done
      And I would enter any NFS mounts inside here:

      Code:
      MOUNTED="false"
      while [ $MOUNTED = "false" ]
      do
        busybox mount -o rw,nosuid,nodev,nolock,rsize=32768,wsize=32768,intr,noatime 192.168.1.251:/mnt/ZFSVOL/downloads/complete           /mnt/nfs
        if [ "$?" -eq 0 ]
        then
          MOUNTED="true"
        fi
      done
      Hope that might help someone- still have issues with my A2 remote sound input defaulting after reboot, though output seems to stick- happy to work on this myself if I could get a pointer as to which file(s) I might need to look at.

      Thanks.

      Comment


        #93
        Originally posted by sedmonds View Post
        still have issues with my A2 remote sound input defaulting after reboot, though output seems to stick- happy to work on this myself if I could get a pointer as to which file(s) I might need to look at.

        Thanks.
        As a work-around... try the suggestion that was just given a couple of posts up...

        Comment


          #94
          Originally posted by kokoui View Post
          download the soundabout app and test with that
          Installed program soundabout
          Sound back
          What is the program idea

          Comment


            #95
            Originally posted by emtt_medo View Post
            Installed program soundabout
            Sound back
            What is the program idea
            The description is on the Google Play page... read it... then think... you have a brain, use it

            Comment


              #96
              Originally posted by rdsok View Post
              The description is on the Google Play page... read it... then think... you have a brain, use it
              Thank you

              Comment


                #97
                GREAT work on this. It works wonderfully! Thank you!!

                PLEASE let this be available for the X8 when it comes out
                Last edited by zektor; 05-28-2014, 06:30.

                Comment


                  #98
                  Originally posted by SUNUN View Post
                  Pls recomend me good hdmi cable short with buy lynk plss

                  this one is great oO

                  --->> http://www.amazon.de/AmazonBasics-Hochgeschwindigkeits-HDMI-Kabel-mit-Ethernet-Meter/dp/B003L1ZYYM/ref=sr_1_1?ie=UTF8&qid=1401255236&sr=8-1&keywords=hdmi

                  the best ull get for ur money ^^


                  cheap,very good quality,fast - what u want more ? ^^

                  about 3500 users cant be wrong

                  Comment


                    #99
                    Originally posted by rdsok View Post
                    The description is on the Google Play page... read it... then think... you have a brain, use it

                    Comment


                      to the guys having the a2 remote sound pre-selected at boot. are you sure you are on Quickshot v3.1? it was a v3 issue fixed on v3.1
                      if so, can you describe the steps to reproduce the issue? 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 kRel View Post
                        ...
                        In the instructions to go back to v.2, where it is written "you need to hold down power button until the end of the process", is meant only phase: "eraseidb", or button must be pressed during the entire flashing ROM process ??
                        ...
                        please, can someone explain this step better? Thanks

                        Comment


                          Originally posted by SUNUN View Post
                          but there is no shipping to Armenia
                          maybe amazon.com got the same ?
                          if not,tell me , i will look for anther one ok? ^^

                          and this one?

                          -->> http://www.amazon.co.uk/AmazonBasics...&keywords=hdmi
                          Last edited by dermuggi; 05-28-2014, 08:43.

                          Comment


                            Re: [ROM] QUICKSHOT V3.1 by The Nitro Team TNT

                            Originally posted by Bazmamfoo View Post
                            Am I right in thinking this ROM will also work on my new Ugoos UT2 32GB?

                            Thanks

                            Sent from my SM-G900F using Tapatalk
                            Anyone know? Any help is appreciated.

                            Sent from my SM-G900F using Tapatalk

                            Comment


                              Originally posted by dermuggi View Post
                              maybe amazon.com got the same ?
                              if not,tell me , i will look for anther one ok? ^^
                              yes i find this in amazon.com but shipping to Armenia is missing

                              Comment

                              Working...
                              X