Packet data timer running continuously?

Now i have solved my memory card issue can anyone tell me why my Packet Data Timer is continuously running?...have reset the timer and then it still goes on counting?....what is it?

Hi,
Try going through this:
Menu> Settings> Connectivity> Packet Data> Packet data connection> When needed
Hope this helps

Similar Messages

  • N97 mini constant pop-up msg "Packet data: Packet ...

    Every 2-3 seconds, my phone displays this message "Packet data: Packet data not available. Check network services" and it prevents me from doing anything on my phone without being interrupted. There are some times of the day when this messages does not show up at all but I'm not quite sure on the reason for this. I've tried almost everything to prevent the packet data messages from continuously popping up & I really need help with this. I have recently got my phone (about 2 days ago) & I don't want this to be a reoccurring thing on my new phone.

    In Connectivity settings...Under Administrative settings-->Packet Data Connection.. set as 'When Needed'..
    --------------------------------------------------​--------------------------------------------------​--------------------------------------------------​--If you find this helpful, pl. hit the White Star in Green Box...

  • How can I do to acquire and save date in the same time and in the same file when I run continual my VI without interrupti​on.

    I've attached a VI that I am using to acquire amplitude from Spectrum analyzerse. I tried to connect amplitude ouput to the VI Write Characters To File.vi and Write to Spreadsheet File.vi. Unfortunately when I run continual this VI without interruption, labview ask me many time to enter a new file name to save a new value.
    So, How can I do to aquire and save date in the same time and in the same file when I run continual my VI for example during 10 min.
    Thank you in advance.
    Regards,
    Attachments:
    HP8563E_Query_Amplitude.vi ‏37 KB

    Hi,
    Your VI does work perfectly. Unfortunately this not what I want to do. I've made error in my last comment. I am so sorry for this.
    So I explain to you again what I want to do exactly. I want to acquire amplitude along road by my vehicle. I want to use wheel signal coming from vehicle to measure distance along road. Then I acquire 1 amplitude each 60 inches from spectrum analyzer.
    I acquire from PC parallel port a coded wheel signal coming from vehicle (each period of the signal corresponds to 12 Inches). Figure attached shows the numeric signal coming from vehicle, and the corresponding values “120” and “88” that I can read from In Port vi.
    So I want to acquire 1 time amplitude from spectrum analyser each 5
    period of the signal that I am acquiring from parallel port.
    So fist I have to find how can I count the number of period from reading the values “120” and “88” that I am acquiring from In Port (I don’t know the way to count a number of period from reading values “120” and “88”).
    Here is a new algorithm.
    1) i=0 (counter: number of period)
    2) I read value from In Port
    3) If I acquire a period
    i= i+1 (another period)
    4) If i is multiple of 5 (If I read 5 period)
    acquire 1 time amplitude and write to the same
    file this amplitude and the corresponding distance
    Distance = 12*i). Remember each period of signal
    Corresponds to 12 Inches).i has to take these
    values: 5,10,15,20,25,35,40,45,50,55,60............
    5) Back to 2 if not stop.
    Thank you very much for helping me.
    Regards,
    Attachments:
    Acquire_Amplitude_00.vi ‏59 KB
    Figure_Algorithm.doc ‏26 KB

  • For OS X: Whenever I have internet access my disk is running continuously for a period of time without any activity on my part.  When I close internet access the disk activity stops.  Who is fishing for data?

    For OS X v5 or 6: Whenever I have internet access my disk is running continuously for a period of time without any activity on my part.  When I close internet access the disk activity stops.  Who is fishing for data?

    Thanks for your reply.  I don't use itunes so that couldn't be it.  Reading about Little Snitch and Hands Off, however,  educated me about the data harvesting in many apps and that when buying from the AppStore one will more likely get Apps with benign data harvesting.

  • I have a new Macbook Air and for the last few days the fan had run continuously, this is the first time it has ever run, and now it won't stop, the fan starts up as soon as I turn it on. The computer is not hot.Any ideas on how I can fix this please ?

    I have a new Macbook Air, 6 months old, and for the last few days the fan had run continuously, this is the first time it has ever run, and now it won't stop, the fan starts up as soon as I turn it on and the computer seems to running more slowy.The computer is not hot but I am worried it may burn out,.Any ideas on how I can fix this please ?

    Hello dwb,
    Here is the screen shot, just the top half, there are another 10 pages, but I guess this should enough for you to have an idea of waht is going on, bit small I am afraid. No, I don't have any apps setup to run when I open my computer, the kernel, varies between 290 and 305 per cent ish.
    Would that PRAM thing help ? I think it may be the computer itself, well something inside, as this the first time that the fan has ever started running since I have this computer, even when I have 3 or 4 apps running.
    Thank you again for your advice,
    Regard,
    Beauty of Bath

  • USB hard drive used with Time Machine runs continually

    I have a USB SATA external hard drive that I am using for my Time Machine backups. The drive is configured to run on USB power. The drive begins running as soon as it is connected to the port, and runs continually, as long as it is connected. I expected the drive to sleep between TM backups, to save the moving parts. Is there any way to keep the drive sleeping until a TM backup is done, and then go back to sleep?

    Kenneth Mclauchlan wrote:
    I have a USB SATA external hard drive that I am using for my Time Machine backups. The drive is configured to run on USB power. The drive begins running as soon as it is connected to the port, and runs continually, as long as it is connected. I expected the drive to sleep between TM backups, to save the moving parts. Is there any way to keep the drive sleeping until a TM backup is done, and then go back to sleep?
    I believe that is up to the drive manufacturer. In the Preferences Energy Saver see if you have checked "put drive to sleep when possible" and see if the external drive sleeps when you put the computer to sleep. If it does not then it's not a "sleeper." Even if it does, it may not have an internal clock or switch to sleep after so many minutes of inactivity.
    Can you use the drive with external power? See if that does anything.
    My LaCie d2 quadro sleeps between backups. I don't use USB, I use FW800.

  • Why the execution time increases with a while loop, but not with "Run continuously" ?

    Hi all,
    I have a serious time problem that I don't know how to solve because I don't know exactly where it comes from.
    I command two RF switches via a DAQ card (NI USB-6008). Only one position at the same time can be selected on each switch. Basically, the VI created for this functionnality (by a co-worker) resets all the DAQ outputs, and then activates the desired ones. It has three inputs, two simp0le string controls, and an array of cluster, which contains the list of all the outputs and some informations to know what is connected (specific to my application).
    I use this VI in a complex application, and I get some problems with the execution time, which increased each time I callled the VI, so I made a test VI (TimeTesting.vi) to figure out where the problem came from. In this special VI I record the execution time in a csv file to analyse then with excel.
    After several tests, I found that if I run this test VI with the while loop, the execution time increases at each cycle, but if I remove the while loop and use the "Run continuously" funtionnality, the execution time remains the same. In my top level application I have while loops and events, and so the execution time increases too.
    Could someone explain me why the execution time increases, and how can I avoid that? I attached my test VI and the necessary subVIs, as well as a picture of a graph which shows the execution time with a while loop and with the "run continuously".
    Thanks a lot for your help!
    Solved!
    Go to Solution.
    Attachments:
    TimeTesting.zip ‏70 KB
    Graph.PNG ‏20 KB

    jul7290 wrote:
    Thank you very much for your help! I added the "Clear task" vi and now it works properly.
    If you are still using the RUn Continuously you should stop. That is meant strictly for debugging. In fact, I can't even tell you the last time I ever used it. If you want your code to repeat you should use loops and control the behavior of the code.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • The packet data and wlan connection runs automatia...

    guys guys guys i'm having a wiered problem with this rubish E72
    well every time i check my log i find that my phone has used packet data connections and wlan connections for small time intervals and small periods while i haven't used the internet for a long time btw i always make sure to exit all app and also make sure to disconnect my email before exiting so packet data signals and wlan signal are not (on)
    so that means that the phone just uses internet by it's own self also notice that the time that the phone used the internet was during my sleep time
    but it's so weired it has used the packet data for 30 seconds and the wlan fo 1.5 mins by it self ..............is this a virus or that ugly firmware is just full of **bleep**
    please check your phones (log) and reply me back
    thank you
    Nokia E72-1 Black
    firmware : 053.001
    of 26 of nov 2010

    well for the  ovi sync i really use that app to sync my contacts and calender and it set to manual sync so i guess it wouldn't go by it self
    as for the wlan data and packet data , last night was ok withou any connection don't know how
    or what happened it seems the problem is solved but i will also make sure tonight of the problem still exist or not
    all i did last night i have installed 2 app (m.gaurd(netqin) and kaspersky antivirus) to scan my mobile and it did but it seems that its slowind down my already slow mobile
    and removed them today because they corrupted the interface of my snaptu application which i use for facebook (the highlight color disappeared but it was still working) so i had to uninstall it and reinstall back again
    Nokia E72-1 Black
    firmware : 053.001
    of 26 of nov 2010

  • How to create a Power Pivot Chart with Dynamic X-Axis (date time) similar to that in Performance monitor (Start-- Run-- Perfmon)?

    Hi,
    I want to create a Power Pivot Chart and a Power View chart in Power BI where the x-axis should be the current system date time axis and it's functionality should be similar to that in Perfmon.exe tool (Start-->Run-->Perfmon)?

    Hi Manjunath,
    Do you mean you want to programmatically create such a dynamic chart which has a X axis of time? If you just want to do this manually, please take a look at this document which is talking about how to create charts with Power BI:
    Charts and other visualizations in Power View
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Why does Time Machine run continually?

    I moved from Snow Leopard to Lion last week, and also converted my MobileMe account to iCloud.  It has now been seven days and Time Machine appears to have never stopped backing up.  To be more precise, it appears that as soon as it completes one back up, it immediately starts on a new one.  My Time Machine drive is an external 750 GB connected by FW800.  Time Machine estimates the size of a full backup at 132.66 GB.  The Bootcamp partition on my 320 GB internal drive and the external Time Machine drive are excluded from the backups.  Looking at the Star Wars screen in Time Machine shows that it has made two backups per day since the move, so I don't think it is still making the initial full back up due to the OS upgrade.
    Is this normal?  If not, what may be causing Time Machine to run continually?  It did not behave in this way with Snow Leopard and previous versions of OS X.
    Thanks for any advice.

    Hi, and welcome to the forums.
    It sounds like you may have either or both of the following:
    Your backups are too large. Something is being backed-up often, or every time, that is taking a lot of time and disk space. See #D4 in the Time Machine - Troubleshooting *User Tip* at the top of this forum.
    Your backups are running too slowly, for one or more reasons. See #D2 in the Troubleshooting Tip.

  • My MAC no longer runs MS office 2008 Microsoft Error Reporting log version: 2.0  Error Signature: Exception: EXC_BAD_ACCESS Date/Time: 2015-02-01 23:38:19  0000 Application Name: Microsoft Excel Application Bundle ID: com.microsoft.Excel Application

    My MAC no longer runs MS Office 2008
    I get the following error message
    Microsoft Error Reporting log version: 2.0
    Error Signature:
    Exception: EXC_BAD_ACCESS
    Date/Time: 2015-02-01 23:38:19 +0000
    Application Name: Microsoft Excel
    Application Bundle ID: com.microsoft.Excel
    Application Signature: XCEL
    Application Version: 12.0.0.071130
    Crashed Module Name: unknown
    Crashed Module Version: unknown
    Crashed Module Offset: unknown
    Blame Module Name: unknown
    Blame Module Version: unknown
    Blame Module Offset: unknown
    Application LCID: 1033
    Extra app info: Reg=en Loc=0x0409
    Crashed thread: 0

    If your startup disk says it is full, you need to remove some of your stuff.
    Either move some documents/movies/pictures to an external drive (if you want to keep them), or delete them from your startup drive. Then, empty the Trash.
    If you move them to an external, you will still have to delete them from the internal drive.
    That won't fix Office (I don't think), but it will make everything run better. You need a minimum of 10GB free (more would be better).
    You might need to reinstall Office. It should work without problem (well, at least as little problem as Office can muster).

  • How to save data in New Excel Sheet on each time run the VI?

    Hello everyone 
    I am doing my dissertation. In that i have to store the data of load cell in the excel sheet. I have done that.
    Here i have attach the vi , template in which want to save data named My , and output when complete the rn of vi named My Report.
    Now the problem is once i have run the vi , my report is generated but second time when i run the vi the new my report sheet is not generated. and the second problem is i am getting out put as 511, 0,  2.49.  
    I want the when ever i run the vi every time the new excel sheet should be generated and saved with date, time and my report tag. ex. My Report 20/11/13 12:00
    And i want the output 511,2.49,...dont want this 0.
    please hepl me out its urgent
    Attachments:
    COM TO EXCEL WITH EXCEL TOOLKIT.vi ‏44 KB
    MY.xlsx ‏12 KB
    My_Report 1.xlsx ‏12 KB

    You just need to change the settings. Whenever it will write to excel it will display the save as option.
    Then user will confirm the same
    In the excel dispose report.vi passsave change and close report boolean input as TRUE and see
    Kudos are always welcome if you got solution to some extent.
    I need my difficulties because they are necessary to enjoy my success.
    --Ranjeet

  • When I run this VI "Waveform Time to Date Time String" in LabView 7.0 it will not pass decimals of seconds.

    When I run this VI "Waveform Time to Date Time String" in LabView 7.0 it will not pass decimals of seconds. From decimals of inputline. If i disconnect the input to the subVI "Get Date/Time string vi" it will work propperly, it also doses if I reconnect it. I use LabViev 7.0.
    So the problem i solved, but i dosent understund why it works in this way. Does it indicate other problems which will make my researchprogram unrelaible ?
    Attachments:
    Waveform_Time_to_Date_Time_String.vi ‏18 KB

    Hello.
    I checked your vi and it fails as you state.
    It runs fine if: 1 Convert number to timestamp OR
    2 Wire a constant to want seconds?
    In labview 7.1, no problems.
    I think is a job for NI engeniers.
    Hope it helps
    Alipio
    "Qod natura non dat, Salmantica non praestat"

  • Identify Jobs that are not running on their Scheduled date time

    I have 29 scheduled jobs that run at different intervals of time. Some run once a day. few others run on hourly basis while others run on Sundays.
    I was working on a query that would let me know if a particular job did not run on its scheduled date and time.
    SELECT * from all_scheduler_jobs WHERE state <>'DISABLED'; will give me a list of all jobs that I have to monitor and that are not in the disabled state. But how can I verify that the jobs are running at their scheduled date time?
    Any help please? I need to create a view of all such jobs and then plan to send an alert so that appropriate action can be taken and it is assured that all important jobs run as per schedule.
    Thanks.

    Hi,
    I can see 2 approaches.
    - for jobs that have run but ran very late you should query dba_scheduler_job_run_details and filter by the difference between req_start_date and actual_start_date
    - for jobs that should have run but shouldn't, query for DBA_SCHEDULER_JOBS jobs that are SCHEDULED where next_run_date is in the past
    Hope this helps,
    Ravi.

  • I need an app or software that records the date/time each time a write something and press enter. This needs to be quick so I can continue writing right after I press enter, and the date/time is inserted for each word. Does this sort of software exist?

    I need an app or software that records the date/time each time a write something and press enter. This needs to be quick so I can continue writing right after I press enter, and the date/time is inserted for each word. Imagine a spreadsheet - each time a write something in a cell and press enter to go into the next cell, I need the app/software to automatically insert the corresponding dat and time. Does this sort of software exist?

    No one here is going to do anything about it. Send feedback to Apple.
    http://www.apple.com/feedback/ipad.html
    Basic troubleshooting steps. 
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 

