Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Developer
avitat
Posts: 12
Registered: 01-22-2010
My Carrier: Rogers

How to configure a profile (ringtone)?

I've registered my app as a source using the NotificationManager and it appears in the Profiles (Ring Tones) app. However the 'Out of Holders' mode is set to 'None'. Is there a way to configure a profile when the software is installed. The default settings aren't useful to me, being a notification application it need to be able to make some noise out of the bix.

 

Can I clone an existing app's profile? How do I get the ID for that profile?

 

 

Thanks

 

Please use plain text.
Developer
simon_hain
Posts: 10,780
Registered: 07-29-2008
My Carrier: O2 Germany

Re: How to configure a profile (ringtone)?

you cannot modify the profiles.

----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.

peter_strange wrote:
"This process should happen traumatically for you in both JDE and Eclipse."
Please use plain text.
New Developer
avitat
Posts: 12
Registered: 01-22-2010
My Carrier: Rogers

Re: How to configure a profile (ringtone)?

So there's no way to get a reasonable set of defaults?

Please use plain text.
Developer
Posts: 1,474
Registered: 04-14-2009

Re: How to configure a profile (ringtone)?

You can copy the settings of an existing source by creating your source using the NotificationsManager.registerSource(...., long relatedSourceId) method. You can find out the necessary source IDs using the JDE's Debugger (e.g., step into NotificationsManager.registerSource a couple of times).

Please use plain text.
New Developer
avitat
Posts: 12
Registered: 01-22-2010
My Carrier: Rogers

Re: How to configure a profile (ringtone)?

OK I'll look into that. How reliable is this? Will those IDs be the same across devices/OS versions?

 

 

Please use plain text.
Contributor
alejandrop
Posts: 10
Registered: 08-25-2010

Re: How to configure a profile (ringtone)?

Hi, can I get the path of message sms ring tone selected? thanks!

Please use plain text.