Posts by Sharkiss

    For M8 S802 / 8.2.RC4

    CPU temperature should be read from cat /sys/class/thermal/thermal_zone1/temp in the /bin/cputemp

    or users who wants to show temp now add in

    /storage/.kodi/userdata/advancedsettings.xml

    Code
    <advancedsettings>
    <cputempcommand>echo "$(cat /sys/class/thermal/thermal_zone1/temp) C"</cputempcommand>
    </advancedsettings>