blackberry

how to implement video streaming in black berry?

I have implemented one project in which I want to implemet video streaming functionality Say for example:User can see youtube video in bleck berry. I want to implement for blackberry bold 9700(with 4.7 OS ). Is it possible?If yes then how it possible?Can you give me some idea about my query. Thanks in advance ...

Blackberry: Command line build and application auto-start

I have an application which is built from command line (ANT) using J2ME Polish. As such, this application is defined through a build.xml, not from Blackberry JDE project files. What I need to do is have this application auto-start. This is easy enough to do once the application has been run for the first time (example). However, this do...

Create new ApplicationMEssageFolder i blackberry

I would like to create new ApplicationMessageFolder in which I want to transfer the messages received in my Inbox, only the certain message. I did read the API, but unable to figure out the transfer the message. ANY HELP ...

Blackberry Simulator network connection stops working after some time

First of all, I want to be clear: I did manage to get Internet connection working on BlackBerry Simulator (run MDS, make sure it has permissions, then make sure nobody's hogging 8080 port, etc.) It did work for some time. Loads google.com no problem, for example. Then I try to open my website (the one that I'm debugging). It opens firs...

Programmatically adding a new e-mail message into the BlackBerry inbox.

I know that this is possible using the MessageList API which was introduced with RIM OS 4.6, but I've seen other applications do this using RIM OS 4.5 or earlier. The qustion is, how do you programatically create a Message and then insert it into the BlackBerry inbox so that it looks and behaves like a regular e-mail message; meaning, i...

How many applications can be signed with single key ?

Have checked out https://www.blackberry.com/SignedKeys/ How many applications I can sign with this registration ? ...

Cannot capture TouchEvent.UP in Blackberry

I am working on a Scrollable Image field.I am handling TouchEvent.DOWN mTouchEvent.MOVE,TouchEvent.UP. Somehow control never goes to TouchEvent.UP section.How to capture the UP event. I have to findout the start and end points of the drag. My Code looks like this.. if (event == TouchEvent.DOWN && touchEvent.isValid()) { ...

The best way to impliment a SIP VOIP client for blackberry

How to implement a SIP/VOIP client for Blackberry smart phones? where to begin? should I start with mjsip? is there any sample code available specific for Blackberry? Thanks in advance, Afzal ...

Java.awt.* not in blackberry ?

Is there any way to import following in BlackBerry JDE 5.0 or in eclipse with BlackBerry JDE 4.7 ? import java.awt.Canvas; import java.awt.Color; import java.awt.Graphics; import java.awt.Image; import java.awt.image.BufferedImage; I need to implement it for Barcode Reader in BlackBerry. For barcode Reader, I download the rVision....

Record output voice from speaker . Blackberry

how to record speaker output in blackberry is there any pai or hack to do so for recording from mic i have used http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/1089414/How_To_-_Record_audio_on_a_BlackBerry_smartphone.html?nodeid=1311883&vernum=0 its doesnt specify how to recored speaker output...

J2ME/Java: Referencing StringBuffer through Threads

This question might be long, but I want to provide much information. Overview: I'm creating a Stock Quotes Ticker app for Blackberry. But I'm having problems with my StringBuffer that contains an individual Stock information. Process: My app connects to our server via SocketConnection. The server sends out a formatted set of strings th...

Install a test app on BlackBerry

How do I install a test app developed using Eclipse on a BlackBerry? ...

BlackBerry - Show typing mode indicator programmatically

Hi! Do you know some way to programmaticaly show different typing indicators on the screen? I know I can simply draw bitmap but I'd like to do it universally for any RIM OS version. Also, there is a setMode(int) function in 4.2.1 but in 4.3 it's already deprecated... Any suggestions will be helpful, thanks! ...

blackberry web testing

Hi, i did small web application for using php,html,javascript, i want to test my application in blackberry and i-phone, but i dont have these blackberry and i-phone , Any site providing facility somthing like live blakcerberry tester site... Thanks ...

BlackBerry Browser: weird text wrapping behavior

When viewing the following test page with the browser in the BlackBerry 9630 simulator, the text width is wider than the screen width. So, when zoomed to 100%, one has to pan. http://sites.inka.de/klee/blackberry/text.html What solutions are there to make the text wrap to screen width? ...

Integrated maps (with location markers, etc.) in BlackBerry apps - viable options?

I have heard rumors that the use of a MapField or MapView in a BlackBerry app typically presents a problem because carriers such as AT&T and Verizon in the US have locked down the devices so as to not make those API's available or usable. I have three questions: 1) I am new to BlackBerry development. What's the difference between MapFie...

How do I programmatically find direction on a blackberry?

How do I programmatically find direction on a blackberry using GPS? ...

Tunnel Failed, BlackBerry Curve 8900

Hi guys, I have a MIDlet that sends TCP messages over the network to a server residing on the same internal network. Whenever I try to connect using this line: StreamConnection writeSock = (StreamConnection) Connector.open("socket://" + serverIp + ":" + serverPort, Connector.READ_WRITE); I get an error saying Tunnel Failed Ac...

How to determine height of the Display on Blackberry touch devices?

Hi. I trying to determine display vertical size of my Blackberry Storm 2. I know, my device has 480 pixels height. I try to get this value in my code, but if virtual keyboard is shown, i get value equals to 480 - (height of virtual keyboard). Is there any function to determine real display height on any device (with or without keyboard,...

Overlapping an UI field with another UI field in blackberry

Hello Everyone.. I am making an application in blackberry with 4.7 OS. In my project i need to put a labelfield on top of a bitmapfield. I have taken the bitmapfield inside a verticalfieldmanager. I wanted a complete code for this problem. Thanks in advance. ...