Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

[Script] Auto frame rate for X96max ATV (and other clones)

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #31
    But, what hapend?

    Comment


      #32
      Well, I don't know if it's expected but it looks something changed about Magisk/busybox, I thought I had broken something on my side by playing too much the sorcerer's apprentice, and I posted update just in case it happened to somebody else
      A bit odd, but it looks now mksh/toybox has priority on boot time over ash/busybox, which caused much syntax errors especially on expressions, therefore I eliminated everything not compliant to both shells (e.g. $(( )) and [[ ]]), hence "compatibility fixes".

      Comment


        #33
        Work the first time, but after not change the refresh.
        Last edited by ordax121; 16 March 2019, 21:57.

        Comment


          #34
          Resolution change is not expected nor intended. Startup one is caught and only refresh rate is automatically adjusted.

          Comment


            #35
            The resolution no, i am sorry. The frame

            Comment


              #36
              Log or didn't happen, preferably:
              Code:
              sh -x 50afr -d
              Don't forget to first kill autostart instance if any:
              Code:
              killall uevent

              Comment


                #37
                Originally posted by ordax121 View Post
                Work the first time, but after not change the refresh.
                Well I do not know. For me a new version works as before. All OK.

                Comment


                  #38

                  I use the amlogic box tool method because I do not have the device.d folder. Maybe that's the problem

                  Comment


                    #39
                    Originally posted by ordax121 View Post
                    I use the amlogic box tool method because I do not have the device.d folder. Maybe that's the problem
                    Are you using an old ROM with pre-18 Magisk? In such case path to folder is /sbin/.core/img/.core/service.d (remains as symlink in Magisk>=18)

                    Comment


                      #40

                      I have uninstalled the magisk busybox module and I have put one of aptoide tv and it works correctly

                      Comment


                        #41
                        Originally posted by zoelechat View Post

                        Are you using an old ROM with pre-18 Magisk? In such case path to folder is /sbin/.core/img/.core/service.d (remains as symlink in Magisk>=18)
                        I'm using magisk 18 and the rom tvmod from xannitech

                        Comment


                          #42
                          Originally posted by ordax121 View Post
                          I'm using magisk 18 and the rom tvmod from xannitech
                          Then /data/adb/service.d is mandatorily there, beware it's in ROOT of device, not in user storage
                          Doesn't matter anyway if you found a workaround.

                          Comment


                            #43
                            Originally posted by zoelechat View Post

                            Then /data/adb/service.d is mandatorily there, beware it's in ROOT of device, not in user storage
                            Doesn't matter anyway if you found a workaround.
                            Thank you very much for your help and congratulations for your work. It's fantastic

                            Comment


                              #44
                              Originally posted by ordax121 View Post
                              I use the amlogic box tool method because I do not have the device.d folder. Maybe that's the problem
                              In order for the folder to appear, you must enable init.d support in amlogic box tool. If it is on, try to off/on.

                              Comment


                                #45
                                Originally posted by A.S._id View Post

                                In order for the folder to appear, you must enable init.d support in amlogic box tool. If it is on, try to off/on.
                                service.d is built-in Magisk equivalent of init.d, I've never used Amlogic box tool (does init.d feature of that tool breaks Magisk service.d??)

                                Comment

                                Working...
                                X