Socket connections

Hi guys,.

I'm making a request:

-establish a connection socket with a server (Ip, Port),

-Send data to this server every 3 minutes

I want to connect only to the beginning and use it indefinitely,

then he;'s up to disconnect me

What kind of Exception is allows us to display whether or not the data are sent?

How will I know it's a disconnect or maybe something else, and sign in again in the catch statement?

Thank you guys

"what happens if we must also change the system and make a shipment of position in real time"

I suggest that you design your application to have two parameters

(a) the frequency at which capture you GPS locations

(b) the frequency at which put you a stop.

So if you say (a) set to 5 seconds and (b) together for 5 minutes, then you reduce the frequency of connections and send the quite a few parameters at once--good for the follow-up.  If you have 30 (a) and (b), 30, then you're almost in real time.

To understand the connection on the device options and Simulator, I suggest that you only consider the following sticky thread:

http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=java_dev&thread.ID=29103

Tags: BlackBerry Developers

Similar Questions

  • DRAC5 "Error when reading the SSL socket connection"?

    Hello

    I have a BIOS of PowerEdge 1950 2.7.0 with DRAC 5 Firmware Version 1.65 (12.08.16).

    When you try to connect to 'Console' I get the error "Error when reading the SSL socket connection".

    I spoke the line "# jdk.tls.disabledAlgorithms = SSLv3, RC4, MD5withRSA, DH keySize.< 768"="" at java.security="" file="" but="" still="" the="">

    I use WIndows 10 with the latest FireFox.

    Thanks in advance,

    Asaf

    I found that these changes were necessary to connect to the DRAC 5 using Chrome and Java 8, rev card. 91:

    In Control Panel > Java > Security:

    1. check "Enable content of java in the browser.

    2. set the security level to "High".

    3. Add each DRAC IP to the list of exceptions

    In C:\Program Files (x86)\Java\jre1.8.0_91\lib\security\java.security):

    Remove MD5:

    jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024
    

    Remove SSLv3, RC4 and MD5withRSA:

    jdk.tls.disabledAlgorithms=DH keySize < 768
    
  • No Socket connection avaialbel

    Hello

    I met a strange on a BB (8820 OS 4.5 AT & T) behaviour when I tried to open the socket connection:

    I disconnected the WIFI device and then tried to open the socket of my application in several ways but non of them works even if I managed to browse the internet (GPRS is shown on main Ribbon of BB).

    I tried to use the following suffixes:

    (1); deviceside = false (for BES connection type)

    (2); deviceside = true (for direct TCP connection type)

    (3); deviceside = true; interface = Wi - Fi (for direct TCP connection with WLAN type)

    I checked the correct APN settings (same as written in 3 different sites) on the BB, but I keep getting error messages such as: timeout 120 sec, invalid tunnel name. When WIFI is connected to the socket is opened successfully and works, but without it, nothing happens.

    Another test I did, I read the link: http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800451/800563/What_Is...

    and tried to add the UID WAP2, I found in the device but I still have the connection timeout.

    Is there a way I can connect without WIFI in such situation?

    I discovered that I used the WAP2 incorrectly so that there was a valid WAP2 entry in full book

    I used it incorrectly and causing the failure of the connections.

  • socket connection problem

    Hello

    Here is my code to open a client-side socket connection to a server running on the vmware host I don't know there works well (the server):

    #include
    #include
    #include
    #include
    #include

    int _socket;
    struct sockaddr_in name;

    bool connect (char * ip, int port)
    {
    _socket = socket (AF_INET, SOCK_STREAM, 0);
    If (_socket<>
    {
    Returns false;
    }
    struct hostent * host;
    struct in_addr addr = {0};
    addr.s_addr = inet_addr (ip);
    Host = gethostbyaddr ((char*) & addr, 4, AF_INET);
    Name.sin_family = AF_INET;    Name.sin_addr.s_addr = * ((unsigned long *)-> h_addr host);
    Name.sin_port = htons (port);
    If (bind (_socket, (struct sockaddr *) & name, sizeof (name)))
    {
    Returns false;
    }
    Listen (_socket, 1);
    _socket = accept (_socket, 0, 0);
    Returns true;
    }

    Connect ("127.0.0.1", 44444);

    When you call the connect() method is block on accept() (EEG open Server before the client does). So, I need to know if the question is:

    1_ on my customer code.

    or

    2_ vmware cannot connect to the host computer using the address of the local host computer.

    (or even both)

    You will appreciate all help.

    Thank you.

    After a lot a work around, I realize that the last three

    Methods include the specified address and get ready to listen and

    accept a connection from an unknown client. I mean, it's

    create a server, that is why it stops on the accept() method.
    For example, the code for one side of the client socket should look like this (or almost)

    (similar):

    bool open_connection (char * ip, int port)
    {
    _socket = socket (AF_INET, SOCK_STREAM, 0);
    If (_socket<>
    {
    Returns false;
    }
    struct hostent * host;
    struct in_addr addr = {0};
    addr.s_addr = inet_addr (ip);
    Host = gethostbyaddr ((char*) & addr, 4, AF_INET);
    Name.sin_family = AF_INET;
    Name.sin_addr.s_addr = * ((unsigned long *)-> h_addr_list host)

    [0]);
    Name.sin_port = htons (port);
    If (connect (_socket, (struct sockaddr *) & name, sizeof))

    (name)) )
    {
    Returns false;
    }
    Returns true;
    }

    Then, from the host and the Simulator on a socket connection I

    the same as that used for the loading of the appliction to it.
    One thing: when I try to establish a connection when my computer

    is connected to the internet both the binding and the connection,

    the function failed.
    @Mshom: when I tried to put the adapter to bridge the

    Simulator cannot obtain an "ip address" ("get ip address... is written

    Botton left on cone winder").
    By the way, he thinks that all those of you who answer me.

  • Maintenance of the Socket connections alive

    Hello developers,

    Please, I have problems to perpetuate a socket connection in my application for a long time. It seems to disconnect after a short (2 minutes) while especially if he's inactive.

    It happens that I have write an application with a Chat feature and for that, that I keep a socket connection Alive for the life - tme of my application. I tried stuff like Ping Server every minute, but then this is a leak of resources (Blackberry). Push BlackBerry is not an option (as I have other clients other than BB devices).

    Please someone know how I can fix this or suggest a different way to go about this?

    I agree with previos answering machine. The problem you have is push RIM invented.  I'm not aware of a way around that. If you cannot use the pusher, then you will have to keep alive and if your app will suffer battery drain and possibly additional costs related to data traffic.

    Some people have used email instead of push as a wau to notify the application that there is something to it: this requires a listener e-mail in the application process and eliminate these notification emails.

    If you do not use a living message of keep, then I think this quesiton becomes useless:

    «How I even the difference between blackberry...» »

  • Socket connection in the Simulator with MDS, but not on the curve

    Hello

    Working on an application using socket connections.

    SOC = (SocketConnectionEnhanced) Connector.open ("socket: / /" + address.ip_number + ":" + address.port_number + ";") deviceside = true");

    Proceed to use a DataInputStream and DataOutputStream to communicate.

    The server works, can transmit very well with the Simulator, but also another curve (not same model). (There is a small chance that deviceside = true has not been passed as a parameter when we tested on the curve, which would go through BES? This is probably still there however).

    IMHO, this means the places that the question could be one) how the code is implemented on the client phone or b) phones or their settings (have 4 curve 8530 s on the same CDMA network).

    -These phones have already activated in the last days, is there the chances that something is missing from the service book to allow socket connections? (I doubt that what I downloaded messenger ping I assume uses taken... and everything is fine).

    No authorization application that I put?

    Ideas! Please let your mind flow. Thank you!

    To all those who might find this thread after encountering the same problem:

    The issue was with the DataInputStream... available() was ALWAYS return zero, even if there are more bytes to read. This is our 8530 s curve 4 tests phones. Tried on another curve and "BOLD" and they did not have this problem.

    Use available() stopped and tried reading for much bigger than one of our packages will be (5000 bytes).

    Have some phones to test with 5.0.0.337 that they would not work with that.

    After the 5.0.0.1000 they all work perfectly.

    I read somewhere that the available() issue has to do with J2SE-> J2ME problems, something on a wrapper. This problem exists (or existed) with TSL/SSL apparently (sorry I can't find the thread I get this info, if someone really wants to see him answer and I'll get the link in the history of my browser of laptops).

    Hope this helps someone!

    B

  • I have a problem when you try to receive data using the socket connection.

    Hello

    I created a socket connection between a pc (sever, win32) and a blackberry (client) and I have only two questions:

    -When I send a string to the sever I get the unexpected result, I doubt if it's a problem of encoding between platforms.

    -When I try to receive data, (an array of char as a string object), the customer demand freeze (drawing and management of events, so basically the main UI thread), even if I did all the stuff of connection in a separate thread, until I have shut down the server and also no data is received.

    I left the codes below and would assess any response from you.

    C++, win32 console application:

    SOCKET _Socket;

    int _tmain (int argc, _TCHAR * argv)

    {

    If (start_sever (_socket)) {}

    char r_msg [26];

    recv (_socket, r_msg, 26, 0);

    std::cout< "receive="" :="" "="">< r_msg=""><>

    char * s_msg customer = 'welcome ';

    Send (_socket, szMessage, strlen (S_MSG), 0);

    std::cout< "send="" :="" "="">< s_msg=""><>

    Sleep (500);

    Shutdown (_socket, SD_SEND);

    closesocket (_socket);

    WSACleanup();

    } else {}

    std::cout< "cannot="" initialize="">< std::endl="">

    }

    System ("pause");

    return 0;

    }

    BOOL start_sever (socket) {}

    WSADATA WsaDat;

    If (WSAStartup (MAKEWORD (2.2) & WsaDat)! = 0)

    {

    std::cout<"WSA initialization="">

    WSACleanup();

    System ("pause");

    Returns false;

    }

    Socket = socket (AF_INET, SOCK_STREAM, IPPROTO_TCP);

    if(Socket==INVALID_SOCKET)

    {

    std::cout<"Socket creation="">

    WSACleanup();

    System ("pause");

    Returns false;

    }

    SOCKADDR_IN serverInf;

    serverInf.sin_family = AF_INET;

    serverInf.sin_addr.s_addr = INADDR_ANY;

    serverInf.sin_port = htons (8888);

    If (bind (Socket,(sockaddr*) (& serverInf), sizeof (serverInf)) == SOCKET_ERROR)

    {

    std::cout<"Unable to="" bind="">

    WSACleanup();

    System ("pause");

    Returns false;

    }

    Listen(Socket,1);

    SOCKET TempSock = SOCKET_ERROR;

    std::cout< "build="">

    while(TempSock==SOCKET_ERROR)

    {

    std::cout<"Waiting for="" incoming="">

    TempSock = accept (Socket, NULL, NULL);

    }

    Socket = TempSock;

    std::cout<"Client>

    Returns true;

    }

    Platform of Java for blackberry:

    public class Bush extends form {}

    -my current ipv4 address is set by default to avoid reset at each test

    TextField ip_text_field = new TextField ("IP address:", "192.168.65.1");

    -the server is waiting for any connection to this port ("8888")

    TextField port_text_field = new TextField ("Port:", "8888");

    ButtonField go_button_field = new ButtonField ("Connect", Field.FIELD_HCENTER) {}

    protected Boolean invokeAction (int action) {}

    UiApplication.getUiApplication () .invokeLater (new Runnable() {}

    public void run() {}

    try {

    open_connection();

    }catch (System.Exception e) {}

    e.printStackTrace ();

    Dialog.Alert (e.getMessage ());

    }

    }

    });

    return true;

    }

    };

    public Socket() {}

    Super ();

    setTitle ("[taking sample]");

    Add (ip_text_field); ip_text_field.setMargin (20, 0, 0, 0);

    Add (port_text_field); port_text_field.setMargin (30, 0, 0, 0);

    Add (go_button_field); go_button_field.setMargin (30, 0, 0, 0);

    }

    public Boolean onClose() {}

    this. close();

    return true;

    }

    _Con StreamConnection;

    DataInputStream _in;

    OutputStreamWriter _out;

    public Sub open_connection() throws Exception {}

    _CON = (StreamConnection) Connector.open ("socket: / /" + ip_text_field.getText () + ":" + port_text_field.getText () +)

    » ; deviceside = true; interface = wifi");

    this.add (new TextField ("", "connected successfully to Server"));

    _in = _con.openDataInputStream ();

    _out = new OutputStreamWriter (_con.openDataOutputStream ());

    String msg = "Welcome to customer \r\n";

    _out. Write (MSG);

    String r_msg = _in.readUTF ();

    this.add (new TextField ("read from sever:", r_msg));

    _out. Flush();

    _in. Close();

    _out. Close();

    _CON. Close();

    this.add (new TextField ("", "data has been changed"));

    }

    }

    Thanks for your help.

    You treat on the thread of events.

    You have the following code:

    UiApplication.getUiApplication () .invokeLater (new Runnable() {}

    public void run() {}

    try {

    open_connection();

    .....

    Now invokeLater essentially tells the operating system that the associated executable must be run on the event Thread.  You need start a separate Thread.  Extend this Thread, add your code in the run() method, and then start the Thread with start(). (not run()).  Then you must run the networking of processing on a separate Thread.

    This will cause you problems updating the user interface.  Take a look at this help:

    http://supportforums.BlackBerry.com/T5/Java-development/update-a-screen-on-the-main-event-thread/TA-...

    Printing, this means that invokelater a separate Thread is a common misconception.  I recommend you to look at this:

    http://supportforums.BlackBerry.com/T5/Java-development/what-is-the-event-thread/Ta-p/446865

    In addition, I recommend that you take a look at the socketDemo which must be included as a sample-, otherwise you can find it on github:

    https://github.com/BlackBerry/JDE-samples

  • in the waking state socket connection problem

    Hi all.
    My app need update real-time security data, it should be able to run well even the switch of the PB in the waking state.
    The problem is that when PB passes to the waking state and more than an hour later, my application cannot send request for data to the socket server (initially he workd well), even when the PB get again enabled, the socket connection is also unnecessary.
    I did a test as follows:
    1, I added the "throttled" in the blackberry - tablet.xml
    2. I have add a few listiner event in the main class, but each of them can be fired in any time.

    QNXSystem.system.addEventListener(qnx.events.QNXSystemEvent.STANDBY,onDeactive);
    QNXSystem.system.addEventListener(qnx.events.QNXSystemEvent.ACTIVE,onActive);
    QNXSystem.system.requestResource(QNXSystemResource.NETWORKING);
    stage.addEventListener(Event.USER_IDLE,userIdle);
    stage.addEventListener(Event.USER_PRESENT,userPresent);
    stage.addEventListener(Event.ACTIVATE,onStageActive);
    stage.addEventListener(Event.DEACTIVATE,onStageDeactive);
    

    3, I put a clock to save information in / shared folder.it worked well in the waking state.

    Thanks for any response.

    Hello.
    I'm a developer of instant messaging which is connected to the door via socket. What I can tell you for sure I you need to use:
    normal
    That, to use SocketMonitor to ensure that connections are available, some WiFi routers can close idle connection event when U don't want to! If you need to reconnect in such cases.
    Please, feel free to ask for help more.

  • Socket connection does not work with SIM network

    Hi all

    I created a socket connection. It works fine when I use the WiFi and iam able to download the data and get a correct answer successfully.   But when I use the network GPRS/SIM I get "Unauthorized response" as an answer. I already check with the default blackberry, here internet browser works very well.

    Can someone tell me why socket connection does not work when I use the SIM card network.

    If anyone knows about internal or the following BlackBerry setting that also tell me

    "Option-> advanced-> TCP Option.

    Thank you

    Neeraj Chauhan

    Thanks Peter,.

    For your support... Now my application works very well in both cases (SIM and Wi - Fi network). So I close my ticket.

    Thank you & best regards

    Neeraj Chauhan

  • ON SOCKET CONNECTIONS

    Im trying to make an app that connects 2 o more blackberry without the use of BIS, internet or wifi!... .im trying to do as an intranet and this is possible through a Socket connection, but I don't know what kind of technology should I use, because they ' r 2 just a lot in the tutorials and I don't know which one is the best for what im trying to do, help please?

    Welcome to the forums.

    A Socket connection being basically a TCP/IP connection, I think that the use of sockets fails your condition:

    "without the use of BIS, internet or wifi.

    Given the capabilities of the BlackBerry device, I don't think that you can create a generic intranet using any communication of peer to peer on a BlackBerry smartphone.

    I think it would be useful for you to review some of the many tutorials so that you better understand the platform capacity.

  • Problems with 9000 device establishing a socket connection?

    Edit again: still a problem, see Update 2 to end...

    My app works fine on 4.3 & 4.5, device and Simulator. Also works very well in the 4.6 Simulator. However, on the bold new we just acquired today, I can't do the blackberry establish a socket connection. As far as I can tell a call to Connector.open which has the form:

    String connUrl = "socket://:;deviceside=true";StreamConnection sc = (StreamConnection) Connector.open(connUrl);
    

    .. will never return! I set breakpoints after him in the file and I get nothing. There is no sign of a connection through to the other end. I put a breakpoint on the line with Connector.open so I know is to be worn, but if I click on 'no more' control is never returned to the jde debugger.

    I realize in Application 4.6 permissions have been moved around, but I've set manually the application has permission to connect to the internet. I tried to connect to a server, I know that the blackberry can access (e.g. www.google.com), I expect this to cause then an exception more than my application is obviously not HTTP... but nothing! No indication the Connector.open never call does not return. No exception seems also to be thrown, ControlledAccessException or other... can someone guess what might be happening here? It seems that it is a fundamental thing to do, I don't see what could have changed. My thread Manager program is still running behind all that (I see his messages to regular use of ram) isn't as all users of the application are overwritten or anything.

    My request is signed, I checked several times. I can also access the internet as usual from the blackberry browser. It is also interesting to note that, on the debugger to connect to the device, told me debugging information are missing about two - net_rim_cldc and net_rim_os modules if I remember correctly. Then, he said because of this "many debugging features will not work properly", but as far as I can see, willing or not, debug this connection is simply not be established, and yet no exception or anything is up. The above code is surrounded by try/catch that will catch java.io.IOExceptions and ControlledAccessExceptions, among others, but none of this code is already hit. And surely if it was some type of more exotic exception that I have no intention, I would like to at least get a popup on the screen tell me about an uncaught exception?

    Help would be greatly appreciated!

    UPDATE: standard Version, as soon as I had finished my half hour trying to get this thing to work and then wrote a post about the epic forum, he begins to work. Perfectly as I can tell. I guess it could have been a little temporary bad service from my supplier... Oh well anyway we are all good now...

    UPDATE 2: it appears when wifi connections aren't a problem, but if I turn off wifi problem remains. Any ideas?

    How long did you wait for an exception?  It must expire after 2 minutes if it is unable to connect.  Which way you make the connection?  You use the deviceside parameter?

    The BlackBerry has been activated on a BlackBerry Enterprise Server?  You have completed the information under Options, Advanced Options, TCP APN?  The BlackBerry shows 3G on the home screen (capital G)?

  • java.security.AccessControlException on the socket connection

    Hi all

    I'm java.security.AccessControlException on open socket connection, I added permissions API, looks like I missed something.

    SocketConnection sc = null;

    try {}

    SC = (SocketConnection)

    Connector.Open ("socket://10.91.40.120:1883"); ")

    } catch (IOException ex) {}

    Logger.getLogger (NetworkAPI.class.getName ()) .log (Level.SEVERE, null, ex);

    }

    APIpermissions.jpg

    Hello

    You need javax.microedition.io.SocketProtocolPermission to access socket connection.

    Please add the following permissions to the project:

    -client connection: javax.microedition.io.SocketProtocolPermission "socket / / *: *:

    -Server connection javax.microedition.io.SocketProtocolPermission "socket / /: *:

    Concerning

    Alexey

  • Socket connection WebCenter portal to the WebCenter content error

    I'm trying to connect WebCenter Portal 11.1.1.6 to WebCenter content and I get the following error in my log of the Complutense University of MADRID:

    [< 12 may 2012 2:32:12 PM CDT > < error > < Socket > < BEA-000403 > < IOException occurred in the socket: Socket[addr=/192.168.106.19,port=52721,localport=16200]
    java.net.SocketException: recv failed: descriptor not a socket.
    java.net.SocketException: recv failed: descriptor not a socket
    at jrockit.net.SocketNativeIO.readBytesPinned (Native Method)
    at jrockit.net.SocketNativeIO.socketRead(SocketNativeIO.java:32)
    at java.net.SocketInputStream.socketRead0 (SocketInputStream.java)
    at java.net.SocketInputStream.read(SocketInputStream.java:129)
    at weblogic.socket.SocketMuxer.readFromSocket(SocketMuxer.java:988)
    Truncated. check the log file full stacktrace
    >

    I followed the instructions to activate the Folders_g and all these other quirks, but it still does not. Here is my file config.cfg:

    <? jcharset cfg = "Cp1252"? >
    Properties of the #Server system
    IDC_Name = webctr_4444
    IdcProductName = idccs
    InstanceMenuLabel = webctr_4444
    InstanceDescription = Instance webctr_4444
    SocketHostAddressSecurityFilter=192.168.106.19|127.0.0.1|0.0.0.0.0.0.0.1

    Variable #Database
    SystemDatabase:DataSource = CSD
    SystemDatabase:UseDataSource = true

    Variable #Internet
    HttpServerAddress = webctr.domain .net: 16200
    Mail = mail server
    [email protected]
    HttpRelativeWebRoot = / cs /.
    UseSSL = No

    #General option Variables
    IsAutoNumber = Yes
    AutoNumberPrefix = webctr_4444
    UseAccounts = 1

    Variable #Additional
    AllowUpdateForGenwww = 1
    registerStartMenuActions = 1
    FileEncoding = UTF8
    Web server = javaAppServer
    IDC_ID = IpmNode
    FsAutoConfigure = true
    IntradocServerPort = 4444


    And my settings in WebCenter for the connection of content repository:

    Content administrator: weblogic
    Root folder: /content
    Application name: PortalContent

    RIDC Type of Socket: Socket
    Host: webctr.domain.net
    Server port: 16200
    Timeout: 300
    Authentication method: identity Propagation
    The root of context Server Web site: /cs/
    Administrator username: weblogic
    Administrator password: < disabled >


    Any ideas that I might be missing? I tried to reboot several times.

    Published by: dvmorris on May 12, 2012 12:41

    You try to connect using the web port.
    A socket connection uses RIDC, which means you need to use the port of intradoc which 4444 in your case.
    So to change the port number in your connection to 4444 and it should work.

  • socket connection - a reward for $30

    I am building an application that uses the socket connection. When the application runs, my desktop, it works fine, however when it is running on a remote server, I get the security sandbox violation: "cannot load data from serverName.com:portNumber."

    There is another application on the Adobe (posted by Josh Tynjala) lab that people have the same problem: http://www.zeuslabs.us/archives/6/connecting-to-aim-with-actionscript-3-sockets/

    Josh's response was: "you need to run the SWF to a location on your computer."

    Its application works well at the local level, but when I upload it to a remote server, I get: "cannot load data from aimexpress.oscar.aol.com:5190." Is it possible to get the socket connection to work on a remote server and not only on the desktop?

    I'll give you $30 (using western union or paypal) if someone can get Josh Tynjala application to work on the remote server.

    The file XML cross was placed in the wrong place, it works fine now.

  • Problems with the socket connection

    Hello

    I am trying to connect to socket between blackberry and pc Simulator, so that blackberry and pc can talk back.

    However, I found that only the first data sent from blackberry can be received by server successfully.

    When the server tries to turn the blackberry, he failed.  (Survey net.rim.device.cldc.io.ippp.SocketBaseIOException: Connection Timed Out)

    And the blackberry cannot send data to the server successfully.

    I am using BlackBerry MDS Services and write the customer after the demonstration ConnectThread.

    String url = "socket: / /" + socketServer + ":" + socketPort + "; deviceside = false;
    connection = (StreamConnection) Connector.open (url);

    Can help any one on this? Thank you!

    I tested the SocketDemo with completely the example code, server and client.

    In fact, it should be the same problem with this thread,

    http://supportforums.BlackBerry.com/T5/Java-development/another-socket-problem-socket-is-not-receivi...

    My own app can work very well after replacing InputStreamReader InputStream...

  • Socket connection

    Hi all

    Use 8120JDE... I did some coding for connection socket in my camera... It can be called

    client socket listener... does this mean that am waiting for data from the server socket.. .this lies in the fact...

    In clientsocketListener uses following code,.

    SocketConnection sc = (SocketConnection) Connector.open ("socket://192.168.5.55:6767; interface = wifi; deviceside = true");

    When debug that code in my client side for real device, it can be connected with the server, can receive data.

    but in wireless its does not work, my client cant find the serversocket IP...

    So someone tell me how can I get these things for wireless...

    Thank you

    If you try to connect directly via the Wi - Fi network and do not remove the deviceside = true parameter carrier network.  However, note that the BlackBerry Simulator does not support to simulate a Wi - Fi connection.  Please see the following link for more information on connecting roads.

    What - in different ways to establish an HTTP connection or socket
    Article number: DB-00396

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800451/800563/What_Is...

Maybe you are looking for

  • Band from 38mm to 42mm face

    The Milanese group of 38mm fits with 42mm face?

  • For windows 98 Resource Manager

    Hello I'm working on the restoration of material capacity old test using some spare disks.  I'm looking in the resource Configuration Manager, and I am puzzled. I'm looking in the resource manager is National Instruments MAX (Version 2.0.3.17).  What

  • I can not connect Dell Wireless 1390 WLAN Mini Card to WAP4410N

    Hello I have dell inspiron 640 m with Wireless 1390 WLAN Mini-Card, and it connects perfectly with any other routers. but I can't connect it to the CISCO WAP4410N router! I tried several times but no way. I can connect IPAD, Samsung Smart tv, Denon p

  • With RW on PIX 525 SNMP community

    I'm trying to configure SNMP on PIX 525 and Solarwinds use tool to download the config. When I try to download the config it tells me that the community string has read only rights. Y at - it give a way RW in PIX as in routers? Thank you Gilbert

  • OfficeJet pro 8500 has

    OfficeJet pro 8500 has Usually the memory card between 30 and 50 photos, 4 photos per page for on print letter size paper. Is there a way to select all the images without having to select each photo individually. Thank you Manolo