Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

This might be a very naive question - on iPhone 5, if I turn off Cellular Data, but leave LTE turned on, will I still have internet connection? assume that I don't have wifi access at all.

share|improve this question
If you have an iPhone 5, you can give it a try and tell us ;) – drum Dec 28 '12 at 0:14
That's the thing. I don't have iPhone 5. :( – bcbishop Dec 28 '12 at 0:43
Try this question in superuser.com – drum Dec 28 '12 at 4:42

closed as off topic by nos, Andrew Barber, birryree, Dan D., Lars Kotthoff Dec 28 '12 at 7:12

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

See my question What stops Windows from having an open IP connection when an LTE modem is plugged in? and the related question on superuser.com: http://superuser.com/questions/512849/what-does-this-ping-answer-mean

It's not a duplicate, but it is related. While the device is registered on the LTE network, you have an IP connection to the LTE stack as long as there is an EPS bearer. It depends on how the upper layers of the phone are designed, whether you will be able to use it or not - Windows is (in my question) analogous to the upper layer of the IPhone5 here, and you can't use the internet connection on Windows until you have explicitly connected a network adapter.
If the IPhone5 gives you the possibility to turn off Cellular Data, then it seems likely that it is designed in the same way.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.