I am hoping that someone knows if you can use RIMM's push service with BIS WITHOUT a hand held device. I have registered for the push evaluation and I want to program a push server that will send out notifications to BB clients. I got my email this morning containing:
Server:
Application:
XXXXXXXXXXXXXXXXXXX
Pwd: xxxXXXXX
CPID (Content ...
I have a site where people upload videos, which are converted to .flv format. Simple.
I wanted to also convert to an mp4 format that will "stream" to an iphone and blackberry, or allowed to be downloaded to either, for later viewing.
Can someone post a working ffmpeg line to accomplish this task?
Closest I got was this (which doesn'...
Hi ,
I have to sign an blackberry application so that i can load it to the device but, the signature keys i got from the RIM are installed on the system gets formatted and now i am trying to install the signature keys on another system but the server prompts me for this
"Unable to register client'2909103544'because there are no more
reg...
Hi,
I am a newbie at Blackberry development. I am making an app which I have set as System Module so that it will Run at startUp. This app has a listener which captures the event of an outgoing call and then asks the user for a confirmation. My problem is, I want to go back to the Calls List Screen (Global Screen) if the user selects NO...
I have this application developed for Blackberry 4.5.
I´m using Eclipse, and I want to test my application for blackberry 4.6.
What´s the easy way to generate the alx and cod file to install my app for this version?
...
I´m looking forward to launch a mobile application for Android, iPhone and maybe other platforms like Blackberry, Symbian, ... too in the future.
What do you think is the best way to promote this application?
Is setting up a website; provide a screencast with the features; running ads on ad networks enough or are there other ways too ? W...
A symptom of the problem is that the call stack is empty in the "Debug" tab in Eclipse. Usually it will have a list of all the way up the call stack, but now it just says "breakpoint at line 68..." and then about 10 blank lines.
...
I have a wide variety of locations stored in my persistent object that contain latitudes and longitudes in double(43.7389, 7.42577) format. I need to be able to grab the user's latitude and longitude and select all items within, say 1 mile. Walking distance.
I have done this in PHP so I snagged my PHP code and transferred it to Java, whe...
Hi ,
I have to design a screen where i palce 5 images
1: An Image on the Left Side of the Screen lets say --Left Image (Thihs image comes from Web service)
2: A back Button Image on the Left image lets say-- BackLeft(Placed in the recources folder of the application)
3: A Image on the Middle of the screen lets say --Middle Image (Thihs i...
Hi,
I would like to know how to get over an image in to blackberry from asp.net webservice.
I have used the below code in the webservice to encode the image into bytes and convert them in to string
byte[] toEncodedBytes = System.Text.ASCIIEncoding.UTF8.GetBytes(pngFile);
string strimage = System.Convert.ToBase64String(toEncodedBytes)...
Hello All...
Currently I have a ready design for blackberry application.
Now, I need to call the web service in my app, and that web service will give me some xml response.
So, I need to parse that response from xml to some POJO.
So, for parsing the xml response should I go with the basic DOM praser, or should I use any other J2ME sp...
i am get the from the web and store in the rich text field but only one line show other all data is hidden if i hard coded show the all data but when we get the data base through web show only one line.
...
0
i am get the from the web and store in the rich text field but only one line show other all data is hidden if i hard coded show the all data but when we get the data base through web show only one line.
the code reff is
private RichTextField textOutputField;
textOutputField.insert(""+GlobalDataStore.chatee+":" + bufVal+"\n");
...
Hello,
is it possible to read all sent/received SMS (and possibly even MMS) in a BlackBerry app?
Even if it's 5.0+ only... I need this!
...
i can track outgoing mms using sendlistener of mms.
what about incoming mms?
how to distinguish between sms and mms if i use datagram connection?
...
We need to make an application that runs on iPhone, Android and BB. What is the best approach to write the least ammount of code? I know about some frameworks but I am not sure the best approach.
...
I am working for Bentley leathers and I we have a password calculator (.exe) and I am wondering if I could put it on my iPhone or the compagny BlackBerry so that way it would be easier then to have a ton of paper with me.
...
hi
i want to develop cropit like application, i just want to know how to increase or decrease the size of the rectangle over the image (multitouch events), which define the image portion to be cropped.
Thanks alot
...
Hi,
Is it possible to use Xuggle for Blackberry development?
Has anyone attempted this?
Thank you.
...
I'm trying to port a portion of AJAX code I wrote over to the BlackBerry application's embedded browser. Our base build is 4.6.1 and the RIM documentation claims that XMLHttpRequest's responseXML is available starting with this version. And when I request an XML file from my local server, I get back the responseText (so I know the reques...