Can google map V2 (Android) location update work with Cell Tower ONLY?

386 Views Asked by At

I have been developing an Android App using google maps API v2 and implements LocationClient to retrieve user's current location. The problem is if the wifi and gps are not enabled, only mobile network (with H+ connection) is enabled, the "OnLocationChanged()" is never been called. If the wifi or gps is enabled, then everything works fine.

The same thing happens to the demo apps, "LocationUpdates".

This was tested on Samsung S3, Android version 4.1.2

My question here is whether the location update request can work without the wifi and gps but with mobile network ONLY.

Thank you and sorry if this was asked somewhere else.

0

There are 0 best solutions below