maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   Silent Camera Hack (or Custom Sound!) (https://talk.maemo.org/showthread.php?t=39952)

FoxyBrown 2010-01-25 21:11

Re: Silent Camera Hack (or Custom Sound!)
 
Thanks! This is useful.

TimskiMcMatrix 2010-01-25 21:39

Re: Silent Camera Hack (or Custom Sound!)
 
can u guide me step by step from the start? that way ill understand it more.
still confuse trying to figure it out where to start. can u explain it to me where do i start and where do i go and change something? ^_^ that would be a big help.

TimskiMcMatrix 2010-01-25 22:15

Re: Silent Camera Hack (or Custom Sound!)
 
do i have to use the mc? i have rootsh and mc already. thats a start for me. =]

blubbi 2010-01-25 22:45

Re: Silent Camera Hack (or Custom Sound!)
 
For all those who are not familiar with the command line (cmd):

Code:

sudo gainroot
cd /usr/share/sounds/
for file in camera_snd_title_{1,2,3}.wav ; do
    mv ${file} ${file/wav/bak}
done

or as oneliner:
Code:

sudo gainroot ; cd /usr/share/sounds/ ; for file in camera_snd_title_{1,2,3}.wav ; do mv ${file} ${file/wav/bak} ; done
And your Camera is a silent one ;-)

Cheers Bjoern

TimskiMcMatrix 2010-01-26 02:41

Re: Silent Camera Hack (or Custom Sound!)
 
how do u delete the camera sound 1? i already transfered the sound that i want and its in n900 internal memory i think its in ringtones and i want to make it as a camera shutter sound. i how do i replace the original camera shutter sound with the one that i want? what do i type? i used to be s60 owner and modder and now im new and kinda confused to linux and especially in command. =(

can u show me step by step so that way ill understand it more from the start. do i have to use the mc or just terminal? thanks!

blubbi 2010-01-26 07:52

Re: Silent Camera Hack (or Custom Sound!)
 
Quote:

Originally Posted by TimskiMcMatrix (Post 494854)
can u show me step by step so that way ill understand it more from the start. do i have to use the mc or just terminal? thanks!

No, _I_ will not.
And maybe it was a bad idea to write the onliner two posts above.

Please, if you want to play around as root on the CMD, get yourself a little bit knowledge about how to use the CMD (in this case BusyBox) and how powerful it is:

An introduction to the Linux command line

In many cases the shell is more convenient and faster then clicking around with a mouse.

Optimus 2010-06-05 09:23

Re: Silent Camera Hack (or Custom Sound!)
 
Thanks! I really f*king hate that sound. There should be option to turn it off by default!


All times are GMT. The time now is 16:36.

vBulletin® Version 3.8.8