Why has 3G become so terribly slow?

I see threads containing instructions of how to reset the phones network settings, including removing sim card with phone off for 10 secs, from Verizon to increase speed. I have done all these things as well as looked up 3G coverage according to their maps to be sure I am listed within coverage area. When I am in or around Memphis I get horrible 3G coverage and speed. A lot of the time it shows up as 1x speed even though I should be 100% covered here. Doesn't matter if I am inside or outside a building, same results. Also where I live in north MS it shows up 3G but speed is still terrible. Here is the results in a major city:

I'm having the exact same problem.  I have the Galaxy S5, I'm a truck driver and got Verizon because of the supposed incredible coverage. Verizon has good coverage but their 4g is no where near what they claim, I'd be fine with 3g however when I'm on 3g data is just not usable. It doesn't matter what state I'm in, I've been all over the country, once my phone hits 3g I know it's unusable,  for instance it just took 20 minutes to download a 5meg app, it takes Web pages minutes to load and half the time they just time out.  It is getting ridiculous and I'm about to just switch to At&t and see if things work better. 3g was never this slow back before 4g existed, hell I've used my phone as a hotspot and gamed from computer online with 3g back in the day.   But on verizon I can't even load simple Web pages,  come on, paying this amount of money for this is insane.

Similar Messages

  • Why has my Safari and MAIL slowed after upgrading to Mountain Lion on my MacBookPro ?

    Why has my Safari and MAIL slowed after upgrading to Mountain Lion ? I have mid-2009 MBPro and have very fast Internet access router.

    I have noticed the same thing on my MAC.  Mail has become very "clunky"- Before Mountain Lion, whenever I clicked on a msg or a function (delete), it would respond immediately.  With Mountain Lion there is an unacceptable hesitation.  What is going on with this latest update?

  • Why has the download/buffering speed slowed down for videos?

    Why has the download/buffering speed slowed down for videos?
    What can be done about it?
    TIA,
    R. Ober

    The problem is with your router, your internet service provider or you have a marginal connection with your router.
    Locate your iPad close to your wifi router and see if the problem persists.
     Cheers, Tom

  • Why has booting become slow?

    Hi there. Whenever I turn on my macbook, it takes almost 10 minutes to reach the login page. This just started happening recently. Do you know what this can be attributed to and how I may fix it? Could it possibly be because of holding down the power button to shut it down the last two times? Thanks!

    When you say "10 minutes" do you actually mean that... or are you just tossing that number out there?
    In general, a forced shutdown (by holding down the power button) won't cause any major problems, but you can corrupt data on the drive if it happens to be writing when you force it to shutdown... doing this often can, over time, cause issues (although it won't physically damage anything).
    As was previously mentioned, knowing why you had to force your computer to shut down in the first place may be a good place to start. If you were not able to shutdown properly, that would be a sign that some process is hanging (it could be due to hardware issues as well... but this is less likely). What were you doing the two times you were forced to shutdown with the power button? Were you doing the same thing both times? If you do the same thing, does it result in your system locking up each time? As much info as you can provide would be helpful.

  • Why has Firefox become so slow? I hate Google but I've had to switch to Chrome. I'm on a top of the range Mac Mavericks with latest Firefox browser.

    Never mind the volunteers! Why the hell can't the creators of Firefox sort this out? But if they don't want to bother then I'll just forget Firefox and carry on with Chrome.
    I've tried all the cute little so-called fixes, cleared the cache, even got some silly thing called Speedy Fox but none of it ever works. Please Firefox, just sort it out.

    Volunteers are the creators of Firefox, it's an open source project.
    Have you tried making sure you are using the latest version of Firefox (36)? Tried a Firefox Refresh? [[Refresh Firefox - reset add-ons and settings]]

  • Why has firefox become so slow and it use to be so fast, why do pages take so long to load now.

    Firefox use to be very fast. Now it takes a long time for pages to load. There is no malware or spyware. Hardware is working right. Have started using Safari to get the speed I use to get before, but I miss Firefox. I disabled all my addons and plugins and still at times it reminds me of dial up. I have a cable connection of +15 mps. I also constantly clean my cache so it isn't that. IE is much, much faster as well. I have totally uninstalled it and reinstalled it as well, but it doesn't help.

    Maybe it is a problematic add-on? At the top of the Firefox window, select Help<Restart With Add-ons Disabled. This will start Firefox in safe mode. If you notice anything is faster, than chances are the problem you were having was an extension. Disable all of them, then begin enabling them one by one. Restart each time you disable an add-on. If you notice Firefox is slow after enabling a certain add-on, then, problem solved (hopefully).
    Another thing you can do is install FasterFox, a helpful add-on that increases the speed of Firefox. Download here: https://addons.mozilla.org/en-US/firefox/addon/fasterfox-9148/

  • Why have iCal becom so extremly slow on iPad?

    I don't know if this is an iCal, iPad or MobileMe issue.
    I loved iCal on iPad and it has been my preferred place to edit my calendars. But lately it has become so slow it is almost unusable. When I create a new calendar appointment it takes several minutes before it displays on the screen. Meanwhile the spinning wheel is showing. Yes, I am on high speed WiFi (50 Mbit/s).
    I do not have that problem when adding items from my workstation, laptop or iPhone.
    Is there anyone out there having the same experiences and how to solve it?

    The answer was simple. Just set the sync to 3 or 6 months in the Preferences.

  • Why has my page loading speed slowed on OS6?

    My page loading speed has slowed to a crawl with OS6.  Anybody else having this problem?  I feel like I have a dial up connection.

    We need more specific information about how you charge, how old the iPad is, etc.
    could be hardware, could be software.

  • Why has Safari become disabled in both my iPad and iPhone?

    Since upgrading to Mavericks Safari has become disabled both in my iPad and now in my iPhone.  5 factory restores have not helped and that has been with the help of Apple support techs.  Anyone else experiencing this?

    Check your restrictions
    Settings>General>Restrictions>Safari

  • Why has simple become difficult?

    I have two identical databases one in Microsoft Access the other in SQL Server Compact Edition 3.5. Both are OLEDB compliant.
    The application I'm writing is designed to be a standalone tool, and changes made to the .NET framework made using Access as a backend data storage no longer practical.
    I remade the Access database as a SQL Server Compact Edition 3.5 database using the VB.NET IDE. To save the previous work I changed the Access data provider to the SSCE 3.5 data provider and matched the correct database to the appropriate data provider.
    Access Connection String:
    Provider=Microsoft.ACE.OLEDB.12.0;Data Source="C:\Users\Mark\Documents\Visual Studio 2008\Projects\BindingCtrls\BindingCtrls\bin\Debug\objBkUp.ACCDB";Persist Security Info=False
    SSCE Connection String:
    Provider=Microsoft.SQLSERVER.CE.OLEDB.3.5;Data Source="C:\Users\Mark\Documents\Visual Studio 2008\Projects\BindingCtrls\BindingCtrls\bin\Debug\Archives.SDF";Persist Security Info=False
    The previously working code failed. I suspected a subtle difference between the databases. A developer acquaintance suggested I write both database schemas into XML files and compare them with a freeware text comparator named 
    ExamDiff. In the interest of saving space I'm only going to show one column's differences between the two databases.
    Access DB column:
    <xs:element name="PCID" type="xs:int" minOccurs="0" />
    SQL Server CE column:
    <xs:element name="PCID" msdata:ReadOnly="true" type="xs:int" minOccurs="0" />
    As you can see the only difference between the two columns is: msdata:ReadOnly="true".
    The simple question is: Why can't I change the msdata:ReadOnly="true" property to false using the VB.NET Server Explorer tool inside the VB.NET IDE?
    They are suppose to be compatible. There is a flaw.
    MRM256

    I thought it would be helpful  for those who are interested to place the test application out on OneDrive http://1drv.ms/1hIMEPw , so you can see exactly what I'm doing.
    We will test the Access database, followed by the SQL Server CE database. All we are doing is activating one database, add two items; then do the same test with the other database.
    In the tests I ran the Access database worked without any problem. However, the SQL Server CE one blew up.
    In the frmBinding_Load event I have a section I partitioned off with dashes.
    'Function to build Connection string to Access DB
    'cnnAccessCtrlDB = objDBCnn.cnnOLDEB(strAppPath & "\objBkUp.ACCDB")
    'strDBInUse = strAppPath & "\objBkUp.ACCDB"
    'Fill DataSet; including all DataTables and data
    'dsAccess = objDBStuff.getDataSetAndFill(cnnAccessCtrlDB)
    'Function to build connection to SSCE DB
    'cnnSSCE = objDBCnn.cnnOLDEB(strAppPath & "\Archives.SDF")
    'strDBInUse = strAppPath & "\Archive.SDF"
    'Fill DataSet; including all DataTables and data
    'dsAccess = objDBStuff.getDataSetAndFill(cnnSSCE)
    For the first test we will active the Access database.
    'Function to build Connection string to Access DB
    cnnAccessCtrlDB = objDBCnn.cnnOLDEB(strAppPath &
    "\objBkUp.ACCDB")
    strDBInUse = strAppPath &
    "\objBkUp.ACCDB"
    'Fill DataSet; including all DataTables and data
    dsAccess = objDBStuff.getDataSetAndFill(cnnAccessCtrlDB)
    'Function to build connection to SSCE DB
    'cnnSSCE = objDBCnn.cnnOLDEB(strAppPath & "\Archives.SDF")
    'strDBInUse = strAppPath & "\Archive.SDF"
    'Fill DataSet; including all DataTables and data
    'dsAccess = objDBStuff.getDataSetAndFill(cnnSSCE)
    Press F5 to run the application. Press the Yes button to authorize item archiving on the PC where you are testing this application. Your PC will be different from mine.
    Once the form is up on the tree view control open up some folder and add at least two items to the database. Similar to the image below:
    As mentioned previously this one works. Now we are going to activate the SQL Server CE database like so:
    'Function to build Connection string to Access DB
    'cnnAccessCtrlDB = objDBCnn.cnnOLDEB(strAppPath & "\objBkUp.ACCDB")
    'strDBInUse = strAppPath & "\objBkUp.ACCDB"
    'Fill DataSet; including all DataTables and data
    'dsAccess = objDBStuff.getDataSetAndFill(cnnAccessCtrlDB)
    'Function to build connection to SSCE DB
    cnnSSCE = objDBCnn.cnnOLDEB(strAppPath &
    "\Archives.SDF")
    strDBInUse = strAppPath &
    "\Archive.SDF"
    'Fill DataSet; including all DataTables and data
    dsAccess = objDBStuff.getDataSetAndFill(cnnSSCE)
    Follow the same steps you did to run the application. When you add one item this occurs:
    First off you notice five of the six bound controls are empty, but it says one records has been added to the data set table. Select another item and press the plus button on the navigator control.
    An invalid casting exception gets thrown: "Cannot cast DBNull.Value to type System.Int32. Please use a nullable type."
    This bothers me, because according to Microsoft both of these databases are OLEDB compliant and should function exactly alike.
    I would be interested in what will happen on newer versions of Visual Studio.
    Thank you,
    MRM256

  • Why has my MacBook response time slowed to, at best, a crawl?

    Long ago I added available RAM, I continually delete unused apps, trash and other files. Ran virus protection software. No error messages. When I have the OS and any browser open, trying to open almost anything results only in the spinning colored disc response. Even to stop that and continue now take tens of mins or even closing down computer. What should I look for to deal with this situation?

      Woe is me.  Took it into Apple Store and Genius had to erase the hard drive and restore what was available from the Apple sites.  I do have a backup of some of my data on Carbonite, but that too is problematic since I cannot get on my account due to changing my login informatiion in a way that seems to have left my account lost to me. Guess some of my photos and videos are lost for good since I do not think I specified that they should be backed up. I am wondering why, of all things, the user has to specify backing up of photos and videos since those are often the most important and irreplacable files on the computer.  Fortunately, the best, older ones should be on DVD backups.

  • Why has iTunes become difficult and frustrating to use?

    I've been a Mac user for 6 years and have always loved them, but since the latest two iTunes updates I've found myself with my old Windows reaction - getting frustrated because it won't do what I want it to. (I'm on version 11.0.1 (12).
    When I search music in my library - either by track or artist - I expect to double click on the result and be taken to it. Now insted I have to right click and be given loads of options, and it still won't show up. User simplicity has always been the key to a great product in my opinion, and now it seems to be going backwards. Perhaps there's something I'm missing, but I don't think so.

    Hi,
    In search box untick search entire library and click on arrow where you can select all, song, artist, album or composer.
    Search works fine for me.
    Jim

  • I have a MacBook Pro running 10.6.8 which has suddenly began running terribly slow

    I was using AIM messenger and either looking up something on Facebook or YouTube when my computer froze.
    It took a couple of minutes to respond again but I noticed that it continually lagged and kept freezing if I kept trying to do multiple things at once.
    I thought restarting my computer would be a good idea, see if that would help & that's where I noticed the biggest difference.
    My computer can generally be turned on and fully logged-in within 1 minute, but it now takes me up to 12 minutes to do the same process. Once I have turned the computer on, it will take the most time to just get to the log-in screen, after I have entered my password, it is fairly quick.
    Once logged-in my computer is running a little better, but still freezes for a small period of time before it all catches up very quickly.
    Can anyone help?

    Hi Melophage,
    Sorry for the late reply, I've been offline for a little while.
    These are the results, thank you for helping me!
    Hardware Information:
              MacBook Pro (15-inch, Mid 2010)
              MacBook Pro - model: MacBookPro6,2
              1 2.53 GHz Intel Core i5 CPU: 2 cores
              4 GB RAM
    Video Information:
              NVIDIA GeForce GT 330M - VRAM: 256 MB
              Intel HD Graphics - VRAM: 288 MB
    System Software:
              Mac OS X 10.6.8 (10K549) - Uptime: 0 days 2:21:39
    Disk Information:
              Hitachi HTS725050A9A362 disk0 : (465.76 GB)
                        (null) (disk0s1) <not mounted>: 200 MB
                        Macintosh HD (disk0s2) / [Startup]: 465.44 GB (336.02 GB free)
              MATSHITADVD-R   UJ-898 
    USB Information:
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Internal Memory Card Reader
              Apple Inc. Apple Internal Keyboard / Trackpad
              Suunto Movestick mini
              Apple Computer, Inc. IR Receiver
              Apple Inc. Built-in iSight
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              com.symantec.kext.internetSecurity          (1.3.2f5)
              com.symantec.kext.ips          (3.2f8)
              com.symantec.kext.pf          (4.1.1f13)
              com.symantec.kext.SymAPComm          (11.1.2f17)
              com.symantec.kext.filesecurity          (1.3.3f65)
              com.symantec.kext.fw          (1.0.3f5)
    Startup Items:
              Jaksta: Path: /Library/StartupItems/Jaksta
    Problem System Launch Daemons:
              [System] org.samba.winbindd.plist 3rd-Party support link
    Launch Daemons:
              [System] com.adobe.fpsaud.plist 3rd-Party support link
              [System] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [System] com.symantec.avscandaemon.plist 3rd-Party support link
              [System] com.symantec.deepsight-extractor.plist 3rd-Party support link
              [System] com.symantec.diskMountNotify.plist 3rd-Party support link
              [System] com.symantec.MissedTasks.plist 3rd-Party support link
              [System] com.symantec.navapd.plist 3rd-Party support link
              [System] com.symantec.navapdaemonsl.plist 3rd-Party support link
              [System] com.symantec.Sched501-1.plist 3rd-Party support link
              [System] com.symantec.sharedsettings.plist 3rd-Party support link
              [System] com.symantec.symdaemon.plist 3rd-Party support link
              [System] com.symantec.symSchedDaemon.plist 3rd-Party support link
    Launch Agents:
              [System] com.hp.messagecenter.launcher.plist 3rd-Party support link
              [System] com.symantec.uiagent.application.plist 3rd-Party support link
    User Launch Agents:
              [not loaded] com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
              [not loaded] com.google.keystone.agent.plist 3rd-Party support link
    User Login Items:
              SymSecondaryLaunch
    Internet Plug-ins:
              Flip4Mac WMV Plugin: Version: 2.4.0.11 3rd-Party support link
              FlashPlayer-10.6: Version: 13.0.0.201 - SDK 10.6 3rd-Party support link
              JavaAppletPlugin: Version: 13.9.8 - SDK 10.6 Outdated! Update
              Flash Player: Version: 13.0.0.201 - SDK 10.6 3rd-Party support link
              QuickTime Plugin: Version: 7.6.6
              SharePointBrowserPlugin: Version: 14.4.1 - SDK 10.6 3rd-Party support link
              Google Earth Web Plug-in: Version: 6.2 3rd-Party support link
              Unity Web Player: Version: UnityPlayer version 3.4.0f5 - SDK 10.5 3rd-Party support link
              Silverlight: Version: 4.0.60831.0 3rd-Party support link
              iPhotoPhotocast: Version: 7.0 - SDK 10.7
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.2
    3rd Party Preference Panes:
              Flash Player  3rd-Party support link
              Flip4Mac WMV  3rd-Party support link
              Growl  3rd-Party support link
              MacFUSE  3rd-Party support link
              Norton\nQuickMenu  3rd-Party support link
              Samsung NTFS-3G  3rd-Party support link
    Old Applications:
              None
    Time Machine:
              Time Machine information requires OS X 10.7 "Lion" or later.
    Top Processes by CPU:
                   3%          WindowServer
                   2%          EtreCheck
                   2%          Google Chrome
                   1%          AIM
                   0%          coreservicesd
    Top Processes by Memory:
              668 MB          NortonAutoProtect
              147 MB          Google Chrome
              81 MB          Google Chrome Helper
              78 MB          WindowServer
              57 MB          Finder
    Virtual Memory Information:
              1.28 GB          Free RAM
              1.51 GB          Active RAM
              512 MB          Inactive RAM
              597 MB          Wired RAM
              401.84 GB          Page-ins
              0 B          Page-outs

  • Hi folks I am new to computers why has sweetime become my default URL without me changing to it?

    Tonight whilst trying to watch live football on "vipstand" my URL changed to sweetime without me setting it as default search engine. How do I get back to my original user and is sweetime safe or a virus. I have Norton and have done a sweep to sort out any possible snags. Any help would be massively appreciated.
    toonjon

    Hi,
    Probably you have something called sweetime.com. Please use one of the following methods to remove it:
      http://blog.teesupport.com/how-to-remove-sweetime-com-virus-swee-time-removal-help/
      http://www.zimbio.com/Spyware/articles/0xUz-Idjn_T/How+Remove+Sweetime+com+Manually+Get+Rid+Sweetime
    Hope this helps.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Why has it become impossible to embed music in web pages ?

    In previous versions of Firefox, the "embed" HTML code allowed to play Quicktime musical files when displaying web pages with Firefox. It seems to-day impossible to do so, nothing seems to work while it works fine with Internet Explorer...

    Can you post the code that you used or post a link to a test page?

