![]() |
2010-10-21
, 13:40
|
|
Posts: 623 |
Thanked: 289 times |
Joined on Jan 2010
@ UK
|
#32
|
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 case `cat /sys/class/backlight/acx565akm/brightness` in 2) echo 50 > /sys/class/backlight/acx565akm/brightness;; 5) echo 80 > /sys/class/backlight/acx565akm/brightness;; 7) echo 160 > /sys/class/backlight/acx565akm/brightness;; 10) echo 205 > /sys/class/backlight/acx565akm/brightness;; 12) echo 255 > /sys/class/backlight/acx565akm/brightness;; *) cat /home/user/bright_setting >/sys/class/backlight/acx565akm/brightness done
The Following User Says Thank You to JonWW For This Useful Post: | ||
![]() |
2010-10-21
, 13:52
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#33
|
![]() |
2010-10-21
, 14:06
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#35
|
![]() |
2010-10-21
, 14:09
|
|
Posts: 623 |
Thanked: 289 times |
Joined on Jan 2010
@ UK
|
#36
|
![]() |
2010-10-21
, 14:16
|
|
Posts: 623 |
Thanked: 289 times |
Joined on Jan 2010
@ UK
|
#37
|
dbus-monitor --profile --system
![]() |
2010-10-21
, 14:19
|
|
Posts: 623 |
Thanked: 289 times |
Joined on Jan 2010
@ UK
|
#38
|
It's a dbus call, therefore I believe you need run-standalone.sh in front of the line where you run the script?
![]() |
2010-10-21
, 14:43
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#39
|
![]() |
2010-10-21
, 14:44
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#40
|
If you have Windows try downloading PuTTY, it will make life alot easier, it's a terminal window into you phone from your PC. In that typeto monitor system events.Code:dbus-monitor --profile --system
You will need OpenSSH installed on your phone to connect from your PC.
again - the 5 low steps are due to disabled ALS else it would be the normal 5 steps that you all use.