Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

S905X Android TV, Kind of.

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

    S905X Android TV, Kind of.

    I have tested this on the Nexbox A5 running Android 6.0.1

    It works but it is very buggy.

    If you don't know how to flash a ROM using Amlogic USB Burning Tool, I would avoid this as this can break the ROM.

    OK now that is out of the way, download this: https://mega.nz/#!JRNH0L6A!UsRtezRXh...hLoyMvISM9PCnw

    Once downloaded unzip it and place the files where they should go and give the correct permissions.

    You should be able to do that via 'Root Browser'.

    The leanback launcher does kill root. SO make sure you have everything setup before you add that. Also the playstore will die if you haven't added the leanback version.
    All the files in the zip you should do in one hit. That way you should be OK. But there is no guarantee. If it f***s up you can fix it my re-flashing the ROM.
    Last edited by pinguy; 05 September 2016, 02:51.

    #2
    To add to this, this is what I add to my build.prop

    Code:
    #Networking
    wifi.supplicant_scan_interval=180
    ro.ril.disable.power.collapse=1
    ro.ril.transmitpower=true
    ro.ril.hep=1
    net.ppp0.dns1=8.8.8.8
    net.ppp0.dns2=8.8.4.4
    net.rmnet0.dns1=8.8.8.8
    net.rmnet0.dns2=8.8.4.4
    net.dns1=8.8.8.8
    net.dns2=8.8.4.4
    net.tcp.buffersize.default=6144,87380,110208,6144,16384,110208
    net.tcp.buffersize.wifi=262144,524288,1048576,262144,524288,1048576
    media.stagefright.enable-player=true
    media.stagefright.enable-meta=true
    media.stagefright.enable-scan=true
    media.stagefright.enable-http=true
    media.stagefright.enable-rtsp=true
    media.stagefright.enable-record=true
    #Misc
    ro.media.enc.jpeg.quality=100
    ro.media.dec.hprof.vid.quality=100
    ro.media.dec.jpeg.memcap=20000000
    ro.media.enc.hprof.vid.bps=20000000
    ro.media.dec.aud.wma.enabled=1
    ro.media.dec.vid.wmv.enabled=1
    ro.media.cam.preview.fps=0
    ro.media.codec_priority_for_thumb=so
    ro.media.enc.hprof.vid.fps=65
    persist.sys.NV_FPSLIMIT=65
    persist.sys.use_dithering=2
    debug.overlayui.enable=1
    persist.sys.ui.hw=1
    video.accelerate.hw=1
    ro.fb.mode=1
    hw3d.force=1
    debug.sf.hw=1
    debug.enabletr=true
    debug.qctwa.preservebuf=1
    dev.pm.dyn_samplingrate=1
    persist.sys.composition.type=c2d
    debug.composition.type=gpu
    debug.composition.type=cpu
    debug.performance.tuning=1
    ro.sf.compbypass.enable=0
    persist.sys.purgeable_assets=1
    debug.egl.hw=1
    debug.egl.profiler=1
    ro.vold.umsdirtyratio=20
    windowsmgr.max_events_per_sec=90
    persist.sys.smoothscrollbar=true
    ro.max.fling_velocity=12000
    ro.min.fling_velocity=8000
    touch.presure.scale=0.001
    ro.config.hw_menu_unlockscreen=false
    debug.mdpcomp.maxlayer=3
    debug.gr.numframebuffers=3
    debug.gr.swapinterval=1
    persist.sampling_profiler=0
    dev.pm.gpu_samplingrate=1
    #Disable the ADB notification Icon
    persist.adb.notify=0
    #Disable Google OTA Update checkin
    ro.config.nocheckin=1
    #Disable Google Report service
    profiler.force_disable_err_rpt=1
    profiler.force_disable_ulog=1
    #Disable Logcat
    logcat.live=disable
    #HWUI TWEAKS
    ro.hwui.disable_scissor_opt=false
    ro.hwui.texture_cache_size=24
    ro.hwui.layer_cache_size=16
    ro.hwui.gradient_cache_size=0.5
    ro.hwui.patch_cache_size=128
    ro.hwui.path_cache_size=4
    ro.hwui.shape_cache_size=1
    ro.hwui.drop_shadow_cache_size=2
    ro.hwui.r_buffer_cache_size=2
    ro.hwui.texture_cache_flush_rate=0.6
    ro.hwui.text_small_cache_width=1024
    ro.hwui.text_small_cache_height=256
    ro.hwui.text_large_cache_width=2048
    ro.hwui.text_large_cache_height=512
    hwui.text_gamma_correction=lookup
    hwui.text_gamma=1.4
    hwui.text_gamma.black_threshold=64
    hwui.text_gamma.white_threshold=192
    hwui.use_gpu_pixel_buffers=true
    hwui.render_dirty_regions=false
    hwui.use.blacklist=true
    #Enable Quick Power-On mode
    ro.config.hw_quickpoweron=true
    And I got my leanback/FireTV apps from here: http://www.wetekforums.com/v/index.p...scussion/27564

    Comment

    Working...
    X