View Single Post
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#2
Code:
gconftool-2 -s /system/osso/dsm/display/display_brightness -t int 5
Change 5 to the brightness level you want.

Code:
#!/bin/sh

gconftool-2 -s /system/osso/dsm/display/display_brightness -t int $1
Shove that into some script (/usr/bin/set_brightness) and use set_brightness 1/2/3/4/5 (chmod +x /usr/bin/set_brightness first)
 

The Following 8 Users Say Thank You to MohammadAG For This Useful Post: