View Single Post
Posts: 227 | Thanked: 53 times | Joined on Feb 2008 @ Lyon, France
#6
Originally Posted by BrentDC View Post
I think "mv /usr/share/sounds/ui-shutdown.wav.off /usr/share/sounds/ui-shutdown.wav" would turn it back on.
Code:
$ gconftool -g /system/systemui/splash/shutdown_soundfilename
/usr/share/sounds/ui-shutdown.wav
So,
Code:
$ gconftool -s /system/systemui/splash/shutdown_soundfilename --type=string ''
switches it off, and
Code:
$ gconftool -s /system/systemui/splash/shutdown_soundfilename --type=string /usr/share/sounds/ui-shutdown.wav
re-enables it.