Finuka
Finuka

Reputation: 730

LocationListener Network provider not called

I'm facing a really annoying problem. In some point of the program, I need to track the user position. For that I register a listener for all the providers available and request updates. This was working really good until I updated my phone to Android 4.0. But the same code is working perfectly in older versions.

Now, the listener is not being called. But only under some conditions:

Please, help!!!!

Upvotes: 3

Views: 1616

Answers (2)

Dylan Knowles
Dylan Knowles

Reputation: 2803

Do you have a sim card in the device? I found this resolved the issue for me.

Incidentally, I found that after I upgraded my Galaxy Nexus to Android 4.x (specifically, 4.2.2) weird things started happening with my device. Perhaps this there are some bugs in the updates?

Upvotes: 0

Seshu Vinay
Seshu Vinay

Reputation: 13588

Don't know whether you have gone through this. If not, it would be useful for you.

Upvotes: 1

Related Questions