[android-developers] Re: Cannot Retrieve Latitude and Longitude without Internet Connection

2009-05-14 Thread Eddy Leo
Thanks for the reply.. Now I am clear. thanks On May 13, 11:40 am, "ellipsoidmob...@googlemail.com" wrote: > I believe the NETWORK_PROVIDER does require Internet access, because > it sends details about cell towers (and possibly wifi hotspots) within > range to a server and gets an approximate

[android-developers] Cannot Retrieve Latitude and Longitude without Internet Connection

2009-05-12 Thread Eddy Leo
Hi all, I am having problem in getting the latitude and longitude on my phone.. So i create an application that only display the "Toast" once i request it to. using the LocationManager.NETWORK_PROVIDER, instead of gps. And I try it on my G1.. I found out that if the G1 is connected to my WiFi,

[android-developers] Cant get Latitude and Longitude without Internet Connection

2009-05-12 Thread Eddy Leo
Hi all, I am having problem in getting the latitude and longitude on my phone.. Case: i created an application that only display the "Toast" that display the latitude and longitude once i request it to. using the LocationManager.NETWORK_PROVIDER, instead of gps. And when I try it on my G1, ever