Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Let's collect information about finless, build.prop, etc "TWEAKS"

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

    Let's collect information about finless, build.prop, etc "TWEAKS"

    Hello! so i'm planning to upgrade my box to a newer ROM not supported by finless (last ROM was based on 111k4) and i was wondering how to do his most relevant tweaks like let's say TCP buffers? which is the only thing i think off, apart of getting rid of junk apps not needed. ALSO would be ideal to collect in one single thread all the needed tweaks required for build.prop and for better kodi playback that are spread.

    #2
    I start...

    - Auto-framerate switching for Amlogic:

    Needs 666 on /sys/class/display/mode

    - Fix for video freezing (sound is ok) when pause a video in XBMC/Kodi:

    Add these lines to /system/bin/set_display_mode.sh

    chmod 666 /dev/amvideo
    chmod 666 /dev/amstream*
    chmod 666 /sys/class/video/axis
    chmod 666 /sys/class/video/screen_mode
    chmod 666 /sys/class/video/disable_video
    chmod 666 /sys/class/tsync/pts_pcrscr
    chmod 666 /sys/class/audiodsp/digital_raw
    chmod 666 /sys/class/ppmgr/ppmgr_3d_mode
    chmod 666 /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
    chmod 666 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
    chmod 666 /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

    Comment


      #3
      I don't currently have a Finless ROM to inspect the build.prop however there seems to be a few goodies (including TCP buffer enhancements) here:-

      Comment


        #4
        - Enable Widevine DRM (fixes Google Play movies dark screen and probably others)

        Change the following in your /system/build.prop

        media.amplayer.widevineenable=false
        to
        media.amplayer.widevineenable=true

        - Activate the "Dobly and/or DTS Settings" or add if missing

        In /system/build.prop add or enable (change false to true)

        ro.platform.support.dts=true
        ro.platform.support.dolby=true

        Comment


          #5

          Originally posted by Veronica
          - Enable Widevine DRM (fixes Google Play movies dark screen and probably others)

          Change the following in your /system/build.prop

          media.amplayer.widevineenable=false
          to
          media.amplayer.widevineenable=true

          - Activate the "Dobly and/or DTS Settings" or add if missing

          In /system/build.prop add or enable (change false to true)

          ro.platform.support.dts=true
          ro.platform.support.dolby=true
          Good initiative - Just a heads up - doesn't work on Netflix :-)


          Sent from my iPad using Tapatalk

          Comment


            #6
            If it can help the few of you having ultraviolet films and were despairing watching them one day with those boxes, by reading the tweak about Widevine and the "fixes Google Play movies dark screen" notice, I thought it might help for the flixster app (not the flixster app for trailers but the one for ultraviolet movies) as well, because I had the same effect: sound without picture.

            I'm using a Tronsmart Vega S89-H with Finless 2.1 rom.

            I installed the app build.prop editor from playstore, search for "vine" in order to find the "media.amplayer.widevineenable" which indeed was set to false... change it to true and rebooted.

            And it's now FINALLY WORKING, SD as well as HD when available.

            THANKS A LOT !!!

            Comment

            Working...
            X