My 3g is very slow in my iphone 5s sometimes and some times it is speed?

my 3g is very slow in my iphone 5s sometimes and some times it is good speed ?

That makes very little sense.    Can you be a little more descriptive?

Similar Messages

  • My performance is very slow when I run graphs. How do I increase the speed at which I can do other things while the data is being updated and displayed on the graphs?

    I am doing an an aquisition and displaying the data on graphs. When I run the program it is slow. I think because I have the number of scans to read associated with my scan rate. It takes the number of seconds I want to display on the chart times the scan rate and feeds that into the number of samples to read at a time from the AI read. The problem is that it stalls until the data points are aquired and displayed so I cannot click or change values on the front panel until the updates occur on the graph. What can I do to be able to help this?

    On Fri, 15 Aug 2003 11:55:03 -0500 (CDT), HAL wrote:
    >My performance is very slow when I run graphs. How do I increase the
    >speed at which I can do other things while the data is being updated
    >and displayed on the graphs?
    >
    >I am doing an an aquisition and displaying the data on graphs. When I
    >run the program it is slow. I think because I have the number of
    >scans to read associated with my scan rate. It takes the number of
    >seconds I want to display on the chart times the scan rate and feeds
    >that into the number of samples to read at a time from the AI read.
    >The problem is that it stalls until the data points are aquired and
    >displayed so I cannot click or change values on the front panel until
    >the updates occur on the graph. What can I do to be a
    ble to help
    >this?
    It may also be your graphics card. LabVIEW can max the CPU and you
    screen may not be refreshing very fast.
    --Ray
    "There are very few problems that cannot be solved by
    orders ending with 'or die.' " -Alistair J.R Young

  • My mac mini is running very slow all of a sudden, how can i restore it's speed?

    my mac mini is running very slow all of a sudden, how can i restore it's speed?

    This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
    If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running a program at the instance of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
    Here's a summary of what you need to do: Copy a line of text from this web page into the window of another application. Wait about a minute. Then paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    clear; shopt -s extglob; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; Fu='User %s%%\t\tSystem %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; R () { o=; [[ r -eq 0 ]]; }; Pm () { [[ "$o" ]] && o=`sed 's/^ */   /' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pc () { o=`egrep -v '^[[:blank:]]*($|#)' "$2"`; Pm "$1"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o="${o##+( )}"; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=`system_profiler SPDiagnosticsDataType | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; o=`pmset -g therm | sed 's/^.*CP/CP/'`; grep -q 'No th' <<< "$o" && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; grep -q '= [^GO]' <<< "$o" || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; o=`ls /L*/L*/Dia*/*.panic | wc -l`; Ps "Panics"; o=`ls /L*/L*/Dia*/*.c* | tail`; Pm "System crash logs"; o=`ls L*/L*/Dia* | tail`; Pm "User crash logs"; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; [[ o -lt 5120 ]] && Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 90 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Pm "Total CPU usage" && s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); o=${s[2]}%; Ps "CPU usage by process $s of user ${s[1]}"; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process $s of user ${s[1]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic system jobs"; o=`launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; for d in {/,}L*/{La,Priv,Sta}*; do o=`ls -A "$d" | egrep -v '^(\.DS_Store$|com\.apple\.)'`; Pm "$d"; done; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print`; Pm "Unsigned shared libraries"; o=`launchctl getenv DYLD_INSERT_LIBRARIES`; Pm "Inserted libraries"; o=`find {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep :`; Pm "Profiles"; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(egrep -v '(local|broadcast)host' /etc/hosts); Pc "User launchd" ~/.launchd; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist ! -exec sh -c 'plutil -s "$1" >&-' {} {} \; -print`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in {0..1}; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} files"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important.
    If you're not logged in as an administrator, you won't be prompted for your password. The test will still run. It just won't do anything that requires administrator rights.
    The test may take up to a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. There is no indication of progress until it's done. Wait for the line "[Process completed]" to appear in the Terminal window. If you don't see that line within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
    When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    When you post the results, you might see the message, "You have included content in your post that is not permitted." That's because the forum software falsely identifies something in the post as a violation of the terms of use. If that happens, please post the results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • When I connect an external hard drive to macbook pro it is very slow to appear on the desktop and Finder window, sometimes 20 mins or more, even with auto backup switched off . any clues?

    when I connect an external hard drive to macbook pro it is very slow to appear on the desktop and Finder window, sometimes 20 mins or more, even with auto backup switched off . any clues?

    Hi robfromkinglake west,
    Try and isolate the issue.  Check if it's only with this drive.
    Check the drive with Disk Utility
    Using Disk Utility to verify or repair disks
    http://support.apple.com/kb/ht1782
    I've never seen a drive take 20 minutes to mount.
    Nubz

  • I have installed about 35 add-ons in my firefox 4 , and it got very slow in brosing sites like facebook and youtube and others..always at scrolling through the page or clicking on buttons...etc

    i have installed about 35 add-ons in my firefox 4 , and it got very slow in browsing sites like facebook and youtube and others. at scrolling through the page or clicking on buttons...etc
    this is nit occuring in google chrome in the same degree

    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • My Jetpack 5510L says that its connected to 4G but its performing very slow, I removed the sim card and did a reset of the device. Any other suggestions?

    My Jetpack 5510L says that its connected to 4G but its performing very slow, I removed the sim card and did a reset of the device. Any other suggestions?

    I don't know who you would contact at Verizon to verify this, but I suspect you are in the same situation as me.  My unlimited Jetpack is now being throttled to a basically useless speed of .10Mbps.  Sometimes as low as .04Mbps.  Turns out this is done purposely as they are evidently eliminating unlimited.  They're doing this now even though accounts still display on the my device page as unlimited.  They have given no warning, no explanation and started it in the middle of a billing cycle.  At least for me.  Be prepared to pay about double for 20GB with I think and $8 per gig overage cost.  With the 5GB plan it appears they just throttle down to an unusable speed.  Currently considering saying goodbye to Verizon myself.  Even with some need to change plans and eliminate unlimited this isn't the way to treat customers during the change.

  • HT1386 I synced (updated) my iphone to itunes and some songs were deleted from my iphone playlist on my phone.  On the computer, a circle is next to the song and the title faded out.  What the heck is that all about and how do I get my songs back onto my

    I synced (updated) my iphone to itunes and some songs were deleted from my iphone playlist on my phone.  On the computer, a circle is next to the song and the title faded out.  What the heck is that all about and how do I get my songs back onto my phone playlist?  Never happened before.  My software is up to date?

    http://support.apple.com/kb/HT2519

  • I have a iPhone 4s I use some times my iPad Charger to Charge the battery is correct?

    I have a iPhone 4s I use some times my iPad Charger to Charge the battery is correct?

    you can use an ipad charger to charge your iphone..  There will be no damage.

  • In my Iphone 5 and I Pad  inbox i get dozens of mysterious messages that I can't delete. They all say  (No Sender) (No Subject) This message has no content  Date: different but all of them way before the internet (late 60's early 70's and some times 2000)

    In my Iphone 5 and I Pad  inbox i get dozens of mysterious messages that I can't delete. They all say
    (No Sender)
    (No Subject)
    This message has no content
    Date: different but all of them way before the internet (late 60's early 70's and some times 2000)
    can't open or delete any of them. These messages are not on my PC
    I have three different accounts but it seems like they are coming from my gmail account
    Thanks for the help
    JC Garza

    Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after the iPad shuts down, then press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds). Ignore the "Slide to power off"

  • Iphone 5 screen Flickers some time while entering app store password

    Hi
      My Iphone 5 screen Flickers some time while entering app store password, not sure if it is BUG of Iphone 5 or I OS6 . Do I need to exchange my device?

    It happened to me as well. Once in App Store and once in Flight+ app. It happens where the keys QWERTY is on the keypad. I assume it is a software bug in the OS. However, I don't eliminate the possibility of a hardware issue with my device since I dropped it on a hard carpet floor from waist height. No appearance damage but not sure about any internal damages. I will update this thread when I get more updates

  • Finger sensor not working and some time iphone 6 screen also hang/pause  for few seconds

    In my iphone6 finger sensor not working and some time iphone 6 screen also hang/pause  for few seconds.

    Try cleaning the sensor, remove all fingerprints from the settings, and the start over in recognizing prints. There are a number of things that make prints hard to read, sweat, lotion, dirty hands, etc.

  • TS1631 When I ring someone from my iPhone 4 they can't hear me sometimes and other times they can hear me fine. This has only started happening since I updated to iOS 6 it was perfect the day before.

    When I ring someone from my iPhone 4 they can't hear me sometimes and other times they can hear me fine. This has only started happening since I updated to iOS 6 it was perfect the day before.

    Good news! I believe I have fixed my phone!!
    A friend of mine was having the same problem that I was having where you could hear other people but they couldn't hear you.
    We fixed the problem by redownloading the 4.2.1 update. 4th post down on this page: http://forums.macrumors.com/showthread.php?t=1052794&page=5 is a list of links to the update files. I downloaded the one for my phone and did a restore (from a backup) after downloading the file and double clicking it so iTunes opens. Since I've done this my phone has been working perfectly again!
    It might take you a few tries, it took my friend 3 tries until his worked right and it worked for me on the first try. I'm guessing something was screwing up during the download.

  • Iphone keeps flickn white and some times stays on white screen

    iphone keeps flickn white and some times stays on white screen

    buldogg77, nbuubu and bwible.
    I decided to return the iPHone 6. I have not had good experience with Apple products. I purchased three recently, which all had major issues (purchased within weeks of the iPhone 6). I had a 5s, which was going into low-signal mode and burning out the battery before mid-day. I had a Mac-Mini that kept dropping the wifi signal and had issue reconnecting when waking from sleep (this became nearly useless for anything online) and a iPhone 5c that could not be activated (a complete brick). The 5c was the last purchase (on-top of the Mac-Mini) that made me give up. I was not going to exchange four products that cost around $2k.
    I ended up ordering the Moto X second Gen. It has an amoled display and amoleds typically don't have uniformity and hot pixel issues. Also, I got accidental coverage, accessories and 32GB of memory for less than I did for the purchase of the iPhone 6 16GB (about $600 after $50 student rebate). I also found Siri was not as good as Google's voice services (or directions for that matter) and the OS was not as intuitive with multitasking IMO.
    I am a fan of Apple products overall and it's unfortunate Foxconn is doing them a disservice. Hopefully you all get your issues worked out. I'm baffled at how Apple products tend to get the best reviews on screen quality. Before a review should be given on accuracy, how about back-light uniformity? That is just as important for the overall user experience IMO.

  • I have an iphone 4, when I upgraded to ios 7.1.1 the application 'superlive pro' is not functioning well it is stucked and some times the device needs to be restarted

    I have an iphone 4, when I upgraded to ios 7.1.1 the application 'superlive pro' is not functioning well it is stucked and some times the device needs to be restarted

    if there is a compatability between the app and newer versions of the ios then likely the developer if he/she knows about it will release an update fixing the issue
    but of cause the developer has to know about it so maybe you should inform the developer about the issue and wait for a fix

  • Mac got really slow after updation of os X and some application misbehaving and not able to open them.

    Mac got really slow after updation of os X and some application misbehaving and not able to open them.

    Apply the combo update
    http://support.apple.com/kb/DL1640

Maybe you are looking for

  • How to change email address on iCloud account?

    Not sure how it happened while registering my wife's new iPhone, but the email address that appeared on iCloud was her iTunes address and not her .me address. We would like to change the iCloud addres to her .me address. How?

  • My Ipod Nano 4th gen click wheel won't work will apple be able to fix this?

    My Ipod Nano 4th Gen's Click Wheel won't work.Is there a way that Apple can repair this for me and how much will it cost?

  • Master data enhancement

    Hi gurus, i have a requirement where in i want to enhance the 0material with standard price in MBEW -STPRS what should be the logic in the user exit, i assume that it should be something like select stprs from mbew where mara-matrn = mbew-matrn but i

  • Why does my iPhoto library keep losing thumbnails?

    I own an external Hard Drive containing my photographs and in the past 2 weeks, my iPhoto thinks it's a good idea to lose all of my thumbnails for my photographs. When it tries to rebuild itself, nothing happens and remains the same and when I do it

  • Linking 2 songs

    i purchased 2 songs from itunes. they are both from the same album and artist. one song is an intro into the other song. i always listen to my library on shuffle. is there any way to make is so those 2 songs always play together? can I link them so t