The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
2answers
949 views

How can I change the ringtone in android programmatically?

I'm trying to write an app that (among other things) will change the user's ringtone based on their location. However, I'm having difficulty setting the ringtone of my phone from within my app. I've ...
5
votes
1answer
449 views

How can I get my ringtone to play in android?

I'm making a soundboard application and am trying to have a sound play as a ringtone or notification depending on which menu item is clicked. The ringtone currently shows up as the default ringtone in ...
5
votes
2answers
711 views

Android Froyo setting ringtone

I wrote a piece of code to add a ringtone from a URL in Android 2.1. In Froyo it does not want to work at all. sendBroadcast(new Intent( Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, Uri .fromFile(file))); ...
2
votes
2answers
164 views
+100

How to programmatically silence the ringer or change the ringer tone on iOS5

Is there a way to reduce the volume of the ringer or change the ringer tone on iOS5? I checked out the Celestial framework, but can't instantiate AVSystemController. :-( I don't care if this get's ...
2
votes
1answer
72 views

Android: Adding ringtone to contact doesn't work on a contact I just added, but works on a contact I added on previous sync

So I am doing Account Sync, and included in that process is a step where a custom ringtone is added. Here is my method for adding a ringtone: private static void ringtoneSync(ContentResolver ...
2
votes
0answers
51 views

Playing a ringtone from an activity stops abruptly

In my android application, I am trying to play the current default ringtone onCreate of my activity. But the ringtone wouldn't just play completely and stop at arbitrary length each time. Code is as ...
2
votes
2answers
301 views

Preference ringtone default value

I have this in my preferences.xml <RingtonePreference android:key="ringtone_uri" android:title="@string/preferences_select_ringtone" android:showDefault="true" ...
2
votes
1answer
104 views

How to clear Mediastore before setting ringtone

When I set a ringtone from my app works once, but when running the code again, it tries to create a duplicate entry in the media store, which creates problems. Without creating seperate unique file ...
2
votes
1answer
313 views

air application AS3: save sounds as ringtones/notification

im new to this. just made a two page soundboard. its working great. problem is that i would like to give the ability to save sounds as ringtones/notifications. no examples of how to do that in as3 are ...
2
votes
1answer
2k views

Setting sound for notification

How can I set sound for notification for my android application. In my application notification will be shown after 30 seconds. I want to give options for this alerts such as silent mode, vibration ...
2
votes
2answers
474 views

Android : Setting a sound from SD card as Ringtone

I am trying to set a ringtone from a sound I saved onto the SD card from within my app. After going through every post I could find on this, I believe I am close, and just not defining the URI's ...
2
votes
1answer
925 views

Android ringtone preference - fetch data

i have a ringtone preference. How can i get the selection? I have the following kind-of-code: if(preferences.getString("ringtonePref", "n/a") != ??) { ...
2
votes
2answers
978 views

Problem in setting audio file as Ringtone

I have save file in sdcard/media/audio/ringtones folder. That file will appear in list of ringtone selection from settings/sound/phone Ringtone. But i want to set that file as a ringtone from my ...
2
votes
1answer
722 views

Get the Ringtone title from RingtonePreference

I have a RingtonePreference that is used to select a ringtone that is broadcasted to a receiver used in an Alarm application. I would like to display the title (the titles displayed in the list you ...
2
votes
1answer
340 views

Android: Set Ringtone for existing record in Mediastore.Audio.Media

I am able to set the ringtone perfectly, when I insert the row in Mediastore.Audio.Media newUri = this.getContentResolver().insert(MediaStore.Audio.Media.getContentUriForPath(k.getAbsolutePath()), ...
2
votes
1answer
1k views

Playing default ringtone

I've been trying to use SoundPool to play the default ringtone without success. In the code below String ringtone = Settings.System.DEFAULT_RINGTONE_URI.getPath(); SoundPool ringPhone = new ...
2
votes
3answers
3k views

Android: save sound as ringtone and notification

I'm saving a sound from my app to be used as a ringtone or a notification sound. Here's part of my code, taken from this page: ContentValues values = new ContentValues(); ...
2
votes
1answer
354 views

How to vibrate the phone in sync with the ringtone?

I want to vibrate the phone in the same way as the incoming call in sync with the ringtone. How do I achieve it?
2
votes
1answer
606 views

My custom ringtone previews but is silent during incoming call?

I have an MP3 file that I can play outside of Android and stored on the sdcard. I did the call to MediaScannerConnection.scanFile(mContext, ... so it has been discovered. In ...
2
votes
5answers
6k views

Setting Ringtone in Android [closed]

Possible Duplicate: How to set ringtone in Android from my activity? I have sounds files in my res/raw folder and i want to select a sound to set as a ringtone on the click of a button. ...
1
vote
0answers
90 views

Android Ringtone Picker Spinner

I'm trying to make a spinner from Ringtone manager and it's giving me some funny results. THe spinner is coming up fine pulling the ringtone results... but each ringtone result has a radio button...? ...
1
vote
0answers
39 views

Ringtones not staying set?

I have an android app that allows users to set sounds as ringtones, notifications, or alarms. The sounds are saved to the sdcard and show up in the sound settings as the set ringtone, notification, or ...
1
vote
0answers
234 views

mp3 does not loop after set as ringtone

I am writing a soundboard application for Android and I'm currently using mp3s. After setting them as ringtone they are played only once and won't loop. Apparently most people just convert them to ogg ...
1
vote
1answer
179 views

iOS - AudioServicesPlayAlertSound not working on ipod?

I cannot get AudioServicesPlayAlertSound(kSystemSoundID_Vibrate) to make the ipod beep - I know it cannot vibrate, but its suppsoed to beep atleast. It compiles fine, added the audiotoolbox and just ...
1
vote
2answers
234 views

Ringtone Preference not saving choice

I have a ringtone preference in my app but when I select the tone I want, it does not get stored in the preference value. I can click the preference again and it will not show what I just selected. ...
1
vote
1answer
504 views

Android Ringtone Picker Activity crashing on select devices…specifically Nexus S

I have the following code in my app to allow the user to select a specific ringtone which will be played when my app notifies the user (I'm not trying to change the default ringer on the device): ...
1
vote
1answer
170 views

How to set ringtone in Anrdoid? [closed]

Possible Duplicate: How to set ringtone in Android from my activity? What I really want to do in my app is to create a single button, and whenever that button is pressed. I want the audio ...
1
vote
0answers
314 views

Android SDK problem setting ringtone

I am trying to add and set the default ringtone on the emulator/phone. The ringtone has been downloaded and is stored in the application folder /dada/dada/com.xxx/ringtones. the ringtones are ogg ...
1
vote
2answers
387 views

Android change Ringtone from activity

Well I found this code , after running this I got some activity (as Dialog) to choose from, so far so good. But my problem is that I want to choose some mp3 as my ringtone, how can I do that ? This ...
1
vote
0answers
339 views

RingtoneManager returning null ringtone

I'm using RingtoneManager, and apparently on some phones it returns null all of the time. I know it returns null if the sound is silent or it cant find the tone. Why would null be returned if the ...
1
vote
0answers
189 views

How to pick ringtones and play it with alarms

I am very new to android. I am trying to set open a ringtone picker on clicking of a button (I could do this). Now, I want to play the associated ringtone when each of them is clicked. When the ...
1
vote
1answer
1k views

How to get ringtone preference at runtime?

i have the following xml: <?xml version="1.0" encoding="utf-8"?> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> <PreferenceCategory ...
1
vote
2answers
2k views

Save media files to Blackberry SD card

I am creating a multimedia app that allows the user to save wallpapers and ringtones. I know the path I need to save them to is "SDCard/BlackBerry/ringtones/file.mp3" (or "/pictures" for wallpapers). ...
1
vote
1answer
732 views

Copy file from iPhone app to iTunes

I am trying to figure out how to copy a ringtone file (.m4r) embedded in the app to iTunes when connected. After the file is copied into iTunes, they can simply sync the file like every other file. I ...
1
vote
1answer
411 views

Android: Ringtone is not visible in settings>Sound and Display>phone ringtone

I have developed a sound board application, in which I set ringtones on long press. No issues about it. The ringtone is changed. But when i go to Settings->Sound & Display->Phone Ringtone my ...
1
vote
2answers
1k views

Can I insert a android:defaultValue trait for RingtonePreference, via XML?

Is there a way to add a default value in a RingtonePreference, via XML? For example, here's what my preference.xml looks like. <RingtonePreference android:key="alarm" android:title="Alarm" ...
1
vote
2answers
634 views

Android: save sound as ringtone / SQLiteConstraintException

I'm trying to save a sound as a ringtone in Android using this code. It works like a charm but will fail if I try to save a ringtone that has already been inserted. A "SQLiteConstraintException" ...
1
vote
0answers
129 views

How to set preferences using Ringtonepreference?

Can ringtonepreference be used to select ringtones from a folder(raw) in Android?
1
vote
3answers
2k views

Setting Ringtone notification from SD card file

My goal is to set the users notification sound from a file that is stored onto the SD card from with in the application. I am using this code: if(path != null){ File k = new File(path, ...
1
vote
1answer
254 views

Can I play more than one file as a ringtone in android app?

I want to play couple of files as one ringtone in android app, How can I do it? edit: without merge
1
vote
1answer
1k views

How can I set a ringtone for an individual contact on Android?

How can I set a ringtone for an individual contact on Android ? I have found a way to set the default ringtone that applies to all contacts without an individual ringtone. But that is not what i'm ...
1
vote
1answer
1k views

Android - Ringtone wont stop playing

I currently start a Ringtone on Android and it plays fine. However when I try to stop the ringtone it doesn't stop or atleast doesn't stop straight away, it will keep in playing until it just plays ...
1
vote
1answer
742 views

Android detect which ringtone is actually playing (Ringtone.isPlaying problem)

On Android, I'm having a problem trying to figure out which ringtone is actually playing (I'm not trying to detect the default ringtone, but the one actually playing as it may be different due to user ...
1
vote
1answer
557 views

BlackBerry - read custom ringtone name from address book contact list?

Actually I am assigning custom ringtone with contact number in a custom database contact list. Now I am having problem with the reading to that contact list. If anyone having any idea about this ...
0
votes
1answer
25 views

Problems with setting Default Ringtone in code

I have a set of about 130 mp3's in my android app of different sound clips. They're listed in a listview, and when the user long-presses on one of them, it gives them the option to set it as their ...
0
votes
0answers
71 views

Is there a way to customize the Android Ringtone Picker Dialog?

I show a dialog for selecting one of the native ring tones / text tones with the following code: private void showTonePicker(int toneType, String pickerTitle) { [...] Intent intent = new ...
0
votes
0answers
17 views

Pause the ringtone when receiving a call

I am developing an application to read out the caller name using TTSto bluetooth headset. The app works fine on the emulator. When testing on my phone I observed that as the ring notification is ...
0
votes
1answer
86 views

How to play the “Positive” alarm sound?

How do I play the "Positive" alarm sound? I know how to play the default one... Ringtone ringtone = RingtoneManager.getRingtone(getApplicationContext(), ...
0
votes
0answers
40 views

A Little Help Needed with a SQLite database to get a Ringtone Set

Basically what I want to be able to do is set a Default Ringtone from this particular activity. The idea of my APK I am doing is a simple random ringtone sleector for the user. They will put a check ...
0
votes
0answers
44 views

setting summary for ringtonePreference

I created a ringtonePreference that will list all the ringtone in the phone. I need to set the summary of that ringtonepreference to the corresponding ringtone name selected. I tried to use ...

1 2 3