Search code examples
androidgprsandroid-gps

Can I get location of android device without GPRS on server side?


I am trying to get the location of a device without GPRS. Is there any way to communicate with the server?

Is it the case that, it required internet connectivity. I don't want the locate device on a map. I just need its longitude and latitude.


Solution

  • It's not possible without sending GPS points.

    You have to send GPS point from phone to server via Internet Connection or SMS messaging.