The Following 3 Users Say Thank You to GeraldKo For This Useful Post: | ||
![]() |
2008-03-08
, 21:59
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#2
|
![]() |
2008-04-10
, 16:45
|
|
Posts: 213 |
Thanked: 27 times |
Joined on Oct 2007
@ Detroit, MI
|
#4
|
![]() |
2008-04-10
, 17:09
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#5
|
The Following User Says Thank You to Benson For This Useful Post: | ||
![]() |
2008-04-10
, 18:10
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#6
|
sudo gainroot mv /usr/share/sounds/ui-wake_up_tune.wav /home/user/MyDocs/.documents/ui-wake_up_tune-Orig.wav
So I replaced my wake-up tune with silence.
EDIT: SEE POST #6 BELOW, which accomplishes the same thing more simply. (I've left in what follows of this post so that the next 4 posts still make sense should someone read them.)
This is almost certainly an inelegant way of accomplishing it, since I'm not a Linux user, but I thought someone else might want to do it, too.
So here's what I did.
I used maemo-recorder to make a silent wav file by recording nothing very quickly (0.75 seconds).
I saved it at /media/mmc1 as silent.wav
Then I went into Xterm and moved the original start-up sound file:
sudo gainroot [you need becomeroot installed for this, I believe]
mv /usr/share/sounds/ui-wake_up_tune.wav /media/mmc1
Then I moved the original wave file (ui-wake_up_tune.wav) in File Manager (or you could trash it, but I'm a cautious type); and then renamed my silent.wav file to ui-wake_up_tune.wav
Then back in Xterm, at root, I entered:
mv /media/mmc1/ui-wake_up_tune.wav /usr/share/sounds
Along the way Xterm was telling me I lacked permissions, but it did everything anyway. I know that because I checked what was happening in emelFM2.
Everything works and my N800 now wakes up silently.
(I know that to a more capable NIT user, it must look awkward to use File Manager, Xterm, and emelFM2 just to accomplish this small task. Feel free to provide more straightforward directions.)
Last edited by GeraldKo; 2008-04-10 at 18:15.