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



i am working in blackberry.In blackberry emulator it is connecting to server but when i installed t..

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

i am working in blackberry.In blackberry emulator it is connecting to server but when i installed t..

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

i am working in blackberry.In blackberry emulator it is connecting to server but when i installed t..

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

Post New Answer

More J2ME Interview Questions

Write a Java program to deactivate a cell phone when authentication failed

0 Answers  


What is SDK ?

1 Answers  


What is CDMA One ?

1 Answers  


Memory managment technique in j2me

0 Answers  


What is HLR

1 Answers  


Memory managment technique in j2me

0 Answers  


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.

0 Answers  


What is Foundation Profile ?

1 Answers  


What is MSC ?

2 Answers  


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?

4 Answers  


Explain GSM ?

2 Answers  


Explain i-appli ?

1 Answers  


Categories