How to investigate persistent data connection?

I have an E6. I have configured a GMail and Yahoo email accounts but have configured it to retrieve only at 8am. So data will be used only during that time or whenever a known internet accessing application is running.
This was for around 3 months. As soon as I exit say Opera, the data connection would be closed.
But for the past 2 weeks, the data connection refuses to terminate. Even when I manually terminate by going into Connections, it gets reconnected automatically.
This behaviour appears suspiciously like a virus / spyware running hidden because task manager shows no running application other than F-Secure which is disabled except for theft protection.
How to find out if there is any hidden process accessing the internet?
How to know which applications run at startup?
Solved!
Go to Solution.

Monitor it with this app called 'NetQin Mobile Guard'
http://mobile-fileshare.com/symbian/(mobiplanet.in)NetQin%20mobile%20guard%20v3.2%20by%20Stanley08.s...

Similar Messages

  • How to free persistent data memory?

    Hi,
    Recently I have been working on card applet developing.In my applet I want to use EEPROM to hold a large file, so I apply byte array[] in class constructor.
    In Write method I write data to the byte array[]; In Delete method I want to make the byte array[] null,so I used "byte array[] = null".
    When I test it in emluator it works well, the data I wrote in the byte array can be removed. But when I test it in the real card, if I want to delete the file (equals with making the byte array null) I always got the error.
    So I want to know how to free persistent data memory, dos "= null"work?
    Thanks

    Java Cards are not required to support automatic garbage collection, although some do.
    On Java Card there is a feature called object deletion which can be implemented as garbage collection but can also be implemented differently. Please read the related section in the Java Card Runtime Environment Specification.
    With
    javacard.framework.JCSystem.isObjectDeletionSupported()
    you can check if object deletion is supported on your card.
    With
    javacard.framework.JCSystem.requestObjectDeletion()
    you can request it for the next call of the process method.
    And don't forget to clear all your references to the object which is to be deleted.

  • How to configure optimal data connections to allow excel to retrieve multiple data sets form a single data source

    Hi all,
    I would like to have a data connection file used by excel to extract data form a SQL Server DB (so that change in location of the DB needs only a change to the  single data connection file). The excel file will retrieve data from only a single database,
    but there are multiple queries (30+) stored on SQL server that are used - each SQL server views' data is returned to a pivot table in an excel worksheet, which has an associated chart with various slicers on the main dashboard worksheet.
    Do I need a seperate data conenction file for each SQL server query being retrieved, or can a single connection file be created as all data comes from a single database?
    (all my attempts and research on the net have led me to believe that a seperate file is needed for each view, but this seems unnecessary)

    Hi, im learning my way with this, so apologies if I am providing too much or too little info.
    There are 8 source files which are very loosely related in that they capture infromation regarding what has happened within a metro railway over a day. However there are only a few relationships between the contents of tehse files.
    These tables are imported into SQL Server using SSIS where I have developed a number of views that query these 8 source tables to generate a number of metrics to provide insight into the service provided to the passengers. Some examples of metrics are: Number
    of passengers in transit at any given time, time taken to travel between adjacent stations, how much power was used during the day, what distance did the trains travel during the day, etc. Some views provide only a handful of rows, some provide 1M plus. There
    are now approx 40 seperate views created.
    I have then used a spreadsheet with a worksheet associated with each SQL server view. Each worksheet is set up as a pivot table, which allows the related chart on the main dashboard worksheet to use standard excel capability to slice and present the data
    in different ways.
    At the moment if the server on which teh database is stored moves, I have had to recreate the spreadsheet from scratch as I dont know how to change the connection information in any other way. Ideally I would like to have connection info in a single place
    to reduce ongoing maintenance, particularly as I would like to place the spreadsheet on a SharePoint server to distribute it to other users.
    Thanks

  • How to create a data connection with dynamic XML file?

    Thanks for all reply first!
    I have formatted the submitted data into an XML file on the server side,this file can be import to PDF form correctly.
    I try to send this XML file to the user to let him can review what he has submitted.
    I guess that I should create a data connection to the XML file so that it can be reviewed by the user.
    But the question is that the XML file is dynamic generated.
    How can i do?
    give me some clus or examples,please.
    thanks,
    Jasper.

    Hi Jasper,
    To show user back the result, you can use PDF instead of XML. You can store the PDF template in server and you can merge XML data with PDF template by Livecycle Form Data Integration service.
    We, as KGC, can generate huge number of Adobe Livecycle forms in small periods. Also we give consultancy on Adobe Livecycle ES products and Adobe Livecyle Designer. In case of any need, do not hesitate to contact us.
    Asiye Günaydın
    Project Consultant
    KGC Consulting Co.
    www.kgc.com.tr

  • How to store persistent data for portletpreference

    i use PortletPreference to store user's personalized data, it works fine. but after i restart the weblogic portal 8.13, the value got reseted by the default preference value. how can i store the persistent data even after restart the weblogic portal server? thanks.

    I am using -
    ProfileWrapper myProfile = getUserProfile(request);
    myProfile.setProperty(propertyset, propertyname, value);
    This way you can customize a property for a user.
    Hope this helps.
    Kunal

  • How to store persistent data for portlet preference

    i use PortletPreference to store user's personalized data, it works fine. but after i restart the weblogic portal 8.13, the value got reseted by the default preference value. how can i store the persistent data even after restart the weblogic portal server? thanks.

    I am using -
    ProfileWrapper myProfile = getUserProfile(request);
    myProfile.setProperty(propertyset, propertyname, value);
    This way you can customize a property for a user.
    Hope this helps.
    Kunal

  • How to configure Dynamic Data Connection for Business View

    Hi,
    How can we configure Dynamic Data connection that we can save the profile of the connection to somewhere that we do not need to enter it everytime when we refresh the report?
    thanks and regards
    nora

    Hi James,
    Thanks for the reply. Its solved now. For anybody if interested you can set the dynamic email address either i) having it as part of payload - In this case use the xpath to query the payload varaible ii) use identity service - follow the following steps
    1.Create a user in Application enterprise manager/also you can use a existing account, if u are creating a new one assign the correct role
    2. In either case edit the user-properties.xml(bpel/system/services/config) file for the corresponding user and add an attribute called email
    3. Bounce the server for this changes to take effect
    4. In the notification properties in the to address use ids:getUserProperty and pass the attribute name

  • VBAI Development Toolkit, Custom Plugin: How to get TCP data / connection ID configured in VBAI Communication Manager?

    Hello,
    I would like to create a custom plugin using the VBAI Dev. Toolkit. I'm using VBAI 2010 with LabView 2010.
    In this step I would like to send a TCP message over a TCP connection defined in VBAI Communication Manager. How can I get the open Connection ID? Or do I have to open the connection in the Plugin? In this case, how to get the defined TCP data from the Communication Manager?
    Thanks for your help.
    Best regards,
    Yellow

    Yes you could. You can even create a simple VBAI inspection that uses the TCP step and then migrate it to LabVIEW to see how VBAI opens the connection and uses it in the TCP step. It may be more involved if you want to allow the user to configure all the TCP settings (IP Address/port) and have all your custom steps use the same settings (maybe save them to an INI and have all steps use the same INI to get the settings).
    Hope this helps,
    Brad

  • How to create Data Connection in PDF forms??

    Hi Experts,
    I am working on PCR forms(Adobe forms), I want to customize those forms as per the requirement.
    Problem is that I don't know how to create New Data Connection with the field in DATA VIEW.
    Thanks
    Rohit G

    >
    Rohit Gaharwar wrote:
    > Hi Experts,
    >
    > I am working on PCR forms(Adobe forms), I want to customize those forms as per the requirement.
    > Problem is that I don't know how to create New Data Connection with the field in DATA VIEW.
    >
    > Thanks
    > Rohit G
    Hi Rohit
    are you working with interactive forms inside Web Dynpro? If so, Web Dynpro will create the data connection for you. The only thning you have to do is setting the "data sorurce" and "pdf source" in the properties tab of the interactive forms layout element. See for example here: Web Dynpro Java Tutorials and Samples NW 2004 [original link is broken]#50 [original link is broken] or other tutotials on web Dynpro and interactive forms : Web Dynpro Java Tutorials and Samples NW 2004 [original link is broken]
    If you don't work with Web Dynpro, you can create a data connection as follows:
    1. Open your *xdp-Template (Doubleclick: Lifecycle Designer is starting
    2.Click on File-> New Data Connection.
    3, Create the data Connection with the wizard, Your source can be
    a) XML Schema
    b) OLEDB Database
    c) WSDL file
    Hope this helps. Please reward points if helpful
    Kind regards
    Bettina
    Edited by: Bettina Hepp on Jun 4, 2008 4:53 PM

  • Managing data connections (5800)

    I'm looking for documentation on how to manage the data connections on my 5800. I presume the documentation would be similar on other s60 phones.
    For example:
    - Can I get applications to always connect silently to one of my previously configured wifi connections, but to prompt me when it seeks to use the phone data connection unless I have configured the application otherwise ?
    - Can I tell which data connections are in use at any given time?

    Hi, if you're worried about network connection, best set to always ask, then phone won't connect unless you OK it. For setting 'priority' go to settings-connectivity-destinations-internet-options-organise-change priority and set wlan to 1, network provider to 2 etc. Phone will always try and use wlan and when unavailable will move down the list.
    Hope this helps.
    Good Luck
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • How do you configure the set of port to use for FTP passive data connection

    I was able to start the ftp server xml db and connect to it locally. When I tried to connect to it from home, I was able to log in but when i do a "get" command the sessions hangs. I also tried passive mode and do a "get" command and it gives me a connection refused error. I am using the default port 2100. I think this might be a firewall issue with the data connection port. I am not sure which range of ports to open for the passive ftp connection on the server side or where to go and set them for for the ftp server to use? Or this issue might not be firewall related??? Any thoughts. Thanks.

    This is a typical problem with VPN/Firewall software and FTP on ports other than 21.
    When you open the FTP data connection the FTP Server identifies which port the data will be sent on using the PORT command which is sent on the command port (typically 21 with a normal FTP server, 2100 by default with XDB). THe client then opens that PORT to accept the data (file, output of an ls etc).
    As I understand it most VPN/Firewall are configured to monitor 21 for 'PORT' requests. They then understand to allow connection on the PORT number passed on the command PORT. Hence with Port 21 firewall / VPN software is not a problem. However since the XDB command PORT is something other than 21 they do not see / honour the PORT commands from the server and hence the client cannot open the data connection on the specified PORT
    As to how to solve it, I wish I knew (After 5 years I still can't use XDB FTP from home to a machine in the office once the VPN tunnel is open :( ). I'm sure it's going to be firewall / VPN software specific and may need the VPN servers to be configured.
    The best bet would be to run the FTP server on 21...
    Add the following line to your listener.ora file
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = hostname) (PORT = 21))
    (PROTOCOL_STACK = (PRESENTATION = FTP) (SESSION = RAW)))
    and then restart the listener as root
    Start the listener as root.
    At the operating system prompt, enter tnslsnr with optional command line arguments. The usage is as follows:
    tnslsnr [listener_name] [-user user] [-group group]
    where:
    Table 4-3 tnslsnr Utility Options
    Option Description
    listener_name
    Specify the name of the listener. If omitted, the default name LISTENER will be used.
    -user user
    Specify the user whose privileges the listener will use when super user (root) privileges are not needed. After performing the privileged operations, the listener will give up root privileges irreversibly.
    -group group
    Specify the group whose privileges the listener will use when super user (root) group privileges are not needed. After performing the privileged operations, the listener will give up root group privileges irreversibly.
    The listener will temporarily switch to the provided user and group immediately after startup. All subsequent operations will be done with the specified user and group privileges, except the system calls necessary to listen on configured endpoints. The listener will revert to super user (root) for a short period of time to listen on reserved addresses, such as TCP ports less than 1024. After the listener starts listening on all of its endpoints configured in listener.ora, it will switch to the specified user and group irreversibly. Therefore, the listener will give up the root privilege that it initially had. In the current release, -user and -group command line arguments only accept user and group identifiers specified in numeric form.
    For example, to execute a root listener called mylsnr and have it use privileges of a user identified

  • I have a WD Passport HD attached to my Mac. When it was last connected it went into sleep mode and ran out of battery. Now I cannot find my HD in Finder and Disk Utilities is telling me it cannot repair the HD. Any ideas on how to recover my data?

    I have a WD Passport HD attached to my Mac. When it was last connected it went into sleep mode and ran out of battery. Now I cannot find my HD in Finder and Disk Utilities is telling me it cannot repair the HD. I can see the HD but the volume part is greyed out. Any ideas on how to recover my data?

    There are other methodologies of scanning a HD
    which involve data extraction, but loss of metadata is often the result if the directory is corrupt.
    Metadata is the info on what the data IS. 
    Like having all your papers thrown in the air, its all there, but just a giant mess. 
    This is why you always always must have several external HD redundancies of your data.  One isnt enough, neither is two really.
    see here, and dont let that happen again>
    Methodology to protect your data. Backups vs. Archives. Long-term data protection
    Was that your only copy of your priceless data?  Just that one external HD?

  • How can I create a data connection without ODBC (directly with OLE DB)

    If connecting to an OLE DB data source, which is not defined as ODBC, the well known error message appears in Acrobat, that the environment is not trusted. The Designer Help says, that the document must be certified in Acrobat to run OLE DB without ODBC. So I certified the document in Acrobat allowing dynamic content for it. But the error message always appears. So I have some questions to this:
    How is the correct certification process in Acrobat to define a trusted environment for using OLE DB without ODBC?
    Why generates using of ODBC an trusted environment? With using ODBC data sources can be changed external from Acrobat, so I must think, ODBC is absolutely insecure.
    Why is OLE DB without ODBC insecure? Here I have a defined connection string, which cannot be changed at runtime (if the form developer this doesn't want).
    And why is the first record displayed instead of the error message, if using OLE DB without ODBC, but navigation is impossible?
    This seems all very mysterious to me.
    Does anyone in the world has ever created an OLE DB data connection (without ODBC) with Designer and Acrobat, which runs in a trusted environment?
    Thanks for your answers.
    Michael

    For the Projects, the trick will be the Asset files. If they will fit onto DVD DL discs, you're OK. If they are too large (DV-AVI is ~ 13GB per hour), then you'll need some type of backup, or spanning software, that will write files across multiple discs. A better choice, IMO, would be a 1 - 2 TB external, where you can use Project Manager, or just Windows Explorer and Copy, to do the entire Project folder with Assets. I'd recommend against a USB and go at least for FW-400. FW-800 would be better, but you'll need FW-800 connections on your computer. eSATA would be the best, but then you'll need eSATA connectors.
    Good luck,
    Hunt

  • How to get my data of my hp 2230s which freezes when AC is connected (battery can't be charged)

    Hi people!
    My laptop(HP 2230s) will only boot when AC is connected(battery is dead and will not charge when AC is connected and laptop not powered on)
    In bios the laptop has got no problems @ all but when windows vista starts to boot either save mode or not it freezes!
    The weird thing is than when i disconnect the AC for a while it continues booting. (battery is propably charged a bit) But i can only do this for 2 sec @ MAX before battery dies. I can boot windows by connecting and disconnecting the AC continually.... But thats idiotic, the battery does not charge more than enhough for a few secconds (i guess it only charges when it is still in bios.) And with AC connected windows is frozen completely.
    Thats the story. I asume it's not the AC/PS because it works fine in bios/before OS starts or begins to boot.
    The laptop has got some fancy increadibly user unfriendly interface which allows you to use your mouse... Anyway i can run several system diagnostics. Most of them freeze when they are checking Memory. sometimes at 17 % some times 47%.
    But what is most intresting is that the HDD check, runs and completes and says that it failed. (without explaination)
    Whats the best course of action?
    I want to try to instal an other OS, but i would really apreciate it if i can BACK up my files or somehow get them on an Exteral HDD.
    Many thanks!

    Hi,
    Here is a little update:
    first of all i tried to boot with out battery connected. Same story: In bios it's fine.
    When OS BOOTS with system restore it keeps hanging @ the screen where it searches for errors. At that point i could still cancel and reboot to start the normal way.
    But when OC just starts loading it freezes up.
    So my best guess is an HDD problem, either drivers or a total hdd failure.
    In bios i tried an diagnostic test for the HDD, it gave the following message after completing.
    "Hard disk test failed
    Test 2 (comprehensive) ... error: Read failure"
    My main question still is how to restore my data!?

  • ITunes U: how do I turn off the 50 MB download limit for mobile data connections?

    Since I rarely have access to Wi-Fi networks I do actually want to download iTunes U content using mobile data. Videos (and even some slide decks) exceed the 50 MB limit that iTunes U will allow you to download over mobile data connections. How do I turn off the 50 MB download limit for mobile data connections?

    You can't unless the phone is jailbroken (which in turn voids your warranty)

Maybe you are looking for

  • Data export and import between Oracle 9 and 10

    Hi all, I have been working with this for weeks. Reading posts and oracle doc. Finally, bugs block my way. Hope you can help me out. Many Thanks. Situation: I need to export data of one table from Oracle 10.2.0.1 to Oracle 9.2.0.8 Background: Oracle

  • Slow Wireless Connection

    I am having problems with a very slow internet connection, that seems to be getting slower. Currently we have a DSL Modem connected to a LinkSys DSL Router connected to an Airport Extreme. We have been using this setup for several years. We run 2-4 l

  • When importing from Frame, entire document is in single topic..

    We get long .htm files with mid-topic IDs for all of our imported Frame files, using Frame 8 and RobhHTML 7. We got the same thing when using RoboHTML 8.  What we want is a new topic for each of our headings.  How can we do that when importing form F

  • Exactly What Optimizations Does "Save for Web" Perform?

    Hello all! In Photoshop Elements 5.0, Save for Web works very well for me.  I'll likely just use Save for Web most of the time, but occasionally I want to perform only some of the web optimizations on a particular image.  I'd like to know how to perf

  • An iFrame using the Youtube API (which worked fine in previous versions) is now reverting to a blank screen when I try to use it

    Basically the iFrame interfaces with Youtube and allows me to log in/authenticate and then upload/browse/edit my videos. Now, when clicking along to authenticate with Youtube, I am taken to a completely blanked out iFrame. :/ Since this worked perfec