Possible to monitor TCP / IP connection from MIDlet??

Hello,
Does anybody know if it's possible to monitor the TCP / IP connection on a handset from within a MIDlet?
Could we have a MIDlet running in the background that sniffs information about a user's WAP activities?
Will something like this be possible with Android?
Thanks so much!
Karim Varela
http://www.i-booze.com

No, you cannot do that with MIDP.
About Android: sure you can do it there: it's open source!

Similar Messages

  • TCP/IP Connection from ABAP

    Hello everybody.
    Does anybody know the way how to create TCP/IP connection from ABAP? I need to establish TCP/IP connection from Appication server to external server(not sap) to retrieve some data. I assume that it can be done using RFC calling technique, but i think that i have to register needed functionality as RFC in external server. To skip this step i need an explicit TCP/IP from abap.
    Thank you for helping.
    Yours sincerely,
    Nguyen Hai Long.
    Edited by: Long Nguyen on Jun 24, 2008 10:06 AM

    Thank you all. I found an example in the internet http://documentation.softwareag.com/Crossvision/sap231/pages/drfc2rpc.htm. The situation force me to overpass my laziness and to use RFC
    Yours sincerely,
    Nguyen Hai Long

  • TCP IP connection From Solaris to Window?

    Hello Friends,
                           I have SCM installed on Solaris OS,and SCM optimizer installed on WIndow OS.I need to Connect SCM Solaris to SCM window, Thought RFC type TCP/ip Connection.
    For Example  In Solaris SCM for TCP/IP-Program name is d:\apo\opt\ctm\bin\ctmsvr.exe and Host is Window SCM host name.
    i need to know whether this Connection will work or If does not work Please Give the any Solution Friends.

    Thank you all. I found an example in the internet http://documentation.softwareag.com/Crossvision/sap231/pages/drfc2rpc.htm. The situation force me to overpass my laziness and to use RFC
    Yours sincerely,
    Nguyen Hai Long

  • Is it possible to get a worse connection from the ...

    Just asking has I tried this earlier and I got a worse connection from the master than the normal. I've been told this is impossible.

    The new type NTE master socket has filters built in ... if you're getting better performance from an extension socket (+filter) , I'd get the master replaced.
    And if I was doing that, I'd have a broadband splitter v1 socket front fitted, tend to be better and negate the use of further filters on extensions. Segregates the phone connection from the broadband.

  • Open more than 65k TCP/IP connections

    Hello,
    is it any possibility to open more than 65535 TCP/IP connections from one IP address as client? Because each connection occupied one port, I can't make more than 65k. Can be established more outgoing connections (as client) from one port to more different servers simultaneously? Thank you for any advice.
    Ceny

    The naive way will only let you open about 32K sockets before it fails.
    In order to get more you need to reuse the socketnumbers:
    #include <sys/socket.h>
    void BindSockToPort(int fd, int port) {
        sockaddr_in sa= {AF_INET,  port, INADDR_ANY};
        unsigned int one= 1;
        setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &one, sizeof one);
        if(bind(fd, (sockaddr*) &sa, sizeof sa)) perror("bind");
    }Then you can connect.
    From same port you must of course connect to different endpoints.
    And this has of course nothing to do with sun studio C++. But I had just solved the problem myselfes, so...

  • Monitor Secondary DB connection in SOLMAN

    Hi
    We have a requirement for monitoring the secondary DB connection to HANA system .
    Is it possible to monitor the DB connection in solution manager ? If so , please let me know the steps and procedure .
    Regards
    Bala

    Dear Bala,
    You can monitor DBA Cockpit connection.
    With best regards,
    Alexander

  • Monitoring a PLAR connection

    Is it possible to monitor a PLAR line from a third phone? Putting the third line in parallel with one of the PLAR phones does not work (works one direction, but not the other). Is there a type of bridge that would allow this?

    Manually monitoring PLAR is only possible.

  • HT3382 Connect from a MacBook Pro's mini display port to a Display Port monitor?

    Hello everyone,
    Is it possible to connect from a MacBook Pro's mini display port to a Display Port monitor with resolutions higher than 1920 x 1200? It seems Apple does not supply a mini-DP to DP adapter.
    However, just as they do not make a mini-DP to HDMI adapter, but they do recommend a Belkin product for this purpose.
    Is there any reason that a mini-DP to DP adapter or cable wouldn't work and support high resolutions?
    Thanks for your feedback!

    danz0r wrote:
    Hey tjk,
    Thanks for the response.
    Do you have any recommendations for a potential set up? The audio output and Apple DVI are on different sides of my MBP, which is alright, I guess I can get two long cables to handle each. I was hoping to just have my MBP closer to where I use it, with a cord nearby plugged in on one side to the HDTV and resting near where I keep my MBP for when I want to use the HDTV as an external monitor.
    With a converter like this, you can run video out of the MBP's DVI port, and miniToslink (optical) audio out of the 3.5mm stereo mini jack to the converter, then it will combine the two and output audio and video through HDMI to the monitor.
    http://www.supermediastore.com/product/u/apogee-dvi-to-hdmi-converter-spdif-opti cal-toslink-coaxial-input-output?utm_source=cj&utm_medium=aff&utm_content=HDMI+A ccessories
    Otherwise, depending on the TV's inputs, for video you could run DVI to DVI on the TV, or DVI to HDMI to the TV. For audio you could run 3.5mm stereo mini plug from the MBP to RCA adapter on the TV. Toslink/optical is also an option.

  • Is this possible: SNC connection from SAP GUI to SAP Router, and ...

    Hi,
    I have (stupid perhaps) question.
    Is this scenario possible:
    SNC connection from SAP GUI to SAP Router, and non-SNC connection from SAP Router to SAP System.
    I know how to set up scenario like this:
    SAP System --- (non-SNC conn) --- saprouter1 --- (SNC conn) --- saprouter2 --- (non-SNC conn) --- SAP GUI.
    Best regards,
    Marek Majchrowski

    Wolfgang,
    To be sure myself and Marek understand, can you confirm the different scenarios supported:
    Scenario 1:
    SAP GUI --- (non SNC conn) --- saprouter1 --- (SNC conn) --- saprouter2 --- (non-SNC conn) --- SAP System
    With this scenario, it would be possible for a user to logon using SAP GUI onto the SAP System, but without SAP GUI SNC.
    Scenario 2:
    SAP GUI --- (SNC conn) --- saprouter1 --- (non SNC conn) --- saprouter2 --- (SNC conn) --- SAP System
    With this scenario it would be possible to logon to the SAP System using SAP GUI, and using SNC authentication.
    Also, with this scenario the SAP GUI software and SAP System software would consider this to be similar to:
    SAP GUI -- (SNC conn) -- SAP System
    Scenario 3:
    This is the scenario mentioned by Marek in his initial question:
    SAP GUI -- (SNC conn) -- saprouter1 -- (non SNC conn) -- SAP System
    With this scenario it will not be possible to logon to SAP System using SNC, and only possible if the SAP GUI is configured to not use SNC. In other words the SNC connection between SAP GUI and saprouter1 is available, but cannot be used.
    Thanks,
    Tim
    Edited by: Tim Alsop on Feb 25, 2008 5:24 PM

  • I have a new MAC MINI and I want to install a second monitor.  I have one connected to the HDMI and it works.  I can't get a signal to the other one.  It is connected from the thunderbolt to its HDMI port.  How can I make it work?

    I have a new MAC MINI and I want to install a second monitor.  I have one connected to the HDMI and it works.  I can't get a signal to the other one.  It is connected from the thunderbolt to its HDMI port.  How can I make it work?

    Could be a bad cable or bad Thunderbolt port.
    You have 90 days of free telephone support on a new device. You can call them at 1-800-MY-APPLE. Have your Mini's serial number handy
    You can also make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar

  • Is possible for me to use the wireless connection from my Macbook Pro

    Hi All, I just got my iPad 16GB WIFI and I would like to know if it is possible for me to use the wireless connection from my Macbook Pro. Basically I will be travelling quite a bit and my Macbook Pro has a Wireless 3G dongle. Is it possble to use this via the 'internet share' option so that the iPad can connect to the 3G wireless via the Macbook Pro?

    Yes. Just use internet sharing on your MacBook Pro.

  • Outgoing TCP connections from VM have very low firewall state idle timeout -- how do you adjust?

    When I create a TCP connection from a VM to the internet, if I'm idle for more than a few minutes (say a SSH session), the TCP flow is torn down by some AZURE networking element in between.
    Incoming connections from the internet in don't seem to be affected.
    I assume this is an Azure firewall timeout somewhere.
    Is there any way to raise this?

    Hi,
    Thanks for posting here.
    Here are some suggestions:
    [1] - You can make sure the TCP connection is not idle. To keep your TCP connection active you can keeping sending some data before 60 seconds passes. This could be done via chunked transfer encoding; send something or you can just send blank lines to keep
    the connection active.
    [2] - If you are using WCF based application please have a look at below link:
    Reference:
    http://code.msdn.microsoft.com/WCF-Azure-NetTCP-Keep-Alive-09f50fd9
    [3] - If you are using TCP Sockets then you can also try ServicePointManager.SetTcpKeepAlive(true, 30000, 30000) might be used to do this. TCP Keep-Alive packets will keep the connection from your client to the load balancer open during a long-running HTTP
    request. For example if you’re using .NET WebRequest objects in your client you would set ServicePointManager.SetTcpKeepAlive(…) appropriately.
    Reference -
    http://msdn.microsoft.com/en-us/library/system.net.servicepointmanager.settcpkeepalive.aspx
    Hope this helps you.
    Girish Prajwal

  • Q: TCP Connections from an Applet

    Hi,
    is it possible to build a tcp socket connection on a specified port on the webserver with an unsigned applet?
    as example: the applet is stored on the webserver, port 80.
    somebody calls the applet with a webbrowser, and another connection, maybe port 7777, is build back to the webserver?
    I just have to know if it is possible.
    thanks for information

    Yes

  • Is it possible to monitor audio through my mac while capturing from a tape in FCPX

    Is it possible to monitor audio through my mac while capturing from a tape in FCPX?

    I am sure that as you import a tape you will hear the audio as well as see the video.
    Have you got FCP X?
    If not, download the free 30 day trial.
    http://www.apple.com/finalcutpro/trial/

  • Java.sql.SQLException: The TCP/IP connection to the host  has failed.

    Hello. I hope you had a happy new year! Now its back to work.
    I am having a problem connecting to a remote SQL Server DB. I am using NetBeans 5.5 and the latest J2EE. I am able to see the tables in the IDE and bind objects to data. But when I run it it gets this:
    java.sql.SQLException: Error in allocating a connection. Cause: Connection could not be allocated because: The TCP/IP connection to the host has failed. java.net.ConnectException: Connection refused: no further information
    at com.sun.gjc.spi.DataSource.getConnection(DataSource.java:100)
    at com.sun.sql.rowset.internal.CachedRowSetXReader.connect(CachedRowSetXReader.java:344)
    at com.sun.sql.rowset.internal.CachedRowSetXReader.readData(CachedRowSetXReader.java:126)
    at com.sun.sql.rowset.CachedRowSetXImpl.execute(CachedRowSetXImpl.java:968)
    at com.sun.sql.rowset.CachedRowSetXImpl.execute(CachedRowSetXImpl.java:1428)
    I checked the SQL Server Configuration manager on that machine and TCP/IP connections are allowed. What else could be wrong?
    Thank You.

    "Connection refused" means that the client sends a packet saying "I would like to connect to port number NNNN please" to the server computer, and the server computer's OS sends the reply "there is no process listening to that port on the network interface you are using".
    The database server is not running, or running but not listening to TCP/IP connections, or at a different port from what you think, or listening to only selected network interfaces (it is possible for a process to listen to a specific interface or a wildcard for all interfaces). A less likely scenario is that a firewall is sending the "connection refused" message.
    First aid check list for "connection refused":
    - Check host name in connect string.
    - Check port number in connect string.
    - Try numeric IP address of server host in connect string, in case name server is hosed.
    - Are there any firewalls between client and server blocking the port.
    - Check that the db server is running.
    - Check that the db server is listening to the port. On the server, try: "telnet localhost the-port-number". Or "netstat -an", there should be a listening entry for the port. You need to configure the database to accept TCP connections; the server documentation or google should explain how.
    - Try "telnet server-host-name the-port-number" from the client, to see if firewalls are blocking it.
    - If "telnet" fails: try telnet with the numeric ip address.
    - If "telnet" fails: does it fail immediately or after an obvious timeout? How long is the timeout?
    - Does the server respond to "ping serverhost" or "telnet serverhost" or "ssh serverhost"?

Maybe you are looking for

  • OVI Suite 3.0.0.284 Hangs on Windows 7

    I recently upgraded OVI 2.2 to 3.0.0.284 and since I have not been able to use OVI Suite. The upgrade reported no install errors however when I accpted the default and ran the application directly from the Install the application Hung with the window

  • JLabel click event to change picture

    Hi All, I am new to GUI programming and need some help. I am trying to get a picture of a match to change to a different picture of a match when i click on it. Below is how I'm currently trying to do it. import javax.swing.UIManager; import java.awt.

  • Portal JCo's using SNC

    I have configured a Jco in my SLD, configured a system in the portal and the connection test to the backend is successful. I then changed the System properties in the portal to SNC and the connection still worked. I then changed the JCo in the SLD bu

  • How to create a pivot table from backing bean

    Hi, I need to create a pivot table from backing without having to create a Data Control. I searched a lot but all comes to a Data Control, and uses backing bean to manipulate data or to display popup info. Kindly advice if it can be done. Links and d

  • Can i speak with someone online about working at apple

    Can i speak to someone about working at Apple, i have a long story.