Maybe you are looking for

  • IMac 24 in internal screen not working - external screen is working.

    The model is 2.8 GHz Intel Core 2 Duo. 4GB memory Serial Number (system): VM826CRLZE7 Chipset Model: NVIDIA GeForce 8800 GS Type: GPU Bus: PCIe PCIe Lane Width: x16 VRAM (Total): 512 MB Vendor: NVIDIA (0x10de) Device ID: 0x0609 Revision ID: 0x00a2 RO

  • This copy of iTunes is corrupted or not installed correctly.

    After many tries (and failed attempts) to install the 9.0.3 update and getting this message above in the subject line I restarted, reinstalled again and succeeded (in the install)... until I tried to open iTunes to find that I still got the error. Wh

  • Convert Epoch Date Time to Date Time format

    I am trying to convert Epoch Date time in GMT to Human Readable Date time format in UTC. I used the one below but it returns just the date in GMT but how can get datetime in UTC ? select To_Char( To_Date( '01.01.1970 06:00:00','DD.MM.YYYY HH24:Mi:Ss'

  • Seeburger Adapter issue

    Hi, when we try to upload multiple file into destination server. We are receiving a error as handshake failure. We are working on HA clustered enviornment. The error is basically happen, when muti-session pull and push on the destination server, the

  • HT201210 update has missing file, msvcr80.dll

    Itunes was working fine till Apple requested to update to the latest version.  After it updated to 11.1.4 it now complains about missing file MSVCR80.dll and will not start up.  Is there an older version still avaiable somewhere that I can back up to