#!/system/bin/sh
Chmod 666 /sys/class/display/mode
Chmod 666 /dev/amvideo 666 system/system
Chmod 666 /dev/amstream_mpts 666 system/system
Chmod 666 /sys/class/video/axis 666 media/system
Chmod 666 /sys/class/video/screen_mode 666 media/system
Chmod 666 /sys/class/video/disable_video 666 media/system
Chmod 666 /sys/class/tsync/pts_pcrscr 666 media/system
Chmod 666 /sys/class/audiodsp/digital_raw 666 system/system
Chmod 666 /sys/class/ppmgr/ppmgr_3d_mode 666 root/root
This will then run on every boot.
I was having problems with laggy 1080p on mxiii on kodi 15.2 from the playstore. This solved all problems.
Note: this was on 115k4 for MXIII (s802). But should work on all amlogic devices.
Comment