ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #11657
Re: Still the correct way to add ringtones and notification sounds?
hi,
Am Mittwoch, den 25.03.2015, 12:16 +0000 schrieb Pontus Öhman:
> Hello!
>
> Just want to check if this is the still right way to deal with adding
> ringtones and notification sounds:
>
>
>
> sudo mount -o remount,rw /
>
>
>
> sudo
> cp /path/to/your/ringtone/ringtone.ogg /usr/share/sounds/ubuntu/ringtones/
>
> sudo
> cp /path/to/your/ringtone/ringtone.ogg /usr/share/sounds/ubuntu/notifications/
>
>
do not forget:
sudo mount -o remount,ro /
else you potentially might have apps writing to places that should be
readonly (and might cause unpredicted behavior), if you only make it
temporary writable, either reboot or remount readonly immediately after
you made your change.
I am personally using an mp3 ringtone i copied there, should work since
forever :)
ciao
oli
References