Temporary workaround for problems with suspend.
Execute these commands as SU:
echo "#!/system/bin/sh" > /etc/init.d/33PM_test echo 'echo "freezer" > /sys/power/pm_test' >> /etc/init.d/33PM_test chmod 755 /etc/init.d/33PM_test
For me triggering suspend in this "freezer PM test mode" disables display and lower power consumption below 3W from 3-6W when idle. I haven't got equipment to measure with more precision.
Comment