11-30-2012 12:14 AM
Dear bodys
i want build BBsoft by myself. at first i don't know how to get sounds List.
we always have "Normal" "Loud" "Medium" "Vibrate Only" "Silent" "Phone Calls Only"
How can i get this in java? think you very much.
11-30-2012 12:27 AM
For OS 7.1 you can have a look at the following API doc:
http://www.blackberry.com/developers/docs/7.1.0api
Prior to 7.1 there is no way to query the current profile but you can integrate into the profiles so that the user can select the notifications they want from your application in each of their profiles.
I think the notifications demo is a good place to start.
11-30-2012 12:30 AM
Think you for your replay. think you!
my sell phone is 9000 os5.0. so can you give a os5.0api?![]()
11-30-2012 12:37 AM
There is no API to access the profile info.
Like I said in my previous reply, have a look at the notifications demo that comes with the app sample in the BlackBerry SDK.