Hey guys,
i want to develop an application for my Blackberry smart phone that scans the WIFI network on which i am currently connected and show me a list of connected hosts (PCs), i also want to browse the files shared on those machine (obviously only those whom i am allowed to see) & transfer them to my device from the remote machine o...
Hi Guys,i am trying to develop sort of internet radio application,i dont have any ideas of how to approach it.I surfed a lot,but i cant identify information to lead me to the right direction.
While surfing i came to know abt, player that they use to access shoutcast broadcast on their BB?
I came to know abt this link
so guys any ideas...
Is it necessary to write different versions of Blackberry applications for different devices? For example, I have an application "MyApp", and I need it to run on different devices:
9700 - MyApp v1
9550 - MyApp v2
Can I write one MyApp for both devices?
...
Possible Duplicate:
controll thread through button
i am make a application that require the GPS location and some other resources. i get the GPS location accurately but the problem is we use the three buttons that is (start, stop and pause) and i want to work the threads like these buttons if i press the start button thread st...
we require a peace of code to control the thread. for Example use three buttons like start stop and pause press one of them and perform the action against it like press start then start the thread press stop stop thread and pause perform pause action res[ectively.
...
I'm totally new to this. How could I make my app, in the menu I did, just open for example www.google.com? My trouble is in the code to make this happen - I already have the graphic stuff with the menu.
...
Which Blackberry Simulator Works fine with every model of Blackberry for web development.?
My Question is basically If I do make a webpage(Using HTML and CSS 2.1) for Blackberry Bold 9000 , will my webpage work fine on any blackberry model. If NO , what can i do for it?
NOTE: I dont want to test my application on each simualtor.
...
I need to implement this element.
It looks like main menu with different options. It should appear in the top right corner upon a click on the button with three dots (...).
Is there a native component for this for Blackberry OS 4.7.0? If not any ideas how to do it?
Thx
...
i am use the three buttons start stop and pause i want to re-size it. normally re-size through the text but we re-size using width. and second thing when one button is press then other button is unfocused
...
Hi,
I am new to Blackberry development. I have the following encrypt / decrypt routines and need to port it to my blackberry project. Can you please get me started?
Regards
import javax.crypto.*;
import javax.crypto.spec.*;
import java.io.*;
import java.util.zip.CRC32;
import java.util.zip.Checksum;
import java.util.zip.Inflater;
im...
Hi,
I am a Blackberry java developer. I am trying to develop a simple slot machine logic. I am new to animated graphics etc in blackberry. So, can anyone tell me how to design a simple slot machine where on pressing a button the images in 3 blocks must start rotating and after it stops the prizes will be displayed according to the pics....
Hi Friends,
I Developed some applications on blackberry then i need to release this applications in market please help me how to release the application in market, what are the process and other details
Thanking you..
...
I create a little web page that will be used for BB's. All works except for when I try to display an image using Google Charts. All works as expected on the emulator but the chart images do not work on the physical device. Below is the URL I am using in my image tag.
http://chart.apis.google.com/chart?chs=740x200&chf=bg,s,ffffff|c,s...
Hello Every one
I am parsing a xml the data is coming from a String. i am using the following code for parsing:-
DocumentBuilderFactory docBuilderFactory = DocumentBuilderFactory
.newInstance();
DocumentBuilder docBuilder = docBuilderFactory
.newDocumentBuilder();
docBuilder.isValidating();
ByteArrayInputStream ba=...
who we change the width of the button. i am use 2 buttons. i want display on all width of the screen.
...
Hallo, developing a bb app I need to make http connections to get files, images etc.
In simulator all works, but not in device.
I bought a BlackBerry but I want to test my app without a sim then without a bes.
How do I need to set my device? and how do I have to compose my url?
I just have a bb device with wifi available
Thanks all :)...
i am sending value from one page to another,i want to store the values which i hav sent,& then want to compare the value which i am sending with the one which i hav already sent,i.e the saved value.while storing the values into an arrayin persistent object,& then comparing the value with another array,i face some prob,can anyone tell me ...
Hi,
I'm developing a blackberry unit test application (JDE 4.6.1 on windows machine). My workspace is composed by 2 project UnitTest and MyApp. The UnitTest project references the MyApp one ( I added MyApp in the UnitTest Java Build Path). Unfortunately when I try to build it I receive this message:
Executing rapc for the project bUn...
I have this .NET website, with an SSL.
But when I try to see the Blackberry version of this site, the following message appears on my blackberry screen.
"HTTP ERROR 403 FORBIDDEN"
"You're not authorized to view this page. Please try loading a different page".
It gives you two options then: "OK" and "DETAILS"
Once I click on "Details" i...
Hi all,
I have a Listener class which implements ViewListener (contains two methods, open, close, which will fire when any monitored mailbox's email is open/closed). So this is called from a class App extending UiApplication, and when i read a email, the open method is fired, i would like to call my original (App class) with a specific ...