Thread
:
Custom Brightness for N900 - no ALS
View Single Post
dr_frost_dk
2010-10-21 , 12:12
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???
Quote & Reply
|
dr_frost_dk
View Public Profile
Send a private message to dr_frost_dk
Visit dr_frost_dk's homepage!
Find all posts by dr_frost_dk