Showing posts with label custom sound. Show all posts
Showing posts with label custom sound. Show all posts

Friday, March 30, 2012

Android custom sound Part II : Advance Volume Control

Volume Control in Elixir. source: Google play
Android Gingerbread has volume control for ringtone, media, alarm, system volume, and notification. In older version of android we have fewer volume control. My previous galaxy 5 (2.1) has volume control for ringtone, media and notification only. Here we will control the rest sound volume using Elixir app. (or maybe you want to try Elixir 2)

Elixir support android 1.6 and up. Using this app we can control 7 sounds volume easily, such as:
1. Alarm
2. DTMF tones 
     -> sounds used for touch tone dialing
3. Music 
     -> also known as Media volume for music and games
4. Notification 
     -> for sms and other system notification
5. Phone Ring 
     -> for incoming call ring
6. System 
     -> other sound we don't know exactly :P
7. Voice Call 
     -> caller voice volume, which can only be adjusted when using phone call

How To Do it
1. just install the app
2. open it
3. scroll down -> sound, click the detail > and slide the volume bar as you wish

Sunday, March 11, 2012

Android custom sound Part I : Add, Edit and Delete alarm, notification & phone ringtone

Sometimes we get bored of our phone ringtone and wondering how to add our favorite audio file. Not only the incoming call ringtone but also the notification or alarm. Here's an alternative way to add your own ringtone to your android mobile.

[1] Ringdroid Screenshot. source: google play
1. Install Ringdroid
We need this app to make a directory that will recognize by android system sound. Some features that i like from this app are:
- crop audio file
- save file as phone, notification, alarm ringtone and music. you can also set it as default ringtone
- link to voice recorder

2. Open Audio File
Run Ringdroid and try to open any audio file listed. (see picture[1])



[2] Ringdroid Screenshot. source: google play
3. Edit Audio File [optional]
Crop the audio file as you wish. (see picture[2])

4. Save File As
Save file as phone, notification and alarm (also music if you want) so Ringdroid will make a folder for these ringtone and also add the file to system ringtone list.

5. Check out the new folder in your SD card
Ringdroid will save your audio file in /media/audio/ directory

6. Add audio file manually
Next time you want to add your own audio file just place it manually under the suitable folder. For example if you want to add custom ringtone, place your audio file under /media/audio/ringtones directory. You can also save it with Ringdroid using step 4 :)
*note: try to play the file via file manager and via ringtone preview. sometimes what you heard small will turn out to be loud when set to be ringtone

7. Congratulation! Now android can load your customize ringtone. Try to change your ringtone in Settings > Sound or change ringtone for your morning alarm.

8. Now to delete it... there's 2 cases
  1. if you add the file manually to media folder then you can just manually delete it from file manager or delete it via Ringdroid.
  2. if you add the file via Ringdroid (save it as... ) then you have to delete it from Ringdroid or else the file name still be on system ringtone list.
Okay, that's all for part I. Next on part II: playing with volume