We are trying to put the screen of a MKIII / M82 device to sleep (so that the connected screen goes into power saving mode)
We have tried several methods but none of them really work; Here are the most promising ones:
1) Disable HDMI
echo -n "VIC:0" > /sys/devices/virtual/amhdmitx/amhdmitx0/disp_mode
2) Android Power Manager
We put the device to sleep but keep a partial wake lock. This works as expected, but has the problem that android kills application that keep a wake lock for too long, and then the device completely falls into sleep
Any ideas or suggestion are appreciated
Comment