Tagged Questions
0
votes
0answers
198 views
How to read data from different InstantMessenger folders pragmatically in blackberry..?
When we go to View Folder option from the Menu of SMS/Messages Application....
.......we find the list of folders like...
So is there any way to open/read different Folders like SMS Inbox, SMS ...
3
votes
1answer
333 views
BlackBerry - show info when status bar is pulled down (like 'droid Notification Area)
Thanks to Max Gontar, I can put my notification icon in the status bar on 4.6 and up (http://stackoverflow.com/questions/1465224/blackberry-how-to-use-notification-icon-in-statusbar).
But in later ...
0
votes
0answers
201 views
Blackberry - manage phone call
I want to stop a call from being connected in my callInitiated(int callid) method of PhoneListener interface. Is It possible?
1
vote
1answer
1k views
BlackBerry - Programmatically fetching data in calendar
i have invoked blackberry calender from my application
can anyone tell me how to fetch :
date
duration
notes
from the selected date
my code :
MenuItem importCalender = new MenuItem("Import ...
0
votes
1answer
2k views
Blackberry - Create an application which will lock another application event
Actually I want to make an application which will getGlobalEvent and control that event through another custom application. Is there any way to do so. Can i get global event from a particular ...
4
votes
1answer
2k views
BlackBerry - background application to listen starts and foreground app
I would like to create background application which will listen to what applications are started and what are moved to foreground.
Please reply
If question is not clear will explain again.
Thanks
1
vote
2answers
871 views
BlackBerry - Detecting when my application is sent to the Background because of a Call
I need to detect when my BlackBerry application is sent to the background and also when it's brought to the foreground again. I need to pause the application when a phone call comes in and resume ...
1
vote
0answers
326 views
Blackberry - read profileIndex status using NotificationManager and Consequence API
Below link is not enough to get profile status....
http://stackoverflow.com/questions/1892579/blackberry-get-list-of-profiles-and-active-profile-info
Is there any indirect way to get Profile status, ...
2
votes
0answers
273 views
BlackBerry - Programmatically create new exception in profile?
Actually i trying how to read the profile status but i am not getting that.
....
If anyone have an idea how to create new exception in profile programmatically,
will really helpful for me.
Thanks
1
vote
1answer
668 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 ...
1
vote
1answer
1k views
Blackberry - Get list of Profiles and active Profile info
I'm developing a Blackberry application, where I need to get the list of profiles from phone (for sound settings).
Is there any way for getting the profile info?
0
votes
2answers
1k views
BlackBerry - Location/directory on device to save file from application
My program saves a file on the device during runtime and reads/writes data from it during runtime.
Currently it gets saved in the SDCard. I want to know if saving it in device flash memory would be ...
0
votes
1answer
833 views
BlackBerry - How to refresh the Calendar Event Viewer screen programmatically?
I created a custom menu item inside the Blackberry Calendar Event Viewer which opened another screen. When the screen is closed, something was changed on the event and was committed. However the ...
1
vote
1answer
4k views
Add a notification icon at the status bar in BlackBerry JDE 4.5.0
I'm writing a Java application in BlackBerry JDE 4.5 that will start listening for some event at the start up. I want to display a small icon at the status bar.
I know its support in version 4.6.0 ...
1
vote
1answer
2k views
Notification Service for Blackberry OS 4.5 application
I am developing an application similar to email application.Whenever new message is received my notification service should indicate change to user by updating icon,also, the notification service ...
18
votes
2answers
10k views
Blackberry - How to use notification icon in statusbar
In RIM Blackberry OS 4.6+ there is a new feature - ability to show notification icon in statusbar. Integrated application use it to give quick and informative information for user: Dealler - missed ...
1
vote
1answer
2k views
Intercept outgoing call in Blackberry
we are looking for a way to do the following:
user with BB enters a number (or selects a contact and clicks 'send')
our app in the background detects the call event
our app does something (e.g. ...
1
vote
1answer
3k views
Blackberry - make a call from native address book
how to make a call from menu item appended in native book of BB('Call from ABC' option)?
1
vote
0answers
375 views
Blackberry - call method by interacting with system dialog
When a system missed call popup screen appears I want to call a method by clicking on VIEW button on that screen.
Actually when I click on the View button I am trying to close a thread by calling a ...
3
votes
1answer
1k views
Blackberry - how to count unread sms messages?
Can anyone please help me .... I need the full code.
Folder containing inbox ... and i need to count the unread sms there.
0
votes
1answer
347 views
Blackberry call method after viewing call log history?
I want to stop a thread process, just after viewing the call history item, for that i need to initialize a method, after viewing call history.
2
votes
1answer
773 views
integrate (RIM java)app with BB address book
Hello
I want that my api How to integrated RIM app with BlackBerry Address Book.For example:-send an SMS message by selecting a contact from BB native address, pressing the menu button, and choosing ...
1
vote
1answer
962 views
Blackberry - how to read SMS and bookmarks?
I wanted to do a application which will read bookmarks & SMS
Is there a way to read SMS from Inbox/Outbox/Sent folders for blackberry devices? I have read many forum post replying that it is ...
1
vote
1answer
2k views
Get a list of all installed applications on Blackberry
Is it possible to get a list of all applications installed in a Blackberry, similar to the applications list when you go into your settings.
I can get a list of all visible applications using the ...
0
votes
1answer
85 views
Proper app architecture for integrating with built-in apps
I would like to receive mail message data via a menu item from the messenger application.
I understand how this works with the RIM API. After registering a menu item with the RIM app, when a user ...
2
votes
1answer
4k views
BlackBerry - Simulate a KeyPress event
I have a BlackBerry application that needs to take pictures from the camera and send them to a server. In order to do this i invoke the native camera application and listen to the filesystem. Once an ...
3
votes
3answers
3k views
Blackberry - How to get the background application process id
In my blackberry simulator i m running two application at the background now i want to retrive which are the application running in the background.I don't how to do. Is it possible to show which are ...
2
votes
3answers
653 views
How to close a system dialog on a BlackBerry?
I have a BlackBerry app running in the background that needs to know when a "Missed call" system dialog is brought up by the system, and programmatically close it without user intervention. How can I ...
0
votes
3answers
1k views
Dismiss a system dialog on BlackBerry
I have a BlackBerry app running in the background that needs to know when a "Missed call" system dialog is brought up by the system, and programmatically close it without user intervention. How can I ...