View Single Post
dr_frost_dk's Avatar
Posts: 1,503 | Thanked: 2,688 times | Joined on Oct 2010 @ Denmark
#26
allmost got it working now just need help with one last thing:
It now starts the scrips on boot (started hildon-desktop) but it does not keep running, and brightness is back to normal after keyock or "fadeout"

my /etc/event.d/frost_custom_settings
--------------------------------------------------
start on started hildon-desktop
stop on starting shutdown

script
echo 4 >/sys/class/i2c-adapter/i2c-2/2-0063/region
cat /home/user/bright_setting >/sys/class/backlight/acx565akm/brightness
dbus-monitor --system type='signal',interface='com.nokia.mce.signal',mem ber='display_status_in' | while grep -q "display_status_ind"
do
cat /home/user/bright_setting >/sys/class/backlight/acx565akm/brightness
done
end script
-----------------------------------------

what am i doing wrong???