![]() |
2011-04-29
, 21:24
|
Posts: 617 |
Thanked: 338 times |
Joined on Mar 2011
|
#1
|
The Following 2 Users Say Thank You to Dragoss91 For This Useful Post: | ||
![]() |
2011-04-30
, 11:24
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#3
|
![]() |
2011-04-30
, 11:48
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#4
|
The Following User Says Thank You to dr_frost_dk For This Useful Post: | ||
![]() |
2011-04-30
, 15:46
|
|
Posts: 160 |
Thanked: 33 times |
Joined on May 2010
|
#5
|
![]() |
2011-04-30
, 15:58
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#6
|
The Following User Says Thank You to dr_frost_dk For This Useful Post: | ||
![]() |
2011-04-30
, 16:03
|
|
Posts: 160 |
Thanked: 33 times |
Joined on May 2010
|
#7
|
look to my custom brightness, the init scripts might help you here, it will tell the os to turn the light to a specific level everytime the keypad light comes on
![]() |
2011-04-30
, 16:17
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#8
|
start on started hildon-desktop exec /etc/init.d/custom_brightness_init.d
#! /bin/sh cat /home/user/custom_brightness_settings >/sys/class/backlight/acx565akm/brightness dbus-monitor --system type='signal',interface='com.nokia.mce.signal',member='display_status_ind' | while grep -q '"on"' do tide=0 while [ $tide -lt 5 ] do tide=$(expr $tide + 1) done cat /home/user/custom_brightness_settings >/sys/class/backlight/acx565akm/brightness done
The Following User Says Thank You to dr_frost_dk For This Useful Post: | ||
![]() |
2011-04-30
, 19:18
|
|
Posts: 160 |
Thanked: 33 times |
Joined on May 2010
|
#9
|
#! /bin/sh dbus-monitor --system type='signal',interface='com.nokia.mce.signal',member='display_status_ind' | while grep -q '"on"' do echo "5000" >> /sys/class/leds/lp5523:kb1/led_current echo "5000" >> /sys/class/leds/lp5523:kb2/led_current echo "5000" >> /sys/class/leds/lp5523:kb3/led_current echo "5000" >> /sys/class/leds/lp5523:kb4/led_current echo "5000" >> /sys/class/leds/lp5523:kb5/led_current echo "5000" >> /sys/class/leds/lp5523:kb6/led_current done
![]() |
2011-04-30
, 22:33
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#10
|
lshal -m
lshal -m
dbus-monitor --system