01-22-2010 10:56 AM
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
01-22-2010 11:12 AM
you cannot modify the profiles.
01-22-2010 11:15 AM
So there's no way to get a reasonable set of defaults?
01-22-2010 06:06 PM
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).
01-22-2010 08:15 PM
OK I'll look into that. How reliable is this? Will those IDs be the same across devices/OS versions?
09-23-2011 11:30 AM
Hi, can I get the path of message sms ring tone selected? thanks!