Maybe you are looking for

  • New Laptop need 64 bit version but originally bought the 32 bit version.

    I just got a new laptop, a 64 bit version of Windows 7.  However, my download of Lightroom was the 32 bit version.  Does anyone know if I can I get the 64 bit version and use it on my new computer without having to pay more? Thanks for any advice I c

  • JMS Messaging bridge

    Hi I am using two different machines.On Machine A i have created Messaging bridge , 2 bridge destination, and two queues for send and receive purpose. On second machine there are only 2 queues and bridge destinations.I have removed<b> bridge</b> from

  • GT80 Titan SLI – the keyboard

    Just revealed at CES earlier this month is the all-new MSI GT80 Titan SLI – the world's first gaming notebook with a mechanical keyboard. We've spoken about it at length at the launch itself, and it is pretty eye-catching, so it didn't go unnoticed e

  • CS6 is opening Autorecovery file even when program had been shut down properly

    I have successfully saved my file, shut down Photoshop without incident, and yet upon opening  CS6 it starts opening the latest autorecovery file. I need to have autorecovery on for the work loss protection it provides, but it can get confusing to ha

  • INBOUND FM is required for production order confirmation ( CONF21 )

    Hello, Can anyone tell  me the name of the stadard inbound FM(used in processing inbound IDOC) used for order confirmation .  CONF21 is the idoc type being used. Thanks. Krishnakumar