i am working in blackberry.In blackberry emulator it is
connecting to server but when i installed the program in
blackberry it is not connecting to server why
Answers were Sorted based on User's Feedback
Answer / mithlesh dwivedi
u have to go to option-->advance option-->application and
find out ur application and then see whether ur application
have the permission or not if not then do allow option if
there be permission for custom ,then also u have to make
that to allow.
then ur problem might be resolved ..
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ajimol
The connection stream command for emulator and handset is
different.
While installing on the blackberry hanset you need to
change the command applicable for handset.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manjul
HI, this is the problem faced by many of dev. begning, you need to add ";deviceside=true" in url, i.e
String url="http://www.google.com";
*****
********
*************
Conn......Connector.open(url+";deviceside=true");
PLEASE READ THE DOCS thoroughly
Is This Answer Correct ? | 0 Yes | 0 No |
Write a Java program to deactivate a cell phone when authentication failed
What is SDK ?
What is CDMA One ?
Memory managment technique in j2me
What is HLR
Memory managment technique in j2me
11 is a group of specifications for wireless networks developed by the Institute of Electrical and Electronics Engineers (IEEE). 802.11 uses the Ethernet protocol and CSMA/CA (carrier sense multiple access with collision avoidance) for path sharing.
What is Foundation Profile ?
What is MSC ?
Hi, I have a midlet. In that I created object that extends Canvas.In that canvas I added one command,when I click that command the control is not coming to CommandAction() method of that canvas. Can u suggest me any solution for this?
Explain GSM ?
Explain i-appli ?