IPhone 5 data network stops working when using GPS

Hello,
I have a strange problem for some time now. The DATA connection in GPS apps stop working when navigating. When I use Google maps or WAZE apps the first time after rebooting the device, everything is working just fine for first address search, but after beginning the navigation, DATA network disappears only for the navigation app, browsing is working just fine (a bit slowly, but fine).
Tried to factory reset the device few times, and changed the carrier provider, didn't help
Any ideas??? 

Hi liokap,
Welcome to the Apple Support Communities!
I know that it can be frustrating when applications you downloaded from the App Store do not function as expected. In this situation, I would recommend working through the troubleshooting steps in the attached article.
iOS: An app you installed unexpectedly quits, stops responding, or won’t open - Apple Support
Have a great day,
Joe 

Similar Messages

  • ALWAYS unresponive to my iphone. Just stops working when I plug it in. downloaded older version, newer version.....use my iphone for my pdf book in college.....this is just ridiculous....

    ALways love my iphone. Now itunes is ALWAYS unresponive to my iphone. Just stops working when I plug it in. downloaded older version, newer version.....use my iphone for my pdf book in college.....this is just ridiculous....

    Downloaded older version and newer version of what. Any attempts to downgrade iOS are not allowed. Also, using iTunes with the latest iOS and iTunes requires the latest version.
    I suggest that you remove and reinstall iTunes using this support document. You need to follow the steps exactly or you will just create more problems, which I think you already have. http://support.apple.com/kb/HT1923

  • Network is lost when using GPS on 3GS

    Network is lost when using GPS on 3GS.
    ver. 5.1.1 (9В206)
    model MC637RR
    SN 86223J1DEDG
    05.16.05.

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • HT4864 My outgoing email as stopped working when using Outlook for mac 2011. Any suggestions?

    My outgoing email as stopped working when using Outlook for mac 2011. I have deleted and reinstalled the account twice. I have 11 gig free on my iCloud account. The outgoing server is set at smtp.mail.me.com using port 587. If I was able to reinstall the account, I am positive I have the correct password. I can log into my iCloud accout using the same credentials.
    Any suggestions?

    I called Microsoft to fix my problem...for those maybe having the same issue, I was told by the Tech to use this outgoing server setting - p06-smtp.mail.me.com
    All is working fine since doing so.

  • Shortcuts stop working when using tablet | Windows OS

    Most of the Photoshop shortcuts stop working when I use my tablet.
    I found this topic but unfortunately is just for Mac OS.
    https://helpx.adobe.com/photoshop/kb/photoshop-menus-turn-white-mac.html
    Is there a solution for Windows 8?

    What are you using I had no problem with Windows 8.1, CC 2014 with or without my Wacom Tablet on my Surface Pro 3.  I can no longer test Windows 8.1 for I now have Window 10 Technical Preview Build 10049 on my Surface Pro 3.  Has some problems Surface Hub and Windows Reliability History crash for example and some windows apps like Mail, Calendar and contacts are still not ready only place holders exist.  Windows 10 is not ready yet. However CC 2014 works in the preview and shortcuts work.
    Upgrade to 8.1 its free....

  • ITunes has stopped Working when using Ipod shuffle 3gen on Windows Vista HB

    Itunes keeps shutting down when I insert my Ipod shuffle into the usb connection of my latop. I am using a Windows Vista Home Basic for an OS.
    Not sure if this is a Vista, Apple issue, or something else...
    I have contacted apple about this and uninstaled/reinstalled Itunes. Yet after all this, I get the same error message. The message reads:
    "iTunes has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available."
    As far as I know Vista should be compatible with iTunes and it is until I actually try to use my shuffle (newest model). Its weird because my shuffle works fine on a second computer that has Windows XP for an OS...
    Does anyone have a solution to this??
    Thanks in advance!

    i have the same issue... but i found a workaround.. i tried 3 diff OS's . didnt change the problem. To Add apps or music to ur Ipod... simply DISCONNECT the Ipod from the PC then add files/folders to library. Then connect the ipod back to PC and sync. it has no problem adding the files that way (at least in my case) I hope this helps... Good Luck =)

  • LR 3.5 "Stops working" when using the brush tool.

    I am not able to use the brush tool when 'developing' any image without the message "Lightroom has stopped working" coming up. I have tried developing other images with the same result. As soon as I try to brush it crashes. This has only been the case since I upgraded to LR 3.5 recently. Has anyone else experienced the same?

    Mmmmm, firts I would suggest removing the Prefernce file by shifting it to the desktop (with Lr closed).

  • Date range stops working when I add record selection criteria

    I have a simple report, using only nine fields, from four tables, plus two date parameter fields that I use to set a date range:
    SELECT "Job"."Job", "Job_Operation"."Vendor", "Customer"."Customer", "Job"."Part_Number", "Delivery"."Promised_Date", "Job_Operation"."Status", "Job_Operation"."Sched_End", "Job_Operation"."Sched_Start", "Job_Operation"."Operation_Service"
    FROM   ("TECH"."dbo"."Delivery" "Delivery" INNER JOIN ("TECH"."dbo"."Job_Operation" "Job_Operation" INNER JOIN "TECH"."dbo"."Job" "Job" ON "Job_Operation"."Job"="Job"."Job") ON "Delivery"."Job"="Job"."Job") INNER JOIN "TECH"."dbo"."Customer" "Customer" ON "Job"."Customer"="Customer"."Customer"
    WHERE  (("Job_Operation"."Sched_End">={ts '2013-08-05 00:00:00'} AND "Job_Operation"."Sched_End"<{ts '2013-08-08 00:00:01'}) AND "Job_Operation"."Status"='O' OR "Job_Operation"."Status"='S' AND "Job_Operation"."Operation_Service"='150-170 SS' OR ("Job_Operation"."Operation_Service"='150-170 ST' OR "Job_Operation"."Operation_Service"='60-180' OR "Job_Operation"."Operation_Service"='180-200 SS' OR "Job_Operation"."Operation_Service"='180-200 ST' OR "Job_Operation"."Operation_Service"='200-220 ST' OR "Job_Operation"."Operation_Service"='F-1.1923'))
    ORDER BY "Job"."Job"
    When my record selection formula is
    {Job_Operation.Sched_End} IN {?StartDate} TO {?EndDate}
    AND
    {Job_Operation.Status} = 'O' OR {Job_Operation.Status} = 'S'
    the date range works.
    However, when my record selection formula is
    {Job_Operation.Sched_End} IN {?StartDate} TO {?EndDate}
    AND
    {Job_Operation.Status} = 'O' OR {Job_Operation.Status} = 'S'
    AND
    {Job_Operation.Operation_Service} = '150-170 SS' OR
    {Job_Operation.Operation_Service} = '150-170 ST' OR
    {Job_Operation.Operation_Service} = '60-180' OR
    {Job_Operation.Operation_Service} = '180-200 SS' OR
    {Job_Operation.Operation_Service} = '180-200 ST' OR
    {Job_Operation.Operation_Service} = '200-220 ST' OR
    {Job_Operation.Operation_Service} = 'F-1.1923'
    the date range doesn't work. Instead, the report returns records with all kinds of {Job_Operation.Sched_End} dates.
    What could be the reason?
    Thanks,
    Matteo

    Hi Matteo,
    Try this as the selection formula:
    {Job_Operation.Sched_End} IN {?StartDate} TO {?EndDate}
    AND
    ({Job_Operation.Status} = 'O' OR {Job_Operation.Status} = 'S')
    AND
    {Job_Operation.Operation_Service} = '150-170 SS' OR
    {Job_Operation.Operation_Service} = '150-170 ST' OR
    {Job_Operation.Operation_Service} = '60-180' OR
    {Job_Operation.Operation_Service} = '180-200 SS' OR
    {Job_Operation.Operation_Service} = '180-200 ST' OR
    {Job_Operation.Operation_Service} = '200-220 ST' OR
    {Job_Operation.Operation_Service} = 'F-1.1923'
    -Abhilash

  • My iPhone 4s as stop working when l up day it to iOS 8.0.2 my app,s have stop working

    l have a iphone 4s and when l up day the phone to ios 8.0.2 thing have not been the same as my pass work and over have stop working like my app witness as stop working

    Problem solved!!
    Needs to go to Settings > Mail, Contacts and Calendar > Show on App Selector > Phones Favorites and Recents and disable both of then
    After go to phone app and clean recents calls, all of them.
    Problem Solved.
    Very very easy.
    Then u can turn on the bottoms phone favorites and recents without problem.
    regards,
    Raul

  • Voicemail showing as "has stopped working" when using MRA & SSO via Expressway 8.5.1

    Hello Everyone,
    I have my Mac connected to our CallManager via Expressway 8.5.1 MRA using SAML SSO using Jabber Version 10.6.0 (202336).
    Our CallManager, IM&P and Unity Connection Servers are all 10.5.2
    My issue is that Voicemail shows as "has stopped working". It does not do this for SSO users who are not using MRA.
    If I disable SSO it works fine (username/password on Jabber starup and same username/password on Voicemail login page once connected)
    I have not yet tested if Jabber for Windows is affected when using MRA via Expressway.
    UPDATE: This issue affects Jabber for iOS as well with the same error
    I have a Problem Report from the machine if required.
    Any help you can provide will be appreciated.
    Many Thanks,
    Brian Skelly

    Please,  run the DirectX diagnostics tool. Go to Windows Start  and in the Run box type dxdiag.exe and press the OK button. This will start the DirectX diagnostics program. Run this diagnostics and save the results to a file. Please, attach this file to your post. Be aware that you will have to zip this file before attaching it here.

  • Logic pro x stops working when using my m audio oxgen 61 controller

    Hi i just updated to logic pro x from locic pro 9 and when using my m audio oxygen 61 controller logic just freezes after 10 minuets or so. Also i looked up the firmware updates and i couldn’t find one for maveric osx 10.9.4 on m audios website. please help i have started paying for a monthly membership to become certified in logic and i am scheduled for class time everyday and my system is freezing on me constantly. I have clued my authorized mac repair service and spoke to them about the issue and they said to try setting up a guest test account and see if the problem continues . I’m said to say it does. Jason

    I’mfrustrated
    edit  I wrote a this question and posted it on M-Audios website earlier this evening. Also Im using 10.9.5 not 10.9.4 my mistake. From What i read from the link you provided there is a work around. I will try this suggestion. Do think it is likely we will see a  driver update for OSX 10.9.5 SOON? Also if while running LPX after i try the work around my system still freezes and crashes what would do you suggest i do then. Jason and thx for your help and time.delete
    Jason Bakes less than a minute ago
    Oxygen 61 (2009)) / OSX Mavericks -osx 10.9.5
    Since i have updated from logic pro 9 to logic pro x i also updated to Mavericks OSX 10.9.5 . My system when running LPX with my Oxygen 61 stops working/freezes and crashes. This occurs more quickly when i am truing with lynda.com LPX training videos and I have arrived at the midi section truing. I plug my controller in and in 10 min. “freeze then crash.

  • My New iphone 5s gets hot quickly when using GPS and downloading apps/movies. Is this normal? My Iphone 5 never did that!

    I Have had my IPhone 5s for less than a month and have noticed that it gets very hot while downloading apps/movies and while using GPS.  (not at the same time) Battery life is also disappointing!  Normal?? My 5 never had this problem!

    Hi anthonym73,
    If you are having an issue with your iPhone getting hot you may want to read this article for some guidance -
    Keeping iPhone, iPad, and iPod touch within acceptable operating temperatures
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Premiere Elements 10 stops working when using Pan&Zoom

    After using Pan&Zoom on 2-3 pictures a message comes up that Premiere Elemets 10 stops working and will close down. Then I can start the program again and do the same on 2-3 pictures again. Any ideas what is going on?

    Hi Steve,
    Thanks for your answer. It works:-)
    br John

  • Hyperlinks stop working when using NTLM

    Hello,
    We are using authentication using NTLM. But since we have started doing that a lot of links accesible from the navigation panel and the personalization dialogs in iViews have stopped working. Any suggestions?
    Thanks,
    Srikanth

    Hi,
    Check if there is any special character in the url .. encoding might help.
    Else, if its a big url segment, you may need to insert the registry key UrlSegmentMaxLength to overcome the limitation of HTTP.sys used by the IIS. See the article:
    http://support.microsoft.com/default.aspx?scid=kb;en-us;820129
    A CSN note # 734462 re-iterates this.
    br,
    Tridib

  • BEX64 - Why does CS4 stop working when using Vanishing Point?

    While using the Vanishing Point in CS4 64 bit, Photoshop shuts down when I attempt to move text or move a plane within a grid.
    Does anyone know how to stop the crashes?
    I am using a Toshiba PC, Windows 7, I7 processor and 4 gigs of memory.
    I have attempted to solve the problem by doing the following but they have not worked:
    I expanded Photoshops memory usage to 90%.
    I have updated all of the critical Windows 7 updates.
    I have updated Photoshop CSR to 11.0.2
    I have received different Problem Event Names.  They are:
    BEX64
    APPCRASH
    Details of my first BEX64 crash were:
    Application Name:  Photoshop.exe
    Application Timestamp: 48d38aa7
    Fault Module Name: image_flow.dll
    Fault Module Version: 1.0.0.1
      Exception Offset:           000000000001a06a
      Exception Code:             c0000409
      Exception Data:              0000000000000000
    1 OS Version:      6.1.7600.2.0.0.768.3
      Locale ID:           1033
    Additional Information 1:             10f0
      Additional Information 2:           10f0d4ac53e068c0db93784baaf90d6f
      Additional Information 3:           29f3
      Additional Information 4:           29f3a8d1a654618fbfcedb430e6c7a63plication: 11.0.0.0
    Video Card Driver: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
    Driver Version: 8.16.11.8829
    Built-in memory: 4031 MB
    Free memory: 2072 MB
    Memory available to Photoshop: 3404 MB
    Memory used by Photoshop: 60 %
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 453.9G, 278.5G free
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS4 (64 Bit)\Plug-ins\
    Additional Plug-ins folder: not set
    Thanks in advance for any help you can offerBreeze 3

    Hello Dec9,
    Thanks for the response.
    I installed the 11.0.2 update and I still have teh BEX64 crash.  I have also tried starting PS CS4 and pressed Cntrl Shift & Alt at the same time.  It still crashes when I get to the point of moving text or a plane in a grid within Vanishing Point.
    I also backed off from 90% as you suggested.
    My latest problem details are as follows:
    Problem Event Name:                          BEX64
      Application Name:                             Photoshop.exe
      Application Version:                           11.0.2.0
      Application Timestamp:     4bf2d91c
    Fault Module Name:                            StackHash_56f5
      Fault Module Version:                        0.0.0.0
      Fault Module Timestamp:                  00000000
      Exception Offset:                                0000000000000000
      Exception Code:                                  c0000005
      Exception Data:                                   0000000000000008
      OS Version:                                          6.1.7600.2.0.0.768.3
      Locale ID:                                             1033
      Additional Information 1:                  56f5
      Additional Information 2:                  56f50057683cdbfd654c11c2adb3bbee
      Additional Information 3:                  11e5
      Additional Information 4:  11e55f3ceaa742af752d4088e4931316

Maybe you are looking for