Archive talk:Android FAQ: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
 
m (Karellen moved page Talk:Android FAQ to Archive talk:Android FAQ without leaving a redirect: Outdated)
 
(No difference)

Latest revision as of 05:02, 28 July 2020

Amlogic troubleshooting notes

What is the output you get when you enter:

su -
chmod 666 /dev/am*
ls -l /dev/am*



Permissions XBMC attempts to set:
// certain aml devices have 664 permission, we need 666.
su -c chmod 666 /dev/amvideo
su -c chmod 666 /dev/amstream*
su -c chmod 666 /sys/class/video/axis
su -c chmod 666 /sys/class/video/screen_mode
su -c chmod 666 /sys/class/video/disable_video
su -c chmod 666 /sys/class/tsync/pts_pcrscr
su -c chmod 666 /sys/class/audiodsp/digital_raw
su -c chmod 666 /sys/class/ppmgr/ppmgr_3d_mode
su -c chmod 666 /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
su -c chmod 666 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
su -c chmod 666 /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

-- Ned Scott (talk) 19:19, 13 June 2014 (EDT)