![]() |
2010-08-27
, 17:44
|
Posts: 1,522 |
Thanked: 392 times |
Joined on Jul 2010
@ São Paulo, Brazil
|
#11
|
![]() |
2010-08-27
, 18:25
|
|
Posts: 534 |
Thanked: 723 times |
Joined on Oct 2009
|
#12
|
![]() |
2010-09-03
, 15:48
|
Posts: 562 |
Thanked: 1,732 times |
Joined on Jan 2010
@ NYC
|
#13
|
[Desktop Entry] Encoding=UTF-8 Type=Application Terminal=true Name=LowBrite Exec=/usr/bin/lowBrite2.sh Icon= X-Window-Icon= X-Osso-type=application/x-excutable
#!/bin/sh sudo gainroot sh -c 'echo 1 > /sys/class/backlight/acx565akm/brightness'
![]() |
2010-09-03
, 23:38
|
Posts: 2,006 |
Thanked: 3,351 times |
Joined on Jun 2010
@ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
|
#14
|
The Following User Says Thank You to Wikiwide For This Useful Post: | ||
![]() |
2010-09-03
, 23:51
|
Posts: 41 |
Thanked: 15 times |
Joined on Jan 2010
@ Finland, Aaland Islands
|
#15
|
Exec=/usr/bin/osso-xterm "/usr/bin/lowBrite2.sh"
The Following User Says Thank You to snookh For This Useful Post: | ||
![]() |
2010-09-05
, 18:53
|
Posts: 562 |
Thanked: 1,732 times |
Joined on Jan 2010
@ NYC
|
#16
|
![]() |
2010-09-05
, 22:22
|
Posts: 2,006 |
Thanked: 3,351 times |
Joined on Jun 2010
@ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
|
#17
|
The Following User Says Thank You to Wikiwide For This Useful Post: | ||
![]() |
2010-09-06
, 22:51
|
Posts: 1,522 |
Thanked: 392 times |
Joined on Jul 2010
@ São Paulo, Brazil
|
#18
|
![]() |
2010-09-07
, 03:38
|
Posts: 562 |
Thanked: 1,732 times |
Joined on Jan 2010
@ NYC
|
#19
|
[Desktop Entry] Encoding=UTF-8 Version=0.1 Type=Application Name=LowBrite Exec=sudo sh -c 'echo 1 > /sys/class/backlight/acx565akm/brightness' Icon=
The Following User Says Thank You to xman For This Useful Post: | ||
![]() |
2010-09-07
, 04:52
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#20
|
sudo gainroot sh -c 'echo 1 > /sys/class/backlight/acx565akm/brightness'
doesn't work for me in X Terminal.
sudo gainroot
echo 1 > /sys/class/backlight/acx565akm/brightness
does work in X Terminal.
echo 1 > /sys/class/backlight/acx565akm/brightness | sudo gainroot
The Following User Says Thank You to ossipena For This Useful Post: | ||