View Single Post
JonWW's Avatar
Posts: 623 | Thanked: 289 times | Joined on Jan 2010 @ UK
#27
Run an boot setup should go here
/etc/event.d/frost_custom_settings:
Code:
start on started hildon-desktop
stop on starting shutdown
exec /etc/init.d/frost_custom_settings
Appartently scripts to then be run should go in /etc/init.d so
/etc/init.d/frost_custom_settings:
Code:
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',member='display_status_in' | while grep -q "display_status_ind"
do
  cat /home/user/bright_setting >/sys/class/backlight/acx565akm/brightness
done
 

The Following User Says Thank You to JonWW For This Useful Post: