Advertisement
Guest User

Untitled

a guest
Nov 24th, 2011
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. #!/bin/sh
  2. echo 255 > /sys/devices/omapdss/display0/backlight/display0/brightness
  3. /usr/bin/gconftool-2 --type=int --set /system/osso/dsm/display/inhibit_blank_mode 3
  4. /usr/bin/gconftool-2 --type=int --set /schemas/system/osso/dsm/display/inhibit_blank_mode 3
  5. /usr/bin/gconftool-2 --type=int --set /system/osso/dsm/display/display_blank_timeout 600000000
  6. /usr/bin/gconftool-2 --type=int --set /schemas/system/osso/dsm/display/display_blank_timeout 600000000
  7. /usr/bin/gconftool-2 --type=int --set /system/osso/dsm/display/display_dim_timeout 600000000
  8. /usr/bin/gconftool-2 --type=int --set /schemas/system/osso/dsm/display/display_dim_timeout 600000000
  9. /usr/bin/gconftool-2 --type=bool --set /system/osso/dsm/locks/touchscreen_keypad_autolock_enabled false
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement