maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N800 (https://talk.maemo.org/forumdisplay.php?f=25)
-   -   how do iturn off nokia startup tune? (https://talk.maemo.org/showthread.php?t=25866)

MicroChip123 2008-12-28 22:45

how do iturn off nokia startup tune?
 
i reflashed my n800 a few days ago and the startup tune is anoying me.
i turned it off some how before but i cant remember how i did it.

hope you can help.

Saturn 2008-12-29 00:02

Re: how do iturn off nokia startup tune?
 
you can find all system sounds in
Code:

cd /usr/share/sounds/
if i'm not wrong it should be enough (needs root)
Code:

mv /usr/share/sounds/ui-shutdown.wav /usr/share/sounds/ui-shutdown.wav.off
HIH

tehforum 2008-12-29 00:08

Re: how do iturn off nokia startup tune?
 
If I change off to on, would it make the start tune come back again? Or does that require another command?

BrentDC 2008-12-29 00:30

Re: how do iturn off nokia startup tune?
 
I think "mv /usr/share/sounds/ui-shutdown.wav.off /usr/share/sounds/ui-shutdown.wav" would turn it back on.

Basically, by appending .off (or anything else) to it's filename, the system can't find the wav so it can't play it.

At least that is my understanding...

eliagp 2008-12-29 00:35

Re: how do iturn off nokia startup tune?
 
Does anyone else hear the linus torvalds message? I used to have my tablet in spanish, but now i switched back to English and it sounds on my startup. Its kinda funny, but I would like to have the option to shut it off sometimes.

vinc17 2008-12-29 00:55

Re: how do iturn off nokia startup tune?
 
Quote:

Originally Posted by BrentDC (Post 253075)
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.

vinc17 2008-12-29 01:16

Re: how do iturn off nokia startup tune?
 
That was for the shutdown sound. Concerning the startup tune, the filename /usr/share/sounds/ui-wake_up_tune.wav seems to be hardcoded in /usr/bin/osso_startup_greeting.launch, which is a binary executable (not a script). So, the only way would be to rename the sound file.

Edit: Also, another way to turn off the startup tune is to turn off the sound completely.

Lord Raiden 2008-12-29 01:34

Re: how do iturn off nokia startup tune?
 
hehe. Sweet. Now I can put some kick butt other sound in there for startup. :D

Thesandlord 2008-12-29 01:56

Re: how do iturn off nokia startup tune?
 
Noob Method:

Go to control panel, then go to sounds, then turn off system sounds...

lol

MicroChip123 2008-12-29 08:25

Re: how do iturn off nokia startup tune?
 
thanks for that but no one actualy posted the stop startup console command
so here it is.
you must be root.

to turn off
Code:

mv /usr/share/sounds/ui-wake_up_tune.wav /usr/share/sounds/ui-wake_up_tune.wav.off


to turn on
Code:

mv /usr/share/sounds/ui-wake_up_tune.wav.off /usr/share/sounds/ui-wake_up_tune.wav


All times are GMT. The time now is 17:13.

vBulletin® Version 3.8.8